Memory Pool Memory Pool Refreshing

8,279 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,481 907,481 00000000000000000001bdc9039d9dd839b0dd20d2c521f7a9b9cb9956506ad5 1.73 MB 4,067 2
907,480 907,480 00000000000000000001ecf17c3f22da2f74e7c71dbacba10ba328e2cf5408ae 1.76 MB 4,784 1
907,479 907,479 00000000000000000001d5a475a92b37d3aeb8c21fe9976978cced8b0c07679a 1.90 MB 4,491 1
907,478 907,478 000000000000000000018ba53496945709bbdfd2c47c902db3b2ab457b4fbf75 1.89 MB 4,370 0
907,477 907,477 000000000000000000006300d169ff0d33e8668c1522519e66083cbf58532689 2.29 MB 1,242 2
907,476 907,476 000000000000000000010a2446830c0a2354a58a095f1b4b55b4701c8a25d608 1.77 MB 2,276 2
907,475 907,475 0000000000000000000090606acd7b85148c745e3168ff03a95670a538bd4ee4 1.80 MB 4,955 0
907,474 907,474 0000000000000000000207ee1eba7514065e90e4baddbefab4e1e624948f1a2e 1.79 MB 4,981 1
907,473 907,473 000000000000000000015ea907ff0991636d0b16378c1fcdc82f95ae97c31fc6 1.96 MB 3,108 1
907,472 907,472 00000000000000000000af63fe9bd15cb8f5361251d764ed1dcb540a6cb21dfa 1.64 MB 3,204 4
907,471 907,471 000000000000000000021e483ee46e90dce5d7e9ffa33d2d08803d00ef589367 1.82 MB 1,341 2
907,470 907,470 00000000000000000001fdd32b6422bc60559ea2a24dcab3b0574d59c05afd25 1.53 MB 3,932 5
907,469 907,469 00000000000000000000a4adefe0a494c644b5abb8bc1dbf835f6ffd6d69eddd 1.66 MB 3,250 2
907,468 907,468 00000000000000000001ef74fe08a8c9a6d093ea302fd3d57f006dc85db663c7 1.80 MB 4,280 1
907,467 907,467 000000000000000000014d80d3638b2799b7c68511e34eb5bcb6a65bdb50eb51 1.64 MB 3,211 4
907,466 907,466 00000000000000000000273086bd47bb1ca847424df8158fd65a522fa066ac2c 1.90 MB 2,637 1
907,465 907,465 00000000000000000001e6a5aec8788183793b27370ef638b152b4d02f9f0787 1.69 MB 3,733 3
907,464 907,464 00000000000000000000613401c0ec8074618924e8a1e066b9c890e1e6845336 1.73 MB 2,417 2
907,463 907,463 000000000000000000002694a1a1c48261dd256da1842548948ad1684c40cd8a 2.22 MB 1,401 1
907,462 907,462 00000000000000000000cdadd935290c7f480952491f5684e8f4f87a2abde11f 2.59 MB 2,154 2
907,461 907,461 00000000000000000001eb8946e21d6571a7470b6c33e34df4c3e4ad1208060c 1.84 MB 2,329 2
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.