Memory Pool Memory Pool Refreshing

1,701 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,282 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 1,701 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (825,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
82,301 82,301 00000000001db1cca0aaa796691993f37370bccb4cb0ccf6f865310a5748c4ef 0.00 MB 1 0
82,300 82,300 00000000002b4860a17ba2b96a849dd0b1b8e4b789b0d1214966e3c223e53abe 0.00 MB 3 0
82,299 82,299 00000000002ef151a6462cbd22e5acc6df1e3df6f31e3c2af305b8712166eda7 0.00 MB 1 0
82,298 82,298 00000000003ebb20c0af1de8410b96e74e7ad24b6df7ff784695b3e7406f3eba 0.00 MB 1 0
82,297 82,297 0000000000449dea0baf1a10bdadc4bdb665c7fce00c026f1c6d50cb4320c96f 0.00 MB 1 0
82,296 82,296 00000000003196ee9555e71a2f58e43e6d7db1d279e39a251a23fc92eb454d5e 0.00 MB 5 0
82,295 82,295 0000000000305496a8039bc38f6c26c030e3a0663dffb6f459837075daa6541a 0.00 MB 2 0
82,294 82,294 0000000000177ee0ee401f7428d3dd3c899541f1586578824528c9b724defab2 0.00 MB 2 0
82,293 82,293 00000000000a901bb285c19d9344ba7665360db66ce1ada6188a2e61af21beaa 0.00 MB 2 0
82,292 82,292 000000000040051945b1d15102f796899d280b539c4eab4da7cddf0f908c6bf4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 GB

Node Information

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