Memory Pool Memory Pool Refreshing

6,938 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (690,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,160 217,160 00000000000001f363f281e54867b1190edfdab9239a5530c245d9bd59eeb4fd 0.26 MB 447 142
217,159 217,159 00000000000004f96053273dd8226c03d4b9e2ad87554e4d20f4a367b1d74a7e 0.00 MB 10 0
217,158 217,158 000000000000006c49e0305424220ae60cfd0a2be73f1f3e22e612f774e0f13d 0.05 MB 130 44
217,157 217,157 000000000000015970c21abe5d45f3c93f9695b2035365ed5263ca2f76f90c55 0.19 MB 461 177
217,156 217,156 000000000000010a375bebb864b8efc443a7d604afa3cc49fa4b3cdaa2768064 0.00 MB 11 14
217,155 217,155 0000000000000105ba6a141937553aa6323cbde3273e3344a21b556d2100a759 0.25 MB 647 198
217,154 217,154 00000000000001485d8181aecdc520b9d337d5f4b9b0addb5cf966afb320ff79 0.00 MB 12 58
217,153 217,153 000000000000022b16232baacf0ae115f4d86b725d77cd574b574efd27df8a52 0.38 MB 574 124
217,152 217,152 00000000000000024c7848706656e0c1bc2d0c519b2a72647f2b5cc788cfcc69 0.24 MB 256 83
217,151 217,151 0000000000000333d531b8afe1e919af35b354c4c6f2e11c67a8dbb87e8bcbc4 0.09 MB 168 148
217,150 217,150 0000000000000351f8fcc55c9f962b4218c63bd5c1edcd8ad44a251736925a7a 0.16 MB 345 147
217,149 217,149 000000000000042b6cf06d51c5b5e516c7ff1ae2109273ee2c9daf6063addb04 0.12 MB 295 186
217,148 217,148 000000000000036f79f03e48b243d3a92fa03c0fd76c857b5a2def6435dac944 0.11 MB 263 160
217,147 217,147 00000000000000cc38d70161b64a8df0766d9b5b11063d91eff69ad26399cfb3 0.09 MB 149 87
217,146 217,146 0000000000000008f9e201d91c6238729e7522f8f110922d7905a7f72b59f9ea 0.20 MB 628 238
217,145 217,145 000000000000032c2e63169dc5643ce6e233eb808b47eda2a623c3c215f85532 0.14 MB 369 204
217,144 217,144 000000000000014319a7e7b46ab6c91d8db688d1159e18097db422713fdd041c 0.10 MB 277 196
217,143 217,143 0000000000000031a92a795a00d2015985d632bf9bc129e157f0457ae86e3176 0.10 MB 205 165
217,142 217,142 000000000000011805b6baff08c0a1814dceddca2d2cd2304a49f12e55390441 0.08 MB 197 182
217,141 217,141 00000000000002bab1b81f1974226b05adc9d22fdd1115242e13e8ae761ad5ad 0.17 MB 336 159
217,140 217,140 0000000000000477d4d99251124b675da014b8e9ee137c06e479f9fdb85599a6 0.25 MB 256 63
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.