Memory Pool Memory Pool Refreshing

78,931 transactions
32.75 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,404 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,397 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,403 (522,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,132 323,132 0000000000000000140ee534b3d8e604114d416c70d12fc10fe77b184a1caed8 0.66 MB 924 22
323,131 323,131 00000000000000001662096d4b3705c206cf22a8a5131b8faa846a4f5489d6d6 0.25 MB 634 41
323,130 323,130 0000000000000000117aff041c574cb615d913c4bc902e1c2dc5cb1dc9a99568 0.63 MB 632 16
323,129 323,129 00000000000000000c2fcfe7404cb71a4a77cea2415e986b7cbd8b0695e78a85 0.93 MB 1,874 30
323,128 323,128 0000000000000000007662022498fe1f0819b6e707261ced2bf0b263281182ac 0.35 MB 795 36
323,127 323,127 000000000000000016d0f31b5381dc0358ec4284775d21ace0a28d9b11ae7478 0.14 MB 201 23
323,126 323,126 00000000000000001e612341eae990a256e262cbd9ffc814ea79688f03430898 0.39 MB 682 29
323,125 323,125 000000000000000009fc6f32cb7a34a17c5f05cbe969d62f397e13398a081b6d 0.07 MB 170 31
323,124 323,124 00000000000000001b1464c9d6f1fbbfa5937a4c8916fc7f65bb4da65811a25d 0.10 MB 219 30
323,123 323,123 0000000000000000186a34634db7f6b254c229ed843902feb3802cb49ae90215 0.11 MB 165 27
323,122 323,122 000000000000000012a94dfec8c54fe4835c12491d0d352322f123be6b7d8b4a 0.47 MB 771 27
323,121 323,121 000000000000000013a68a4493267c303acfaf9b528fa7968166b6c022371ffe 0.40 MB 672 26
323,120 323,120 00000000000000000b54f37341066193b924b72fdc618647969e5a7bb2992510 0.35 MB 501 23
323,119 323,119 00000000000000001b8c46e85b0b1ff2064903eb6aea9aed2002c94777d1772b 0.45 MB 723 27
323,118 323,118 0000000000000000069e530459be12861eb44acfb9a7a3e2f81337ba6ceb0c31 0.18 MB 359 22
323,117 323,117 00000000000000001cbfdcadef119bbdffddd37e7d5d27733fcd34fa4419015d 0.20 MB 408 29
323,116 323,116 00000000000000001484861eeaba7525876db22063043e42753926b9d56d2d9c 0.78 MB 1,362 28
323,115 323,115 0000000000000000044b8ed2da797fb37e7e645038e84bcab237a77871f24de1 0.22 MB 272 22
323,114 323,114 00000000000000001e35f9d2d505f7888966e3cfd327d7f190a35a2de9e54430 0.06 MB 82 4
323,113 323,113 00000000000000001e13b07e26be21befb6807150f04155212cd9591c4c27d80 0.11 MB 122 13
323,112 323,112 00000000000000001f90787243079f08f4d87dd47763040cd97f0ff08fafe1cc 0.18 MB 247 27
Previous 10 blocks ↓
Total Size: 653.16 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,300.96 GB sent, 79.70 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.