Memory Pool Memory Pool Refreshing

9,256 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,750 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (463,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,499 444,499 00000000000000000035ccc136b116da0a1cf5ef9d6cfdfb7dd6c89540d5f071 1.00 MB 1,370 40
444,498 444,498 0000000000000000006003f299ef5686f8946482d65bb83eab52846af477c277 1.00 MB 1,729 51
444,497 444,497 0000000000000000027b6abedac305d6c58d84fc863892557a36208fe9fb11fd 1.00 MB 2,542 79
444,496 444,496 000000000000000002adcc3be68316a131a11bef0a9266dcf10f841cef062dde 1.00 MB 2,871 74
444,495 444,495 0000000000000000034ed7a973b06228f0e3bbbef377ae5f0d5f5a46870d1d1f 1.00 MB 2,568 96
444,494 444,494 0000000000000000031f7f3b0a70b34711dc9abb6d1dae631fd6ce4f7c648a40 1.00 MB 2,473 77
444,493 444,493 000000000000000000f73078206c7c4e5e6534f77c007624efbcbea360c7f4f6 1.00 MB 2,290 84
444,492 444,492 000000000000000000feedd2cac9f88c782e86c49838913e39d1bc46b3474189 1.00 MB 1,641 58
444,491 444,491 0000000000000000029d23d1f70af784b7f5ea310286c98ec63a5882057b6eee 1.00 MB 1,824 46
444,490 444,490 0000000000000000014b7c40791e01f924bfe20c3e448c930f090d8d6171ebd8 1.00 MB 1,354 39
444,489 444,489 000000000000000002231d9af660968e1db60053348fb490f39edfed7b54d771 1.00 MB 1,695 36
444,488 444,488 00000000000000000271e9d809e47c57602c0a94480779dc8c7ffd9fa08a53a1 1.00 MB 1,151 52
444,487 444,487 00000000000000000016cbe6a7d83a176cbd5b63d81e6ccfb0fac9b9118e118f 1.00 MB 1,720 84
444,486 444,486 000000000000000000d23482265358b1201856c472d780bd324a5ad349d47cb5 0.90 MB 2,389 66
444,485 444,485 000000000000000000fde0680de9a99d96d57b1d4f4afe7638cc3466dee799c4 1.00 MB 2,612 95
444,484 444,484 0000000000000000013091f575cbe8de2f573931fefc1b7c7944629f316dbf80 1.00 MB 767 47
444,483 444,483 0000000000000000031a0ce953fb4750cf133583ee2e308a92cbf97a8c4e4317 1.00 MB 1,873 60
444,482 444,482 000000000000000002e098cd7ec062f131e57e7854dc11f3fb92432cc37b02d1 1.00 MB 2,119 66
444,481 444,481 000000000000000002f14905dd5c729fb812f0b71cf111fcf13c820185e6603a 1.00 MB 2,078 71
444,480 444,480 000000000000000003086cfa34d4cca3ebc350933306b5fcdc675d7525c5d206 1.00 MB 2,192 59
444,479 444,479 00000000000000000243cb1dc930a9c0fb4600ee2f4c8bad727e817906fde1ab 1.00 MB 1,705 61
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.61 GB sent, 94.36 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.