Memory Pool Memory Pool Refreshing

77,939 transactions
28.73 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,630 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 6,994 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,629 (45,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
823,825 823,825 00000000000000000000045149f6b102fb1c49d26ca4eee952042acecbd991a4 1.70 MB 5,368 187
823,824 823,824 00000000000000000000f9fe2512be9089d54ba3f608f158a8b426994b53b550 1.67 MB 6,288 143
823,823 823,823 000000000000000000037bf7fcc0813991e9be19ad2c35a36d5e49fb6457c6d9 1.71 MB 6,064 139
823,822 823,822 000000000000000000019f18d59ae6013a651653f6f5ef61e186e569cc47284c 1.62 MB 5,217 181
823,821 823,821 00000000000000000001764ea4b4f5c0667eaba8a495f4957fbb0c9b965d6aaf 1.62 MB 5,110 146
823,820 823,820 00000000000000000000d29ee2ed2788c7ce609d4db9d50808d245c4519039e2 1.61 MB 4,596 163
823,819 823,819 000000000000000000008480ecb4ff999836ec7c64f7deed2d3250b389569637 1.69 MB 5,745 160
823,818 823,818 00000000000000000002162514b2df8956dd0908fd276f25c6e4980a7c8634c9 1.64 MB 5,484 177
823,817 823,817 00000000000000000003c052660b51441a52e86356d9619ec28c7ab5788be89b 1.62 MB 5,297 207
823,816 823,816 00000000000000000001c13ac1550e5541ad464efcd5c6decfc3bf4bdf102a7a 1.63 MB 5,325 193
823,815 823,815 00000000000000000002e03f67f24064f00f4a8f5883f2d75f9d8be5ff047672 1.66 MB 5,760 176
823,814 823,814 0000000000000000000317034fab51cd1ea32794b8f7a4866ef52735fadb323a 1.66 MB 4,458 222
823,813 823,813 000000000000000000031e3c4faffe1e12b504254f2923ffa86f0a5e908323dc 1.65 MB 5,449 163
823,812 823,812 00000000000000000002991957a616040237884dbe991d06ffb9d2b847347824 1.66 MB 4,874 177
823,811 823,811 0000000000000000000206e8e5f20d14ef999e5c519b66fb71ba080813d094ac 1.67 MB 5,497 194
823,810 823,810 000000000000000000005b48654a427aed83f82675fc9d673baadc9c12995f72 1.74 MB 5,629 160
823,809 823,809 000000000000000000032a8b095d931d1ccd5d5fb4a73a737d219f8e41d4d3a5 1.62 MB 5,140 154
823,808 823,808 00000000000000000002c1cb2ff2ba067b34cb3f90b5847d645afa735c14aa18 1.64 MB 5,447 198
823,807 823,807 0000000000000000000383b3903e001e845d6de9dcb8d6bc71d34470ca24480b 1.56 MB 4,607 165
823,806 823,806 00000000000000000001534bfc1884a1ba6c918794d3860fdb894a707b5ccd25 1.63 MB 5,368 209
823,805 823,805 000000000000000000007b464ad4f6c5a40bdd006e3734a774111c198c7820d5 1.65 MB 5,534 169
Previous 10 blocks ↓
Total Size: 698.76 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: 2,099.04 GB sent, 202.57 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.