Memory Pool Memory Pool Refreshing

30,819 transactions
44.80 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,934 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,409 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,933 (407,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,822 434,822 0000000000000000006a1bd4362d60938ba000368138a8722e448c7d8e45554c 1.00 MB 2,355 65
434,821 434,821 000000000000000002e644b6342e0e575d93300f60c0cf3154f299b72ad10ec3 0.30 MB 722 70
434,820 434,820 00000000000000000389d85a9361d64828eae2bd0f19ef0dd572139393058b35 0.86 MB 1,588 58
434,819 434,819 000000000000000003b470d4bc082d5f5170e27e253917c811578b2dde41928a 1.00 MB 2,368 69
434,818 434,818 0000000000000000035e4106adf31a602f648dbfb2c486126106a8ecf20216a4 0.63 MB 1,412 66
434,817 434,817 000000000000000000213717c2ec019674a7f6996c7ca14d87d9c5c12d7b6977 0.14 MB 290 78
434,816 434,816 000000000000000001d32d68136d8410e5dd33a0904fce2d21f038757dc343c6 0.64 MB 1,304 62
434,815 434,815 0000000000000000041a44f14afaeae604ae389018f15db3097756dd1c6877a5 0.89 MB 1,137 45
434,814 434,814 00000000000000000435e4280f4d758258027ed5e50ee6292cd4999ed592dc95 1.00 MB 2,482 71
434,813 434,813 00000000000000000385f0e3e5218bb3e6e5a2d9088815fad3f1d5c12e9c0ef3 0.99 MB 1,462 44
434,812 434,812 000000000000000003e7ef2e5529e172885dd2a560e357e244c51b9a2e59181d 0.75 MB 611 69
434,811 434,811 000000000000000002edd13bfd476abfcbfccccb69730670857a0868fa059e1a 0.27 MB 598 62
434,810 434,810 00000000000000000189120c0d00d5a6be6fc791c60cb736b17563c9e4a51d61 0.73 MB 1,821 65
434,809 434,809 00000000000000000320e962a751e3978cc79557cd27cde92f26a68a59ffb19f 0.37 MB 823 63
434,808 434,808 000000000000000002f44231bb8961a7eca8b3807d6c7cd73189cdab4396851e 0.69 MB 1,601 64
434,807 434,807 000000000000000002689fd9b4545f3b854571155b9fcece79af1b5a384d4622 0.06 MB 124 41
434,806 434,806 000000000000000000ef1a047c46bfd602be2d332eda22b8063711460db753af 0.64 MB 1,335 58
434,805 434,805 0000000000000000023d61c12b17e73df12529ba316f674c167485e80eba9f7c 0.39 MB 703 59
434,804 434,804 000000000000000002fbf960279cec5beb1dc5855ee1687252eef27d75467e41 0.35 MB 890 68
434,803 434,803 0000000000000000042f4a841bb2f42954dabdd6801507a32f9e3f174aa98310 0.49 MB 942 53
434,802 434,802 000000000000000001961227453f668d8686c21511b7f0d17181b10d0449a6a7 1.00 MB 2,270 63
Previous 10 blocks ↓
Total Size: 646.64 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,378.56 GB sent, 39.02 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.