Memory Pool Memory Pool Refreshing

22,124 transactions
28.97 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,852 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,294 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,851 (411,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,133 430,133 0000000000000000019be02f20014f779c3d6748f6dfdd6837040eb8975896f1 1.00 MB 2,770 74
430,132 430,132 000000000000000001f92a7d1cef6e180be7a3d2decb7913900f9a59508faee2 1.00 MB 2,422 57
430,131 430,131 0000000000000000019efa9394789b39a17a378d23eb683a54d9246a16c8d34d 1.00 MB 2,398 60
430,130 430,130 000000000000000003ad83000b3c2d591d056f4db12a1c579fc7f9b185415f19 1.00 MB 1,353 54
430,129 430,129 000000000000000000d093bd45432ecc5e9851fa33bc026c7b7084b5c7f4f9e6 1.00 MB 3,059 62
430,128 430,128 0000000000000000003ea4020e76b6cf8c03f9f0715fc59889e861167e91c5d6 1.00 MB 2,524 73
430,127 430,127 0000000000000000003920f3de647a7147ce30904fed378ef2240b5df748a6f4 1.00 MB 2,259 55
430,126 430,126 0000000000000000026d158a47e9b9a13b4c7d5c7ae7cb74cccdd50628b4cb85 1.00 MB 1,945 69
430,125 430,125 0000000000000000013d591a1de868d22ff67b78eb7f64d74c6a90de4368e1d4 1.00 MB 2,359 73
430,124 430,124 000000000000000002d4a1684e41aa6aa8f31af863d22f0cdbe23bff4f44859f 1.00 MB 2,135 69
430,123 430,123 0000000000000000028e7f26a02a4a342a33651bb97a73393191946623b3a235 1.00 MB 1,244 83
430,122 430,122 000000000000000001990db09358689a1b25aab74b166d8880375080f9cec281 0.99 MB 1,065 84
430,121 430,121 000000000000000001d88e99bc66c9be1f00612ce92ad28beb2ade20d6a0b827 1.00 MB 908 86
430,120 430,120 0000000000000000047d7acc0d81dc9c6a8b8c52db1c965b64d0aeeafdb62855 1.00 MB 1,284 95
430,119 430,119 0000000000000000043551f1911ea2c0f5208245de6c559ffcd42eec1a41c2bc 1.00 MB 2,601 54
430,118 430,118 000000000000000000c01a1c765dc5717ddb1c03324480a8f3b9e0fa8191e673 1.00 MB 1,980 65
430,117 430,117 0000000000000000008f25a7b1bfde2bbd28afc5ed6e50b0d3ccc9743cf9755b 1.00 MB 2,196 70
430,116 430,116 00000000000000000434377d6a947454cdcfa2eccb7d64606afb510cbc58445d 1.00 MB 1,369 79
430,115 430,115 00000000000000000433f1b5a194126f55a57fd168666ab445822394baa5ab2b 1.00 MB 1,585 77
430,114 430,114 00000000000000000259668fbafe0916ac8fdaf4d80d93ac629462db79301f0a 1.00 MB 828 74
430,113 430,113 000000000000000000e16987ce8dd3f3c0a5699282f603dff5cbe75ea9febacc 0.99 MB 530 72
Previous 10 blocks ↓
Total Size: 646.48 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 8,357.50 GB sent, 37.99 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.