Memory Pool Memory Pool Refreshing

65,490 transactions
23.59 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,033 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,518 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,032 (39,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,607 822,607 000000000000000000001b8d94758f4e3dc3677e1f4b91be679ff5eb0890adcc 1.33 MB 1,452 153
822,606 822,606 000000000000000000012dde3feb17c1fb88f46fbdaf403b4851df317d9422b3 1.62 MB 2,938 195
822,605 822,605 00000000000000000002e8fd1eed224cfc181056db956783298ccc6f9450f35a 1.83 MB 4,297 204
822,604 822,604 0000000000000000000036e1497972151e5e43d5179507f7b72167d832cfd2ee 1.44 MB 2,170 170
822,603 822,603 00000000000000000003033c7b8e90cfd4f2bc8c3a5d9f9b023b9b1ba7a384da 1.77 MB 4,190 194
822,602 822,602 00000000000000000002c1d4c923fdf69aa283f242df191e0159cb1143958155 1.69 MB 3,775 246
822,601 822,601 000000000000000000013bbbd5ff9f606f8bf543512e286ee17544ca0ce0a32c 1.89 MB 3,849 138
822,600 822,600 00000000000000000001976a9487bb71a97342828de04d4f3eefb848d9d3f150 1.80 MB 3,688 182
822,599 822,599 00000000000000000000693948a9a3bc18aa52f8aa375500f1aa8e32e146c3da 2.03 MB 4,540 114
822,598 822,598 0000000000000000000031839892ef2217494d0a1d177cb67e6e7c9a1a847b39 1.94 MB 3,430 121
822,597 822,597 00000000000000000001095bfe6cd712a8b90229c36067659f4b62eedd4346db 1.90 MB 3,989 170
822,596 822,596 0000000000000000000191cf1d0ae247e582f88675a420e5eca5e2c247599e94 1.95 MB 3,611 143
822,595 822,595 000000000000000000010006853d13ce747dd33c4231130c79f14f09d4ec0439 1.91 MB 3,579 172
822,594 822,594 000000000000000000012972e191a42f91035dea81992333104e446090b298e6 1.89 MB 3,449 212
822,593 822,593 00000000000000000000924f3986a33dc4d33aaa74235b7aa4e3148aa108cb32 1.81 MB 3,454 209
822,592 822,592 00000000000000000000a59c3649d5820a6ae6501a6e19e7ef72b73019990c2c 1.87 MB 3,616 130
822,591 822,591 00000000000000000000f697e6cfcc9f612dbf8dea591ea83942498a333b8d76 1.73 MB 3,490 195
822,590 822,590 0000000000000000000007d3c2facf4686c19bef1427d6e84238b2b0420d8129 1.72 MB 3,599 122
822,589 822,589 00000000000000000003c8974c864b4504a19fc17e2cdad7255804eec61a61b9 1.89 MB 4,626 99
822,588 822,588 0000000000000000000045a2fb0879b7c66666eb20d8b470f7bfc36c566d0b1a 1.82 MB 4,070 112
822,587 822,587 000000000000000000004ebb81434801929b0c5f0c853e5f6d242effed1d7cc4 1.95 MB 5,115 97
Previous 10 blocks ↓
Total Size: 684.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,330.34 GB sent, 99.85 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.