Memory Pool Memory Pool Refreshing

17,339 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (10,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,277 897,277 000000000000000000014741cdd79b98fdae76025d24d96fcaa0800beabdf396 1.92 MB 3,175 6
897,276 897,276 00000000000000000000cd28990777cb4c7507e0253b4df0714cd888727df88d 1.80 MB 3,398 6
897,275 897,275 0000000000000000000119286b2465c278323eba0fd50a4fcc35266ecd0d4ad0 1.62 MB 4,401 3
897,274 897,274 0000000000000000000169a1f37197934b0a74a4daf82c401d1531ce98edf1c9 1.49 MB 5,964 3
897,273 897,273 000000000000000000007d890290a299194251bba151d0cc455cb1f39aff0a56 1.50 MB 5,005 4
897,272 897,272 000000000000000000011b32edd70d413dccd05fa82703f1445ae53fba5e4007 1.52 MB 5,407 3
897,271 897,271 000000000000000000015180371c9eb2754e305092950cd663e8c009bd67c325 1.51 MB 5,426 4
897,270 897,270 00000000000000000000c84516e2c731199265a481fea4bbddb322691453d6c6 1.63 MB 3,666 7
897,269 897,269 00000000000000000000e604bb09b1975ba9c349ac29350a6b1938c0197115bd 1.47 MB 5,948 2
897,268 897,268 0000000000000000000190134bca16319d9701fd18810f4f7c105e21f93faa0d 1.48 MB 5,603 3
897,267 897,267 00000000000000000000dc2724e64f9aa05e5478689243bd36a25d43f582adf1 1.63 MB 4,637 5
897,266 897,266 00000000000000000000664e209680227797f560cf2e5cfdce773dab998a82a2 1.43 MB 3,254 6
897,265 897,265 00000000000000000000f1d73cebd9bffd986bae30d3fcc1540a2b3c3f7e4b0c 1.46 MB 6,039 3
897,264 897,264 00000000000000000000451264f5aaece142fda18381beae7a5cdce0eafea139 1.47 MB 5,739 3
897,263 897,263 000000000000000000009f3f3d30830309f97e04f5f10c582045c000771ddb79 1.61 MB 3,835 6
897,262 897,262 00000000000000000000e8efc927b64507c80ac95f1668d0e7cba2087a2324c9 1.42 MB 5,284 5
897,261 897,261 000000000000000000021e72fe67bffb9bf3794b43577397130992e93f215fa5 1.53 MB 4,945 5
897,260 897,260 00000000000000000001dced560630cedb4c741e1c9adb93be7e045e46a34bc5 1.54 MB 5,173 4
897,259 897,259 0000000000000000000167f28d0dba438e6bb8dad636152af9f5f4a65703b409 1.58 MB 4,231 8
897,258 897,258 00000000000000000001e1fb892b20651d916b85be92a39b40dc7dc4d0f5032a 1.49 MB 5,250 3
897,257 897,257 000000000000000000015b87615826929f818938e8bacad9aa5564d8d4c2f1b1 1.46 MB 5,596 3
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.