Memory Pool Memory Pool Refreshing

50,315 transactions
19.43 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,727 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,634 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,726 (756,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
114,395 114,395 00000000000073bc9cc399e29927c57768786424d797052e96d1a6f5c05d3e31 0.00 MB 10 1,397
114,394 114,394 0000000000008999811fea921ee5ee012ab7ad6804ea7dc5ff6443c1f7d04b66 0.01 MB 32 723
114,393 114,393 00000000000005b56caad7dd83020033383c8d4f5c09f4401198b54f64e84468 0.00 MB 10 0
114,392 114,392 0000000000005a895fc9376507977aff74c4e92219bb2a3de99c5e693e6def3d 0.04 MB 188 22
114,391 114,391 000000000000b6b0b643cba778b3ae59be686e700b81a47c54cf18e524fb9f9c 0.00 MB 1 0
114,390 114,390 0000000000001d7809ce7ad6bb96aa19157de64bc69d32756b36b28652ba4460 0.10 MB 431 50
114,389 114,389 0000000000006ef342ca010da708c46f3c6be019cfb437a9351f693ba52155aa 0.01 MB 16 343
114,388 114,388 0000000000005d6fd9949ec06e6e29795f320d4b9522d1b9252279db3083cc9d 0.00 MB 3 3,868
114,387 114,387 0000000000007796c2b5a88076d753fce047eebf1cd7c61e3916a274eecc51c8 0.00 MB 1 0
114,386 114,386 0000000000003653d788ea38ee44f822ebbc0171bebfaa70783f7ebfabe46e40 0.00 MB 1 0
114,385 114,385 000000000000429a2b1fbfb8eb7a1bac8785467c8fc9fb350a8af383112b6304 0.01 MB 39 768
114,384 114,384 000000000000d1e343e80abdaf9182c4243651ce13e847e4454ba9d08510add6 0.00 MB 13 1,928
114,383 114,383 0000000000003674f1791fab339ca011007fb26b7a393ca101879bd3b7087802 0.00 MB 12 0
114,382 114,382 0000000000001470b9de586af96dc66cc9703adf310c5d336515ef4e356691ca 0.00 MB 12 1,291
114,381 114,381 000000000000d2fc01def35e13b0fa4f1a86fd8404c1d93d399e4571b45960f0 0.00 MB 12 0
114,380 114,380 00000000000094c10c06f652af30ea79dde0215895c3bde214d6cdcdf2565771 0.10 MB 439 10
114,379 114,379 0000000000002156e3cd90f8c357c0184ac1a10e1e8fa5ce983e94d8ea7d8c9f 0.00 MB 10 316
114,378 114,378 000000000000b914fda0a314ad49e0a5b74550ea3ad9887d1e39a7795f819564 0.00 MB 10 0
114,377 114,377 000000000000c4dd6df61f41d672d72503f36bb80cd863ed1bbe45f682da1db8 0.01 MB 27 1,788
114,376 114,376 000000000000c6336b3c2ec0cdec62c06f82d074080e0fcc619c7d1f558339fc 0.01 MB 26 0
114,375 114,375 000000000000d533533051998a6c5b930e59d5a25a83c76a689efd3a18059ac3 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 700.84 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,383.78 GB sent, 215.96 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.