Memory Pool Memory Pool Refreshing

35,785 transactions
44.64 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,459 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,639 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,458 (712,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
130,275 130,275 00000000000005bc2c801cf795dbf429b9d8771f3c4711195d534bdb388b16a7 0.00 MB 12 348
130,274 130,274 0000000000000243e4274c8bef95c1c8372e7bf0e2919eb8f46a4f79645f8a4e 0.03 MB 73 1,327
130,273 130,273 000000000000181a86933d1b7dbde50b0b041e9d4e063387a6c6fbccc50ba1bf 0.05 MB 135 577
130,272 130,272 0000000000000f869d27293b28032dead0971a9cecd27097aa8f0f229dbb0e1a 0.02 MB 47 1,029
130,271 130,271 000000000000160fdae2579d4ad0d10f5a04996f51a017e37cf3d7406a89f40d 0.01 MB 17 780
130,270 130,270 00000000000005facb5a54311f3527c4fcbec7c599a2593bf8ac95676b4af543 0.01 MB 24 351
130,269 130,269 00000000000016a25cc0b3f6b4ed049ce9b0efd854594f880683f331e703ad18 0.01 MB 15 2,143
130,268 130,268 00000000000012b7b4e6219450c1e4bdb4951ecdf23df054a0463d6424b5c86c 0.01 MB 31 1,148
130,267 130,267 0000000000000698dcd38a3b6ca3a65896ac5c9d0b57cc257e04206a0d54e72a 0.02 MB 48 1,104
130,266 130,266 00000000000008f2f3cde61e5591b174900e473a2340b15da1fb771bd3599eb9 0.02 MB 51 566
130,265 130,265 0000000000001592ccadf5ca095625de7e59df1c8399eb75807ce67de200896b 0.02 MB 47 361
130,264 130,264 000000000000038570e7344519268f39db3cb6ca71928c69c558f4a1afe8efad 0.00 MB 3 1,691
130,263 130,263 00000000000017db265461e79ed2b6cd35c60e3edda7f31030e486a97f268e04 0.01 MB 25 2,500
130,262 130,262 00000000000001a7df446fff68b8c4b1a799c8e412a0690b10f4ffc88b119e36 0.02 MB 45 912
130,261 130,261 000000000000078f8c2ea4fec602f2677ba26c163128dc52db42ac89b2c7c949 0.01 MB 14 458
130,260 130,260 0000000000000a8753319a838b9e05febccf3d93f20b2e5bafb9bfdbebef5f6d 0.03 MB 57 916
130,259 130,259 0000000000000267e417349054ecb0f6045f90e1cffa0bccac434b26bfaa9ebe 0.00 MB 12 823
130,258 130,258 00000000000000abde97a85e4f65cfd873a0fd6741dc2986956e48fa17310369 0.02 MB 49 2,151
130,257 130,257 000000000000011160be1e0a767bc4e7ec9c509e28c137534e1eddc8a2da8457 0.02 MB 36 828
130,256 130,256 000000000000062d4a575d8c8d63ade210444c7c0f06300d891b9424fd566290 0.02 MB 62 68
130,255 130,255 00000000000008889550bad00b092f98ca5f7e7149dc18a0e4ad5c3476362bd7 0.02 MB 46 934
Previous 10 blocks ↓
Total Size: 647.59 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,515.29 GB sent, 46.63 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.