Memory Pool Memory Pool Refreshing

45,446 transactions
29.48 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,474 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,875 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,473 (727,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
141,494 141,494 000000000000079d196eef6173b8b51e91a5fb5b10c3299f58172eb5394157a3 0.01 MB 5 21
141,493 141,493 00000000000004fc57db769ad321b2c056bb1894193fad72d44f07b2fe349d88 0.05 MB 171 1
141,492 141,492 00000000000002c6fc9842835854b6700d5a4072a20faefe9be227ef0e4231ce 0.05 MB 116 206
141,491 141,491 00000000000008d4cc5402115034c7347c2587b2c15b127c3cf29ef80897f6bd 0.09 MB 245 774
141,490 141,490 00000000000007a0ff89124c5703c6378c2fbcdd2a50db82ee025c28b4e1f642 0.01 MB 33 377
141,489 141,489 000000000000077a218d5e088d2d173db5fe33b37107191c83387ec367d44200 0.00 MB 1 0
141,488 141,488 00000000000002e2327e462426851c5fc5533ca7ec9e08bbfe20e88fc06879f7 0.03 MB 48 157
141,487 141,487 00000000000008ee2759d0c824f167e09a965180a4eeaebce5796a0eec7a1936 0.01 MB 15 47
141,486 141,486 000000000000044fea66a1746cbd6ad88d8e69a52d4f8541284fb90e560fcd08 0.03 MB 68 188
141,485 141,485 000000000000052478c97e8ff35b75febd1e1389d1784f385d5f30c4a55604a0 0.01 MB 10 195
141,484 141,484 00000000000006f82aeb2079c3b7a00add569079ffca64d22aa5fe407404442c 0.05 MB 120 291
141,483 141,483 00000000000004a099e0c0df5d02c4021604699c84c201e032a4f39d496e177c 0.02 MB 27 110
141,482 141,482 00000000000002319e1a20e26ed629d7b058caea90e2d8970ecd260c59e41ade 0.03 MB 37 276
141,481 141,481 00000000000006e1855f0333a34ab7558ee8564b6aa525c20ca1fbd768df3f5a 0.03 MB 58 232
141,480 141,480 00000000000003e1f764b8636cfeb5cace65337861e8be9ca6848885c7311ebe 0.02 MB 49 98
141,479 141,479 00000000000002498623349d2029b2ccc463b109eb2308702c1e84e8cf1759c6 0.04 MB 133 37
141,478 141,478 0000000000000612eebfbf085ab7b4d3fe0dbecdf24b9c3ef564ad6affc1e824 0.05 MB 47 271
141,477 141,477 00000000000002a40dadfae227c355fc314f14f44d89d00e71188506789f3035 0.00 MB 3 194
141,476 141,476 00000000000005beec9edfa93614d00db0e60880a848b845f026833843a4eedb 0.02 MB 51 123
141,475 141,475 0000000000000820d1919e633b3f7486f2d0ba7a27e6435b2059a5a3704368b1 0.02 MB 38 181
141,474 141,474 000000000000003c7215b92c38b4e94b3f37eebd0d4ffa0f5b43b9a9f965d141 0.02 MB 23 87
Previous 10 blocks ↓
Total Size: 698.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,088.14 GB sent, 200.55 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.