Memory Pool Memory Pool Refreshing

24,871 transactions
24.28 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,350 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,815 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,349 (748,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
114,961 114,961 00000000000070581a79ca4bdd9d4f4fe6e30fbdd703d921bc4897a43e68576e 0.00 MB 13 0
114,960 114,960 000000000000c5d27d909d9c82f2896b5ead490afaffa0ea485cdd0df14f0763 0.00 MB 3 2,248
114,959 114,959 000000000000597f03070b3d01e34d93e70305252d43879c7394eb8003bdedf1 0.00 MB 12 0
114,958 114,958 00000000000026abf438816c5ea143623be5a9b73c7ec51762ac940766020f00 0.00 MB 11 0
114,957 114,957 00000000000011fca8cb37929ce8ff2df7188b9e34fad96a6dfa5a7717122125 0.00 MB 12 0
114,956 114,956 000000000000685619e4266a8e8c4213423accbba8eccb7c32877ee20a9f9db3 0.00 MB 12 347
114,955 114,955 0000000000008c89bfea9741fcb6a883e7a675f874b99fabe62e8ec969c83926 0.00 MB 8 0
114,954 114,954 0000000000005110f682e5e77cd02196a36277a61104b1421b979250e197539d 0.00 MB 11 0
114,953 114,953 000000000000bbeb423758f996e261bfa361ce0ee9c85f1fa65755d7134205c2 0.00 MB 11 1,339
114,952 114,952 000000000000b4e5ac21d53d798a54b74e8cb46dc2d852093a5f494c32ec944b 0.00 MB 11 0
114,951 114,951 000000000000534f968623cc095f8aceea279875e0207a380251b17d34ea160f 0.00 MB 11 0
114,950 114,950 0000000000004124b70a16a22d7847a0f249f4b38d6e32ba232b3dfe30725a7a 0.00 MB 10 0
114,949 114,949 0000000000005e62509c4b22219e83d0cf0e4743dc25a462c2a82ef2efa9c76d 0.00 MB 11 909
114,948 114,948 00000000000007c8f7e87727f04939bacd31f38fa7579a66812948c870325804 0.00 MB 8 236
114,947 114,947 0000000000007c5247dda6bf8bdcb5d748a60d6059aac0a329e19f30630f88d0 0.00 MB 9 3,720
114,946 114,946 000000000000aa5e7aa34ab35506be3f98fa0e114c47e5298fc07720348abe88 0.01 MB 10 364
114,945 114,945 000000000000bccfa003d66f5188e50cf21feca4212aac477baf1e365860f667 0.01 MB 25 0
114,944 114,944 00000000000092682eddb5089aa51c7114483a18cf6d68030782586cbfde6cbd 0.00 MB 1 0
114,943 114,943 0000000000004d6f91189ce21f2237690b3847aa07267b1d22e0ded5cc4453b3 0.00 MB 10 316
114,942 114,942 000000000000568b266ee797467ecc8d20773698604b1380d8c1cd9af4e37660 0.01 MB 22 725
114,941 114,941 0000000000009ffbc16789d49402eba2d13a5adced1f7bb768b3ee38e0d46f2a 0.00 MB 10 715
Previous 10 blocks ↓
Total Size: 686.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,489.27 GB sent, 116.95 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.