Memory Pool Memory Pool Refreshing

55,464 transactions
47.79 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,951 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,102 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,950 (411,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,056 430,056 000000000000000001d91b8fbb414c351a4352e1c70acc66b890bbf2f54d8cc1 0.15 MB 195 35
430,055 430,055 0000000000000000027ed16d88a442e14495d2a554d385e85f58d7a282123ff1 0.27 MB 605 48
430,054 430,054 0000000000000000037af0d6f55202dcb64358242704b2f9e4b6fae49c4acc09 0.89 MB 1,728 45
430,053 430,053 000000000000000000ac1fd7d63097600b9c127b25781d742daf5008bda0d8e3 0.99 MB 2,582 79
430,052 430,052 0000000000000000022fe0dd794c8f1e192220c8101e399aa9d133412f396a50 0.39 MB 924 55
430,051 430,051 0000000000000000034e3f66b5f7b11f2e33a4556a3abaf303114cd51009cc89 0.99 MB 926 21
430,050 430,050 0000000000000000000a1f6944affde69277fb689d7f04da4565b3193e18db6a 0.99 MB 1,726 27
430,049 430,049 00000000000000000304617817a81ecea37f6855fb870ee8b4a683702b1de7ac 0.33 MB 866 61
430,048 430,048 000000000000000001d0f0f624b363d9d593dddd6131161168ab931e389f6040 1.00 MB 1,558 42
430,047 430,047 000000000000000001c20bfaab87f6e728a5dc0ec9f8fc778885415a4efdebed 0.99 MB 1,412 53
430,046 430,046 00000000000000000396cde8d122eafe578f9b0adca01087a6fa1590599fdf7e 1.00 MB 2,754 71
430,045 430,045 000000000000000004c280870f4dcfc7fdb5d6cce930031ecae9a340c487c9d3 1.00 MB 2,033 60
430,044 430,044 000000000000000002e06695f40d69238a11703fcb6f521cdc41f542bdc40c8b 1.00 MB 2,296 56
430,043 430,043 0000000000000000003f4a80a2fcb9c756092701dfcd8ddeef4296d9e700540a 1.00 MB 2,908 78
430,042 430,042 000000000000000004d577ea61a2dbdb498bfa2b097c82ae70cd28759c1c8ee4 0.21 MB 511 57
430,041 430,041 0000000000000000035012dbb520560db5b035c6e0569889f721f966c7164cee 0.33 MB 902 45
430,040 430,040 0000000000000000021aaf81758fea6bc310d8fd190fed3cb11cb4f64a094cbe 0.29 MB 103 14
430,039 430,039 00000000000000000146be61caa5acaa056b226d1b8f57e8542a5434ce727906 0.30 MB 681 58
430,038 430,038 0000000000000000017670be8f8209f18cac44b907c5a39e271b61eb288c3411 1.00 MB 1,368 34
430,037 430,037 0000000000000000045136bc624f7820ac36b8efbba2a9a90168903e68d83fca 1.00 MB 2,666 66
430,036 430,036 0000000000000000006f93ca8ad75e267d33b706ba2dcd1f3d15a39bb0433525 0.44 MB 885 49
Previous 10 blocks ↓
Total Size: 646.67 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,389.77 GB sent, 39.34 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.