Memory Pool Memory Pool Refreshing

31,930 transactions
41.56 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,409 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,248 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,408 (418,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
423,805 423,805 00000000000000000539318c69fc6dc0a6940422ddc566dc02ca418c39d557e6 1.00 MB 1,027 85
423,804 423,804 00000000000000000004c55763a5bbb3c3dcf19bd42d000c29c75bfae44cfe45 0.99 MB 1,250 70
423,803 423,803 00000000000000000320df77c07e81dedffa07f3ebbaa8d9caf709dfe1515439 1.00 MB 2,651 93
423,802 423,802 0000000000000000029c4dfcdc26a7a0de3ff91b33ba5279903472485bb1b5d7 0.14 MB 358 77
423,801 423,801 0000000000000000042e4bb3edefafacae9dceb64bc8192d47deb9fb6e6aa32d 0.72 MB 1,762 74
423,800 423,800 000000000000000001497341ac0759741bba9265210ba191af85ac93a4903d0b 0.63 MB 1,455 67
423,799 423,799 000000000000000002a1087323c711682c537f812e5bb07ed70d089f8b38ced4 0.14 MB 372 67
423,798 423,798 000000000000000003052d82f5ca4696c4777a2f6c0e3c1a63757030844ad117 0.00 MB 1 0
423,797 423,797 000000000000000000aff77faf36076f706f14b88d421e3a935de1be7fdb11b0 0.67 MB 1,329 55
423,796 423,796 000000000000000001886c37c40a5318bcb57f9a11d338cdab434e7948763143 0.14 MB 222 39
423,795 423,795 000000000000000000b578d9351b8d0f4ad9e1a69f8829774be7871ee40277c5 0.92 MB 1,872 64
423,794 423,794 000000000000000001434d9e03cd86157f9209c2be0adb4318369c3e7ced4780 0.42 MB 924 62
423,793 423,793 000000000000000001a2df3ba5ee765fd31eb9331ce2474beadb0ae1c0edeaed 1.00 MB 1,862 44
423,792 423,792 0000000000000000022053f87d7e5ad99970a915388b4d41c0ee7bfe305f633a 1.00 MB 2,257 73
423,791 423,791 00000000000000000303359a303b995bcf325a3b2529dc6bb6704e78e7b88e74 0.00 MB 14 163
423,790 423,790 00000000000000000426e7ff7c8b3bf677d16b64e41c1f223da12cb021fbe0fb 1.00 MB 2,922 93
423,789 423,789 00000000000000000088cae55ddbee57797112eba4dfbcf31bcc00521316b548 0.21 MB 375 46
423,788 423,788 0000000000000000007cd55e3273594fe167f934584098bbd1351e7bb845e925 0.51 MB 1,111 65
423,787 423,787 000000000000000002933f531f3085287fa07635b6e669dd26924401c64e0db1 0.99 MB 1,267 37
423,786 423,786 00000000000000000244aaf54b7f95ea300f6560a52f3bcb5b37fecee7221a0c 0.15 MB 367 69
423,785 423,785 000000000000000003101dedca1b5eae5b372c3f89a53f5cdb8b6599df820493 0.99 MB 1,817 47
Previous 10 blocks ↓
Total Size: 647.49 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,495.40 GB sent, 45.98 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.