Memory Pool Memory Pool Refreshing

30,673 transactions
56.12 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,493 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,786 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,492 (146,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,813 696,813 000000000000000000082ed3f67cbe2537459512b554c28c21215733b66ae24a 0.01 MB 31 22
696,812 696,812 0000000000000000000e0491bacc3d682450d091c11a64b38a44c360761289c9 0.78 MB 1,662 12
696,811 696,811 0000000000000000000d9418d67e82648bec62e43b70821f34b9a4c11e4d01b4 0.57 MB 1,077 11
696,810 696,810 0000000000000000000d44df1274ef1d1f60624cbf410e851ed4297d706252ea 0.80 MB 1,572 15
696,809 696,809 00000000000000000009a524249197b53a0b012f2899dcf600f1f992161fbd45 0.15 MB 300 24
696,808 696,808 00000000000000000006705c732fe4ca31ccdecc9d8bfb1f0515c66e5e549e65 0.01 MB 27 12
696,807 696,807 000000000000000000012173d26a88e95145452363e6ebdf27ab6348642a8abd 1.39 MB 2,608 10
696,806 696,806 00000000000000000004c118332810817fbccb239b57f4abcd95c196bb4f627f 1.39 MB 2,396 13
696,805 696,805 0000000000000000000c7588c14f65b704f31d9dcfb675c751a98340ff618e00 1.41 MB 1,447 2
696,804 696,804 0000000000000000001080358e1a1b3835fc9186cdf4d4bd356b79b5a275d86b 1.33 MB 2,405 17
696,803 696,803 0000000000000000000c683ae251c739c0199dba185c9a1f453852901dec7d51 0.00 MB 1 0
696,802 696,802 00000000000000000000965af1096e5b4b89cdab2340a861ec2fdc2c2c7f95a3 0.82 MB 308 3
696,801 696,801 0000000000000000000ac4a37b59dd7410052478de6775b07306c8252238f970 0.96 MB 593 10
696,800 696,800 000000000000000000036f8b691538bb9246a2f44051e189938be9e3b65e6410 0.63 MB 668 8
696,799 696,799 0000000000000000000b98cf28e7b2bb31697becccba1648353f376a780ebc2b 0.94 MB 712 8
696,798 696,798 0000000000000000000be8e6ec946e7cdc3a2c2af6ea29d2e9e5c9e4b68deea4 0.98 MB 1,684 11
696,797 696,797 0000000000000000000e8f771b491c917be6de54f012570ca7e84562c5aa9ab3 1.07 MB 1,929 8
696,796 696,796 000000000000000000048da5b2180f0e6aacf7253db2baacdc3c14f2eb438f1c 1.45 MB 2,767 17
696,795 696,795 0000000000000000000406a00d220a563131da169c8a43191ad044e393eb12d6 0.27 MB 413 10
696,794 696,794 00000000000000000000efd33483e6b3bc26e82296c721d702cbbb746fb42599 0.40 MB 684 16
696,793 696,793 0000000000000000000d125af8353b9eea7205f073ebfd658d734edcaebff1b8 0.03 MB 64 8
Previous 10 blocks ↓
Total Size: 649.58 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,839.44 GB sent, 58.54 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.