Memory Pool Memory Pool Refreshing

5,757 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,979 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,182 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,978 (314,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
593,279 593,279 00000000000000000008ee8e1a554c42baa15d6aa23b7cd15a6e2ad95e6cf522 0.82 MB 1,779 13
593,278 593,278 0000000000000000000ccb89ad8fb6c8bdf740141077a2cdccc232d3e973c04a 1.25 MB 3,158 31
593,277 593,277 0000000000000000001571b16e468b696360e14098ef8268c3ebddb1b3af6d82 1.15 MB 2,666 19
593,276 593,276 000000000000000000070fa45b3e3fc1f669498bb3f18991db33c6d2b94af5f0 1.11 MB 3,076 10
593,275 593,275 00000000000000000019a023954abcc049a34e9cc1cca025c933e2003c66e6fd 1.26 MB 2,728 25
593,274 593,274 0000000000000000001a02b38c821a5a8713c2a40d34ef753780bd561482df0b 0.00 MB 1 0
593,273 593,273 000000000000000000199363b99e0ab2a4e3231b0fde369af9fc328093eba617 1.33 MB 2,994 24
593,272 593,272 00000000000000000013aaa414ccd7ee39736c002dab1071a508fbb91e558410 1.34 MB 3,104 44
593,271 593,271 000000000000000000183feabfe1ffd7b1ef84024a9694ae4232e61150e5577e 0.12 MB 315 19
593,270 593,270 0000000000000000001397eb26bf9d55b23a2d55746ae98f51cbbe32c46a2fb1 1.22 MB 3,094 21
593,269 593,269 0000000000000000000096c312034441bfb11bac94ee0a5772ee2b6477302108 0.07 MB 205 42
593,268 593,268 000000000000000000175b9bfea6ead318694fcd322f906b5ea22b5efd9e777c 0.72 MB 704 4
593,267 593,267 0000000000000000001303c8777a9d3f9c2a5015ae7b039f5b0eb751a0f71191 1.13 MB 1,385 7
593,266 593,266 000000000000000000010dc186c9d4e95e12bfcaccdb3125fbf0cdf3e818f162 1.02 MB 691 1
593,265 593,265 0000000000000000000fe26ea5e64224ce67fac5711270cba2fabe9945f48eef 1.23 MB 2,600 11
593,264 593,264 00000000000000000012afc57ec490cd36becbe4db6c4f01bf53d7ecbdea8768 1.30 MB 1,485 9
593,263 593,263 0000000000000000001215f257359c56a1e2bb4cf7d006e42ea5c2a84e8a3ad1 1.47 MB 1,996 15
593,262 593,262 0000000000000000000161cd5cd23fe6eec412ac831f464a17b45f9270588c77 1.09 MB 1,926 6
593,261 593,261 000000000000000000121740c444c3c9d33bfc444229e1f60381629e9f2e7dc4 1.09 MB 2,243 5
593,260 593,260 0000000000000000001650c8d5db3a05a66301382c60cdb8bed58c2bca7107d6 1.06 MB 2,974 8
593,259 593,259 000000000000000000189d833e55caa4dd825682fae7f1be947a0b00c345bf25 1.42 MB 2,827 28
Previous 10 blocks ↓
Total Size: 769.51 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,647.21 GB sent, 95.47 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.