Memory Pool Memory Pool Refreshing

56,262 transactions
31.62 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,722 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,723 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,721 (369,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,837 502,837 0000000000000000006abf89ee54f6d1bddd4078394195b195538b57900950db 1.04 MB 2,281 316
502,836 502,836 000000000000000000689b8b7c0e68658a0d34d11f02879e9d7e49c6d2c09ebd 1.04 MB 3,278 488
502,835 502,835 00000000000000000044cf3877b374c60f20b0aae08950fae6bf61b6923016d8 1.07 MB 1,989 396
502,834 502,834 0000000000000000007c0277f425adbea8c0eb5b5bd06d6a936bcfeca78a1bfc 1.03 MB 2,140 460
502,833 502,833 0000000000000000006d2049faf25429fdb8c02a531e020c4d3b674dcb8fe88d 1.05 MB 2,474 529
502,832 502,832 0000000000000000006a927b1e0b2ffa8462f60f779135b0e8d40fd67f29b471 1.03 MB 3,417 472
502,831 502,831 00000000000000000045e8737d3dcd8e316ce0b22a8807e93b13422c4a99e794 1.03 MB 2,065 345
502,830 502,830 0000000000000000000a9ff1235e9894ed17bda916e2bcd7288fea47d288a588 1.06 MB 1,167 333
502,829 502,829 0000000000000000000a29948a1bcc2671ec5e0d99faa9a91b1f98499357a36a 1.06 MB 1,361 258
502,828 502,828 0000000000000000003f01fe45eb1e345c0a43522d676c9146e79358cf90d570 1.02 MB 2,347 267
502,827 502,827 0000000000000000006d380e18a61d1d26346bbd42da5739251b85ee7a31a258 1.09 MB 1,574 314
502,826 502,826 0000000000000000002113ed90ada484b5d6645a1dd5d88d52bf5bc0a44b93e9 1.07 MB 1,966 433
502,825 502,825 0000000000000000008c7346f54abe11c5bfc0d99823f9ce49c1d156f070948c 1.07 MB 1,982 432
502,824 502,824 000000000000000000245b74ae7893036124c50734dc7417dd9caedb43c09741 1.10 MB 1,820 408
502,823 502,823 0000000000000000003621f5ae98de75840e3090b2218d8033ceac772ec78d37 1.10 MB 1,983 405
502,822 502,822 000000000000000000090269bf702a0b93c866e1ff8a95412f56421351fe3331 1.05 MB 1,303 390
502,821 502,821 0000000000000000003d5b755f4b73af93be68a095b8643fdb439091a2581157 1.01 MB 1,986 252
502,820 502,820 000000000000000000877467d2b5be8311b2465f556daf3e411b3c8849c8bde7 1.06 MB 1,807 476
502,819 502,819 0000000000000000005457fee15ffb663c71055184bb7b48c144010e787f18db 1.10 MB 2,220 457
502,818 502,818 0000000000000000001551a9d7c7e8d602fa2e59fe69a7c096d67646f0e873a1 1.10 MB 2,136 546
502,817 502,817 0000000000000000006ffe514f454f5219e2c84e58b4774213fd494a57ee10da 1.11 MB 1,560 390
Previous 10 blocks ↓
Total Size: 704.54 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,653.71 GB sent, 241.50 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.