Memory Pool Memory Pool Refreshing

2,491 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 2,490 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (73,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,872 833,872 00000000000000000000f911daedd9e106b3b39ac01a66d0c50847bf349871d3 1.14 MB 715 14
833,871 833,871 0000000000000000000151d8b42f40f2b4152966300c01825ee5f2cc036a56eb 1.24 MB 1,240 14
833,870 833,870 00000000000000000001973fb33bc7cdfd88b1f98843917beea29f5f928a4f43 1.66 MB 2,019 28
833,869 833,869 000000000000000000022b81888c82f5b762527fed642adcb1930f1a0c9f0dce 1.01 MB 160 12
833,868 833,868 00000000000000000000141b7b87fb65fd04d4f3fe2728f36bd09a5e5292b50d 1.53 MB 3,002 26
833,867 833,867 00000000000000000002f932b6e72c1e06285025f95d7fcfa522ae83efddc2ad 1.83 MB 1,619 17
833,866 833,866 00000000000000000000a5085a5a0d93c49c33e44328e0e6c6ce2d947bcf9d16 1.56 MB 2,549 20
833,865 833,865 000000000000000000032b8532f93224df3e5b9c3d3e263a4659be1b25f94051 1.43 MB 2,551 35
833,864 833,864 00000000000000000000e10bd9a4542fabf1094132abcdc98b8347248d929e80 1.55 MB 2,301 19
833,863 833,863 00000000000000000001b9fb8499eaaec3fa88f0f7838c8d67a2dede00e328f1 1.56 MB 2,786 29
833,862 833,862 000000000000000000036bf91a635dc8e4fbcb9583070d5f53f73787ba26e075 1.67 MB 2,085 16
833,861 833,861 0000000000000000000162590fb65944eca9c94f2f159c5659f5ee4907d152ec 1.54 MB 1,937 32
833,860 833,860 00000000000000000001525eec48d31729f1d988a3989402e4d442cd04e059ce 1.65 MB 3,035 24
833,859 833,859 000000000000000000022ae0ebda9b312b76d3e48ea2d4a9dd75d22cf71ac1c0 1.47 MB 2,250 31
833,858 833,858 00000000000000000002d1edff63417df2ae54e47a6849696a3b0d2e911ad572 1.44 MB 1,663 21
833,857 833,857 00000000000000000001042c3807a05b5744d2fff971d13f8e639bec44220c84 1.44 MB 1,803 20
833,856 833,856 00000000000000000002f7f4cf3e60a0aaee212cbd59e79750ee906222476dc4 1.58 MB 1,754 18
833,855 833,855 0000000000000000000337e43cbd3728e893af219b8222a910d2fb29a8566249 1.55 MB 1,904 21
833,854 833,854 00000000000000000002bfa012db4d72578d378ef69b2ede701da157660e6cee 1.73 MB 1,815 20
833,853 833,853 000000000000000000018f4f6ee6e375a1cf073e80dc55a96891a7e854e0e23c 1.47 MB 997 17
833,852 833,852 0000000000000000000067857d36d6811f7ae2cc30dc6891b34edd949834f751 1.44 MB 1,021 17
Previous 10 blocks ↓
Total Size: 769.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.10 GB sent, 93.23 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.