Memory Pool Memory Pool Refreshing

5,706 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (702,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,826 204,826 0000000000000459e89bc43014b48cad41632c651d1daea3ca9b6698fdeefca4 0.25 MB 450 145
204,825 204,825 00000000000000863b9102bacc781feb5ebe682c99d47e38b7c4b8d1fa65bc0e 0.42 MB 1,010 70
204,824 204,824 0000000000000103f0b0c576d70294105a68cd15d9f96b5dd57cc322e9c8b663 0.42 MB 665 232
204,823 204,823 00000000000003600638a8b0ee4603e8b33531e7adabb90afcb9493f9df71767 0.03 MB 72 39
204,822 204,822 0000000000000163433e432c599239e58c33bf2887b2c48747dc2a0081ef9da7 0.10 MB 164 139
204,821 204,821 00000000000003037b2f8d85b44c4053984dbe3398de4b53b8e7fcd766ed89e9 0.05 MB 167 2
204,820 204,820 000000000000011742003e6b46de559baa1a265f19bd095d12a80e849b1c083c 0.07 MB 137 238
204,819 204,819 000000000000032cf81e7f0509900079b40e2bef9a8172ec323d50a40f9f5afc 0.00 MB 13 15
204,818 204,818 0000000000000394d76d0c67937c043cb5dc0e7b09ec8641e7e19471c9c61913 0.14 MB 366 210
204,817 204,817 000000000000051cd2f709f69a1311c8805740e8875aae160944278c82001277 0.22 MB 340 123
204,816 204,816 00000000000000403665316f01b3080fe6124e5e5e127378e489debcb6a0876d 0.25 MB 765 203
204,815 204,815 00000000000004be5b8df24c69447f8909315472f925ba590179e9f24490d0d0 0.05 MB 133 334
204,814 204,814 00000000000002af9d53540d8d96aaa1d82a5614e0f9c94bc74f6842e6232941 0.02 MB 42 114
204,813 204,813 00000000000003ee44430132427fb4e591353e8e952c7ac7a51c6f67271c322d 0.05 MB 114 103
204,812 204,812 000000000000031b029e09e2c68d300f5a86bd13bdb3fdb6aca7747decda9a98 0.13 MB 229 86
204,811 204,811 00000000000000a31a03e651f8b54cf4c9cb4e25531422af7e95af73f0d346ca 0.03 MB 70 66
204,810 204,810 0000000000000459ab0f069f39b9f6d5535f7dfeda8c8969960ce56a108cdfe3 0.17 MB 394 207
204,809 204,809 000000000000040a3aaf64ae7c0803964079011b78440673d31e71c538d62367 0.00 MB 8 326
204,808 204,808 00000000000005052ca84c54d31a0d13b4b0ce8d1ab38395902b0381c6eb2751 0.00 MB 9 60
204,807 204,807 00000000000001dbbcf43c46ad11d7243c2b3d967789870dc394a81e43adf164 0.10 MB 162 82
204,806 204,806 000000000000006b8b9b56c7e05733ea50baa8ceb45485294bc3a729582abaab 0.02 MB 42 123
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.