Memory Pool Memory Pool Refreshing

4,796 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 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,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (788,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,182 119,182 00000000000077029623cd09b0eeb48bdf65c365572e67219bf03efbfdf10629 0.00 MB 2 3,875
119,181 119,181 0000000000008805f34b02ccc83adfd10b68edafbeb90d431b0fb6e89becd5e5 0.00 MB 10 340
119,180 119,180 00000000000039700a8660300e48b2b5ce47b73326abeabd4a094a98ca1bc95d 0.00 MB 11 344
119,179 119,179 0000000000007b0d1a871253ab540faab00efd7d23fc6a6d6efd4da4428c8870 0.00 MB 7 674
119,178 119,178 0000000000004f945aa88c6df919726b85693c5522f30b3e0bc632eb2d1baf25 0.00 MB 8 0
119,177 119,177 00000000000002f65510dd51f9e99606f637e555168b5d3c9fd16e4dd8a97a9f 0.00 MB 8 333
119,176 119,176 0000000000009d00feed5e33a008c553d37f5fc9bad52d3da896ea078d2f78f1 0.00 MB 2 0
119,175 119,175 000000000000148b8884cb049bacd811315cb9741b94c4895af83a2661d40dab 0.01 MB 30 469
119,174 119,174 000000000000a9d59527b6974bfccf46b56a56e4fffa3228dd0832e76bafdee5 0.00 MB 1 0
119,173 119,173 000000000000a5714c477c8c9aafc6daeb3272d5a2a8e4d08234d144bcef3624 0.01 MB 20 1,127
119,172 119,172 0000000000008641e3682038dc515e73b5962ee1ea99ff7a091048d3b466a192 0.00 MB 11 0
119,171 119,171 000000000000441885884c742742fc9b6ab0c938686adf0d43bdbc7f7ee64112 0.00 MB 11 0
119,170 119,170 0000000000009af4a58160e68c6a0eee145d980c247060117e9aacab5489cc2b 0.01 MB 17 729
119,169 119,169 000000000000b1fa59873bdc01fa51b63eb6964e269010d149c1fd2cf96d185d 0.01 MB 32 85
119,168 119,168 0000000000009e3acd91fa2a9b330b7172ef039997b1207274553e4e3dab468e 0.00 MB 9 0
119,167 119,167 0000000000008c7795f68f51a3330378890ea1f6396bbfd8ad8104b5e38eb0bc 0.00 MB 6 630
119,166 119,166 00000000000016e387694ea8a2d53a45bcb48cba68fd1bbe6d9e1d28d0b5a5fd 0.00 MB 2 0
119,165 119,165 000000000000a7544a62316b883973aa2356839ef761b8fccad3f04b4b357ff4 0.00 MB 5 968
119,164 119,164 0000000000004106d9fbb562dbbb4b69b7666fd85d2d9886df1229ecf26a36be 0.01 MB 19 164
119,163 119,163 0000000000003db18b22d2f6bae4f6543301ee964a421814d9bb7afd6750876c 0.00 MB 9 655
119,162 119,162 0000000000000071118074f8f342588d2c5318e4564ac7a8dc2a732450159097 0.00 MB 12 339
Previous 10 blocks ↓
Total Size: 769.53 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,648.13 GB sent, 95.60 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.