Memory Pool Memory Pool Refreshing

1,485 transactions
1.11 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
2 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,299 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 1,477 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,298 (858,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,313 49,313 000000000c92a2abfb528be97926b76ec89832b52d5ed01a51bf04125955eb44 0.00 MB 1 0
49,312 49,312 000000000597d76441c046dbfea10f732a290f140afd94f09cdac7a21b5913e3 0.00 MB 1 0
49,311 49,311 0000000016ab35da4d6dfadfa308b33ba99a3814935c216147e76e8db4b4236e 0.00 MB 1 0
49,310 49,310 0000000028948790349b474811d454da65425faded19359d275725a7ca4b8876 0.00 MB 1 0
49,309 49,309 0000000028c87e9bf6107ad5544c6d325a5249e554c206baf9abf4517f66544f 0.00 MB 1 0
49,308 49,308 00000000065bccdcfe5cbc3ed6ca58479791f9b721bfd1c4d45ff35d6687634f 0.00 MB 1 0
49,307 49,307 0000000026045707d7fd34d470909f66deee5cdb73740b417352e112076e2a09 0.00 MB 1 0
49,306 49,306 0000000011568a993d2913999cbd56434b3512e91ebed7a8291343f0789a24a3 0.00 MB 1 0
49,305 49,305 000000001464c4b5a1b3eb798d8abf05d8435afc684d3d4329ddd347cc21ca4b 0.00 MB 1 0
49,304 49,304 000000002160366f9d9e2f0fa5f03c0c45031a3dfc29a432e6b9e7d206269b09 0.00 MB 1 0
49,303 49,303 000000001151a35ec425f05c4fd8e0c5db412bdcc45df4f74d07b23acac6e224 0.00 MB 1 0
49,302 49,302 0000000023cecef84f10a1ea8871db54849c9c11352ff0fefdf4eca5b6988622 0.00 MB 1 0
49,301 49,301 000000001563ea1b2050a8039f1f59afda33e7d30e0d62f48f0da8524f1d3e87 0.00 MB 1 0
49,300 49,300 0000000007e1b27c3c7278bf4cf2fc27fcd122d6440c508ce4fdbf2cfd50bb7d 0.00 MB 1 0
49,299 49,299 00000000252045e914608df17df46401a39ee10eae1ccca45e5df32f439c5fe1 0.00 MB 1 0
49,298 49,298 000000000535bb3576e9caf3618418bed5d271dad7c110353030e5624ece12a6 0.00 MB 1 0
49,297 49,297 0000000019bbd51e7f307550f5c2482f0c07eb279b43ff8a98feb724194c14f2 0.00 MB 2 0
49,296 49,296 0000000012978431d90a5578a6a3acbddf47f133c1e63e24fb21ac38434de58f 0.00 MB 1 0
49,295 49,295 00000000283502eaaf9bda3e73122110204fd7f83f6b2e82dc7b9cabe78627d3 0.00 MB 1 0
49,294 49,294 000000000ff4acc0ddab37c09739efa04ebe7630c449b9a00a73c4ad7f7ef5e3 0.00 MB 2 0
49,293 49,293 0000000014e0d588ee3d1c672f01d3301da97676b05a0d25e03ac0f9c829328a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.60 GB sent, 98.38 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.