Memory Pool Memory Pool Refreshing

43,713 transactions
34.61 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,144 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,641 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,143 (560,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,651 281,651 00000000000000004fe507dd39d2f2966517471c0fbb9e18d3631862b8fbb9d8 0.12 MB 267 57
281,650 281,650 0000000000000002072537e0b2cd1d3bf43d572124cb214cfcc5661f70395f95 0.38 MB 411 35
281,649 281,649 000000000000000091ef7e4e63c48c8f2d0f0ecc425d47601d07f37183b2c696 0.17 MB 224 18
281,648 281,648 0000000000000001a9f018cc2465ce891eb7d7721ab42bbaaa39051f5f07effa 0.25 MB 730 85
281,647 281,647 0000000000000001da354cc3bc5cfe5d53c7501ce40d8a532c88d3b8458b767f 0.10 MB 191 22
281,646 281,646 00000000000000024ef4bb6f17fe27a07bca522571c339b522fac281c6fbf718 0.35 MB 313 19
281,645 281,645 0000000000000001cafc8b839398236bfd00689d9de4d621bb72a8773e0fd7ea 0.40 MB 518 22
281,644 281,644 00000000000000003b469d7165cf7cf9dee042c58aed2f60cecbcfeac8629a41 0.05 MB 133 89
281,643 281,643 0000000000000000ddd5b40d5267cd9db2ca191c50d9991578374876bd8a8e24 0.25 MB 658 35
281,642 281,642 0000000000000001c6249d8c0eecb4bbd296f4e98d85a3c0847f3eae326dec2b 0.05 MB 137 81
281,641 281,641 0000000000000001959b9c69ab0e7e83e178203cb24e70daa14a6a3b45fa5bcc 0.05 MB 152 224
281,640 281,640 0000000000000000d85bc2c832cc85ce54b8100ebd84fe309a77662423f7e57f 0.03 MB 51 5
281,639 281,639 000000000000000185f211a371adc0f42825f778df2b497f4ac6714693af8d54 0.09 MB 115 22
281,638 281,638 000000000000000171b96ba11e50f8e06aaa3b74ad1abb105002f4198f1db997 0.30 MB 393 27
281,637 281,637 000000000000000233bd671ad0ff9be61943d18c88e6993fafad362dc7bf3295 0.25 MB 463 45
281,636 281,636 0000000000000001a9462f933363c8b42e59ed2a9329ccd9cd03a5440e1de7e6 0.24 MB 323 23
281,635 281,635 00000000000000000335c79846260263faf47522dc6ab1e4e564f82a5fa914bd 0.50 MB 869 33
281,634 281,634 0000000000000000aa658d1fefc3b660b76ecc7dc8e73694862ebbff989626ea 0.25 MB 380 33
281,633 281,633 0000000000000001cf3cdb5a8a06e0439bdd8bff5da67ae84de74d08e124612f 0.25 MB 440 33
281,632 281,632 00000000000000023c8e52c720cac8048f4b34a5d7f59264592df41656bb27af 0.25 MB 479 48
281,631 281,631 0000000000000002119dbceeeb40d6ed7ed33caf1774e55620414685ff639d61 0.25 MB 496 27
Previous 10 blocks ↓
Total Size: 647.01 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,444.46 GB sent, 42.29 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.