Memory Pool Memory Pool Refreshing

10,667 transactions
4.63 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (471,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
436,455 436,455 000000000000000003e1806440f8e0777b4d6d890ecec39f413834282c533437 0.82 MB 1,982 54
436,454 436,454 00000000000000000242c3317c5b527a5cd0a28cc4babbbae26e922dcb37bd1e 1.00 MB 2,597 90
436,453 436,453 0000000000000000032e3f8e460472761941b3091aa9eb2896a6d11793f05771 0.99 MB 1,163 33
436,452 436,452 0000000000000000044d3e737de24cfeab147e98d4ef354caea90e602f69c757 0.59 MB 1,136 56
436,451 436,451 000000000000000003f1c81421e178e0def1857abbba73dc9a60dd5b729d23be 1.00 MB 2,506 85
436,450 436,450 000000000000000003888a739ad6b7403f6b7be5d7eb334fb88ac62bb3852627 1.00 MB 884 22
436,449 436,449 000000000000000002a4428377d49fe73e66f43fc6608a261f4d50bc2b177272 1.00 MB 2,042 41
436,448 436,448 00000000000000000283f937c6c614fe399830d12f4ae1fb1dabc1040411b816 1.00 MB 2,558 72
436,447 436,447 0000000000000000020d3f8abe62fe5c2345bbf235791741424916b240ba07e1 1.00 MB 2,514 91
436,446 436,446 0000000000000000041e886222693970c5c0355d723164f3c596074223a22e08 1.00 MB 2,397 75
436,445 436,445 000000000000000002be87e2db5c19e3d626e4019ae7c70c5c6f796bbcbfd732 1.00 MB 2,828 105
436,444 436,444 000000000000000002b65b2e3d7784ce773c06bf8471df120f1fa9fe1bacf84f 1.00 MB 2,244 78
436,443 436,443 0000000000000000001bf07ffa07dcad5db5c0938eaad66f3ee2d0c17539690a 1.00 MB 2,163 61
436,442 436,442 00000000000000000353b8460025e009e3afbf8392d76f66aa1d6e0983b5d2f2 1.00 MB 2,735 63
436,441 436,441 000000000000000000b87820312a3f65823845e07b5b40c2fda9c547efed399c 1.00 MB 2,170 69
436,440 436,440 0000000000000000008bc210e36c65942285228497dacc4d4da128aedac14c2e 1.00 MB 1,833 120
436,439 436,439 000000000000000000bf79de2e18b1ee323f6dbc982f7aa14aee45999e85235c 1.00 MB 2,654 91
436,438 436,438 000000000000000002a20cad222ba71c9a9f741d4fe4de22febd0a3cfacd92b8 0.66 MB 1,408 67
436,437 436,437 00000000000000000301219735e0eb0220599ca222354ad9bca4b30038325640 0.06 MB 18 103
436,436 436,436 00000000000000000038b45ed38706d125d80d09ab567186157be14b8b5effb2 1.00 MB 562 21
436,435 436,435 0000000000000000021233cdb4b8ac0f50805e20b113396b9b70231432d44b02 0.44 MB 1,017 74
Previous 10 blocks ↓
Total Size: 769.03 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,625.05 GB sent, 93.02 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.