Memory Pool Memory Pool Refreshing

2,461 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,938 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 579 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,937 (638,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,416 269,416 0000000000000003e5bd5fc88db271b3e0f93971ef48724dd91470278ea52e60 0.39 MB 790 56
269,415 269,415 00000000000000082ba0f7de347ffefa99bfc94b24072553ce62d2cd8488a0d9 0.06 MB 108 75
269,414 269,414 00000000000000034ad763d69df0c196825face09d0ebd6101ad319f87bff448 0.31 MB 678 78
269,413 269,413 000000000000000442fba1134a7f0f4e20d535364730363317be67f7a23d2c36 0.07 MB 189 74
269,412 269,412 00000000000000046742e3332fd56f3f483fb4af86c1395a3b4e1a0b444ed616 0.05 MB 114 69
269,411 269,411 00000000000000016433b0b31b02a49c4aa61d2b174ade699839786a4207dba6 0.14 MB 286 65
269,410 269,410 000000000000000707f611cd273cd88abdbc539522e200cb60dce3eae0983d70 0.11 MB 234 63
269,409 269,409 0000000000000006732c9316668c877564ebb5f94d3134c1efd9e4df6ee24567 0.21 MB 492 76
269,408 269,408 00000000000000015aee0f684508bd1e1c3cd32ebdf741fcb04ddefbc7718b46 0.20 MB 341 68
269,407 269,407 0000000000000003b53c26cd25a889e292690fcb6174a98c5620b4153d45e667 0.15 MB 210 35
269,406 269,406 0000000000000007c2a8f16199c64d4965ff8bf135df7d97e85e15266896198d 0.17 MB 311 73
269,405 269,405 000000000000000536c2b64f82349bac63b923a1ce41d9a20d7243cf5892a73a 0.05 MB 114 50
269,404 269,404 0000000000000001c5f458e424157d84664fdb256019c28af3ec5bf93e658266 0.02 MB 34 56
269,403 269,403 00000000000000052ee954cff8cc4fdda97bef6d7167f40869bdb5149feea670 0.07 MB 159 82
269,402 269,402 0000000000000006b5fd76d855c86cf59ee2026d0366f06250390ed0782aa0cf 0.10 MB 137 19
269,401 269,401 000000000000000743756bd8278421b525fb1e02d5d01b9ae75a2fa899a3681f 0.08 MB 189 57
269,400 269,400 0000000000000001553468f6775c3687cf7d6414db00d044cad45c41e4aba571 0.10 MB 237 71
269,399 269,399 0000000000000000e63e14a0ca4a8b1dfb0f9c8610c268a6fe28e9c73f6f6258 0.18 MB 373 65
269,398 269,398 00000000000000012fda01c0c554f9c88c9a818675c3661f227a6d14932045da 0.05 MB 135 52
269,397 269,397 00000000000000033a635ef379c7239d956990f668c1805e36b2e92f5d750760 0.27 MB 504 73
269,396 269,396 000000000000000405dba622c929e00185a750cfa5861983353639b9891d9a09 0.14 MB 248 27
Previous 10 blocks ↓
Total Size: 769.43 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,645.42 GB sent, 95.08 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.