Memory Pool Memory Pool Refreshing

4,650 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,099 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (756,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,900 150,900 00000000000007eedff11a5bc52702fcb403575153a2b9a03493de676af06b43 0.00 MB 1 0
150,899 150,899 00000000000007eafebc8739d0207efcaba612f0f848920c7bc18458557fab0d 0.00 MB 5 55
150,898 150,898 00000000000008ccca280234adcd93150075823733eff9c200d2c4bb69bc79d9 0.00 MB 7 84
150,897 150,897 000000000000074373c0852470a552f05f0628a28d8bcda18bd22b2fa6ae8647 0.02 MB 52 132
150,896 150,896 000000000000070ad1249f28525d7de5bdab3c8b3e6b73f86caf323b50e3fed0 0.04 MB 29 57
150,895 150,895 0000000000000402c8597e489daa641fa856e940b7644754a6773c28f73675d5 0.03 MB 105 44
150,894 150,894 0000000000000279f38e768aaf59f3004d458b33447e10015649bf59cf917c53 0.00 MB 10 51
150,893 150,893 00000000000001e2fb52fad00ffdef4e62fcab2ee344b09db8c703ef26b881a5 0.02 MB 30 33
150,892 150,892 00000000000003404ae4b94b4e5a972e788c6417cc865a77fccca03d6e3fd610 0.05 MB 79 101
150,891 150,891 00000000000000be72950740124505a98671f8aa8a61489f1a459ddcf0695bc7 0.04 MB 53 489
150,890 150,890 0000000000000460c8a895458e772396f237a4d5e7270b6ca56beda9e26e3e8c 0.03 MB 72 230
150,889 150,889 000000000000071056192a321369baaf90be86f4d9b0ff9d7a8a44065ff3a6ce 0.05 MB 142 12
150,888 150,888 00000000000003e3a06143ad2d3c4154302074866bbc282ab208103a3a8f790b 0.01 MB 18 174
150,887 150,887 00000000000004b48c266657a61a05f76156c4cb1a0d0d5328539c3f7bc520b1 0.03 MB 64 74
150,886 150,886 000000000000081a622fdbe0db2614d517849ff298262a405ffec748bd08a371 0.00 MB 10 0
150,885 150,885 000000000000067c4f271265ef38073f9b182ad199b5381371a01ba66f3d33a1 0.00 MB 12 338
150,884 150,884 000000000000013923171df951c51b26eee76c8b84f0b7af1afc9b45a32baf46 0.02 MB 61 141
150,883 150,883 000000000000031de1093b2e5c0911d4f852134e72a2cbbeea5f49ccd1896065 0.01 MB 13 200
150,882 150,882 000000000000082c2f86342b410990f115b16e74c33177d27afc0fae45610bf8 0.01 MB 32 63
150,881 150,881 00000000000005272a148e3c4ec5f7271d769cdd060fba215e21ddafa2599fbc 0.01 MB 25 29
150,880 150,880 00000000000002b91bdec6f87ebed6cf19695d4859375c9839594a72a8978199 0.01 MB 27 55
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.