Memory Pool Memory Pool Refreshing

596 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,393 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 584 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,392 (826,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,322 82,322 000000000002a3799f74bc061004d3bf90b51df3242207cecaa9ca9c15395ea8 0.00 MB 1 0
82,321 82,321 000000000026984417bd8477c6adef25ab25b8dd14b0a5e4f5a826b916517474 0.00 MB 1 0
82,320 82,320 00000000002fab39af75f786f620364b0428c44500ecdbf979e8814b31f4bc2d 0.00 MB 3 0
82,319 82,319 0000000000221eab80658dc4fd85066a4d5970b5f4fd94e07ac4df33397a3249 0.00 MB 4 0
82,318 82,318 000000000031e19afec8ea0b35b298ab0f197768c8c078c5f822e40b92838ad1 0.00 MB 5 0
82,317 82,317 000000000001a3f5a8956bbcaa00c9c73dde4ac310cd2de879bbf9e8cd57cfc0 0.00 MB 2 0
82,316 82,316 00000000002585f9a26f23eb1716306f3d0c4101e6625b417038f68c4184bfc6 0.00 MB 2 0
82,315 82,315 00000000001ad11f0a485fdb539a42d6abcb906fbd43de67c8a9d93a52297df0 0.00 MB 2 0
82,314 82,314 000000000043c3365934d75aa6d5d2caecf41675fc89e6dbdf8e63ad62bd715a 0.00 MB 1 0
82,313 82,313 00000000000858791fc265eae78a207f1c19066b407395929ce8dac0aa0b9ac1 0.00 MB 4 0
82,312 82,312 000000000042e80cadd06bbaa3be80dcd2083af2ee4dfaaa4f966370c2b1dea1 0.00 MB 1 0
82,311 82,311 000000000018eb758e96cc7d280151c2b2595a70158fdd300d42b81a3214e49a 0.00 MB 1 0
82,310 82,310 00000000003a61252a11fcba3bf685e810e8ce61d3a1aec22007d2c33726a03e 0.00 MB 2 0
82,309 82,309 00000000000e4b022ff3a9be486fd4238948daee8f67312219b70a5d055e4d2a 0.00 MB 4 0
82,308 82,308 000000000038b3c6ef18e6a74cc92e18b3641cb3a5d0d2d35e5d138a809b6e51 0.00 MB 2 0
82,307 82,307 0000000000353cba602a01872fbc9d25157bdd5b4a85c228d6167b0a39339534 0.00 MB 1 0
82,306 82,306 0000000000248c0008e372c45b60279d42a330f5126c520fd7c06e7bce3e4840 0.00 MB 2 0
82,305 82,305 00000000000dabf66618f87aa518fcc3c1b3e5b36d5daadb842760ad73d7680c 0.00 MB 3 0
82,304 82,304 00000000003571a54394f1aad023d4cbfd58e6719fcdf0ed0b6a0332a48e2a89 0.00 MB 1 0
82,303 82,303 00000000003335ba4f50b0e314e8b62542b01a8692589ea4bb87a97e553463f5 0.00 MB 5 0
82,302 82,302 00000000003179fce3b9145089028cef929dfdb86157128539facd2f2079c479 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.42 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,705.04 GB sent, 99.19 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.