Memory Pool Memory Pool Refreshing

1,244 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,761 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,225 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,760 (719,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,360 188,360 00000000000009460ca4ca46e1863802d7b4a4a4f23cad9b445dd722da4da2e5 0.23 MB 517 178
188,359 188,359 00000000000004b57ced971f9411117bee53c9c87e4b182bc2671daece52cffc 0.03 MB 60 148
188,358 188,358 00000000000007079eb061794b8b1625c18ddaca56e1e77dea313c5f880aff45 0.02 MB 32 92
188,357 188,357 000000000000065adafee12782e512820b78c114120699dd8ce14926737f095a 0.10 MB 217 95
188,356 188,356 00000000000000c8685e6d280e5056a01f92d0030660733c731850280ab94325 0.22 MB 577 137
188,355 188,355 00000000000000b50cb720c3048cfc341eeadb8477c910d43e01014e7f63cb7c 0.02 MB 34 74
188,354 188,354 0000000000000736c3f738340ff9520d49dbfa15b21b75b1259df92aadb49ccd 0.02 MB 33 17
188,353 188,353 00000000000004339590591ff7414d86972837bf4ef568296300e122c37d4df1 0.18 MB 355 99
188,352 188,352 00000000000007085e1c136e5e38222675eacecd4a49781ab4fa6980b71361bc 0.21 MB 703 168
188,351 188,351 00000000000002d4a05ccd5a95c77e9fb7841a5ba67ee84c19fb471cae0a2f6d 0.00 MB 7 15
188,350 188,350 000000000000050f79d02b108558e604f6aa7dc8dc43b35cba5bb046f55c5194 0.25 MB 398 105
188,349 188,349 000000000000025ce6b5a182b34b863f91e6eae14088acc0934e9116e3d9641b 0.00 MB 12 30
188,348 188,348 00000000000008f58e76059fe7da33f1832e6e64d10e7f547fbea077f9d2fcc0 0.00 MB 9 14
188,347 188,347 000000000000065d7dd6981d0160d6620d732f7e6421eb9dfb22145d77a1838c 0.00 MB 8 29
188,346 188,346 00000000000009212805a65b4191820fca6953161ddfa96c253a30b04171f770 0.03 MB 73 98
188,345 188,345 0000000000000104aa85bc597c4da44651045c2e2b1cfa0bf8b5947caeacc1f1 0.10 MB 194 493
188,344 188,344 00000000000005821e9300f491c24b090c4624258d0b130d9cd1f65ea1d98cff 0.00 MB 6 14
188,343 188,343 000000000000045441f05fda7fdfcfd4c61d00ea4e990508aec2ee84b22279da 0.00 MB 12 329
188,342 188,342 00000000000003e8272812fcc89e251a48515c69cd21872aaa6c2308ba7e90ef 0.49 MB 1,203 106
188,341 188,341 0000000000000419cff97c695f73537a6245cb7d884ccc144b9b84e8fda84013 0.25 MB 510 121
188,340 188,340 00000000000005f321362dc5610efef87b9975ac92f841628679cf759d230de5 0.07 MB 210 176
Previous 10 blocks ↓
Total Size: 769.09 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,628.51 GB sent, 93.37 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.