Memory Pool Memory Pool Refreshing

91,786 transactions
29.41 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,027 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,384 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,026 (411,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,663 434,663 00000000000000000301d4fc869bcf624451b1f22b5cb2f09ec282e63bea2c52 1.00 MB 1,755 44
434,662 434,662 000000000000000003b1b257467a09b30e8bdb6a5020fece4d1f18f311ceef3b 1.00 MB 2,259 70
434,661 434,661 000000000000000002a1c8ed51543f2d06888274830ea5ff126076e5da77fe3f 1.00 MB 2,432 56
434,660 434,660 0000000000000000011b8cbb9563388755a1f71306f2100660166c216e5d9efd 1.00 MB 2,532 70
434,659 434,659 0000000000000000011c863e7a39aa4e47cdfb6345c06b3558482a283e990af4 1.00 MB 2,504 78
434,658 434,658 00000000000000000025e787e9b510f187f2216e3eeccd5ffdae200a285d94e1 0.31 MB 702 58
434,657 434,657 0000000000000000035cb9a462303c7923515ade5327ae087a17868b44e8e33f 1.00 MB 1,052 30
434,656 434,656 00000000000000000126d11449e0b871478bcec0f0762b591488eb0c700636c1 1.00 MB 2,485 66
434,655 434,655 0000000000000000004a6fa6436c449d8dd748836c5b793a20ddd1b35b4f97cc 0.57 MB 663 38
434,654 434,654 000000000000000003a18e71f7d81c83e3d22ecaac6a9ef93a2120a2f58fbf1e 1.00 MB 2,313 63
434,653 434,653 000000000000000002eed8b8d861d7c6d4e95385df7b6c0b5f090eea42764fda 0.40 MB 795 54
434,652 434,652 0000000000000000016bfec4cbd5143ae097810ad83b0b09cd158e7d36c78d13 0.75 MB 1,770 61
434,651 434,651 0000000000000000022ac7a95d5db0bf0deb3d90e1eea4a5720f38fd4688127d 0.74 MB 228 8
434,650 434,650 000000000000000000bd4ecde90f05c66291582cd76d380167de62fe9b1e0297 0.49 MB 1,080 58
434,649 434,649 0000000000000000024c8af762746821562d5c3a50163bf122dcb465ccd5c4de 0.99 MB 879 25
434,648 434,648 000000000000000001af5571ee815398ddefa19d9b05db10b696632b2d639b9c 0.45 MB 1,019 59
434,647 434,647 00000000000000000099d92a3e8889a7c898325e91b6de75c104fe36e6a941cd 1.00 MB 682 21
434,646 434,646 0000000000000000024ab1ddba71eee85ca86dfd0b4b34fd69403f1508ba4770 0.99 MB 804 23
434,645 434,645 0000000000000000024792711d684bcd17215c5af7f0d0716e5def72cc9b04ff 0.74 MB 1,455 62
434,644 434,644 0000000000000000034231d4c731a7bc13358c41bb51e299288fbdfab716d551 0.75 MB 1,544 58
434,643 434,643 000000000000000002e33bf08b0d0b3b1daf894657fb704a262e7a1b874b961d 0.70 MB 715 39
Previous 10 blocks ↓
Total Size: 654.27 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: 9,365.40 GB sent, 87.75 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.