Memory Pool Memory Pool Refreshing

44,349 transactions
47.25 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,764 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,335 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,763 (411,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,138 430,138 000000000000000000e8bd9def587426db0c0d4aa86d0d970685ba780e12c7a7 1.00 MB 2,727 67
430,137 430,137 000000000000000004bc9fd2b607ea96af73d7f2c164ca64d0ca377417251530 1.00 MB 1,646 94
430,136 430,136 000000000000000002bf63a36d5df10f98e21430d94d09a6f56d60a3b21b8184 1.00 MB 2,434 57
430,135 430,135 0000000000000000027d4071d09352df2c23579943eb6acbb490f8a33a59678d 1.00 MB 2,347 40
430,134 430,134 00000000000000000241f811697b22f87c2b9d5a4062fe38315f882d490cf6a6 1.00 MB 1,794 42
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
Previous 10 blocks ↓
Total Size: 646.32 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,341.27 GB sent, 37.05 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.