Memory Pool Memory Pool Refreshing

10,221 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (108,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,284 799,284 00000000000000000001479aaa2dca680dc8dce27e1303c0b6b9895e5f47d7d3 1.72 MB 3,174 8
799,283 799,283 000000000000000000028ec3a941e117a7c4b4185cdd36bbe230562969ea2543 1.38 MB 1,954 13
799,282 799,282 00000000000000000003665b14a08e3f4105e71f59a138750bb2f7a98851709c 1.60 MB 3,822 12
799,281 799,281 00000000000000000002dbfcb97f803d751366df79755f9edf61ee3dc1c5fb7b 1.53 MB 3,827 19
799,280 799,280 00000000000000000001a0938568695f9b6cacaaa0aee55c9218a03524a42721 1.44 MB 2,947 18
799,279 799,279 000000000000000000035435491d50cca2f6fab453214d1d352b5e0d168d1849 1.35 MB 1,946 17
799,278 799,278 000000000000000000018387c50988ec705a95d6f765b206b6629971e6978879 1.83 MB 5,044 11
799,277 799,277 00000000000000000001c479fce744a1b8c590c314e1789db2dd61da4c065700 2.08 MB 6,569 6
799,276 799,276 0000000000000000000386aec6ab5218f1cf840971563e113a74e3b51453cbcb 1.99 MB 6,229 7
799,275 799,275 000000000000000000030499403addc21e3d9d597346ce3ef08146263a2b56fc 2.01 MB 6,014 6
799,274 799,274 00000000000000000004f15c4e094784253ef012e65e584dcf7c160efab5d694 1.49 MB 3,436 18
799,273 799,273 0000000000000000000491376ce2a8b97d520530dda675b4aea110dece927b61 1.75 MB 3,827 13
799,272 799,272 00000000000000000002e2bef6574db7517485ec8509c47feaf7c4c83c135eeb 1.62 MB 3,246 7
799,271 799,271 000000000000000000017ad8a0ae4372800f365820d38a9d879ee29b3ba169f3 1.54 MB 3,146 11
799,270 799,270 00000000000000000002db3236242c2b643e01aaf30c9c33bcce42d75c135385 1.67 MB 1,630 11
799,269 799,269 00000000000000000003deb35a491fdc7f2635e083bd1d6e3909d9f1db4cc762 1.48 MB 3,246 18
799,268 799,268 000000000000000000002ffaad9b5d566489b9549a8a8b74a1b36cc3835bdc7c 1.27 MB 1,843 9
799,267 799,267 0000000000000000000328964349a0d7ebbbadb6019da445613e42d678debb74 1.43 MB 2,859 9
799,266 799,266 000000000000000000027cb45af23bef32fd0c3bfe783a3a89e148d559eca4c1 1.50 MB 1,629 6
799,265 799,265 00000000000000000001583e03f63d7db52f3a0e3d030c7012de8411305cbfe5 1.56 MB 2,041 12
799,264 799,264 000000000000000000037ef0746b5a8cdd13d542d3bca47e5a6126c5b7a1e6b7 1.61 MB 2,341 14
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.