Memory Pool Memory Pool Refreshing

6,501 transactions
2.67 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
2 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,107 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (703,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,372 204,372 00000000000001b1219d23e1e68a02e80e7285e4ae69b635996f00d75bb57890 0.10 MB 160 95
204,371 204,371 0000000000000186f6dfc78dda65434ecdd858f32168ef6bb032f79eb06ab2fe 0.00 MB 10 187
204,370 204,370 00000000000003a90e0e3a3750de5dc3f1d17b70b3e6d5233f0681ae74d9b923 0.00 MB 7 165
204,369 204,369 00000000000002ca48b5cf31b867a20f614046687b4b77212310cba5025335fc 0.10 MB 230 127
204,368 204,368 00000000000001706b14927a005be810b0c0bf52ac270f3eca655fd1be221f2f 0.24 MB 553 164
204,367 204,367 00000000000000e0636b8daa96070f2bff12337a95027687c29cffc88874d0f2 0.02 MB 43 132
204,366 204,366 000000000000051ac2444aa5bff483703474cb0bfd56a63671191b28eeb6c34a 0.05 MB 127 92
204,365 204,365 000000000000055ef81c2a42edf265b5a6e1e0340c6b2f83b53f21707ec95eba 0.23 MB 583 149
204,364 204,364 0000000000000069a68f97e3cacf996802c296f8da7036538b43f9589506916a 0.00 MB 11 42
204,363 204,363 000000000000018e6bcf613aaff89b40053b4c02c39177506c567bf3b1017e7f 0.14 MB 327 165
204,362 204,362 00000000000000728b9925338010a8eb3e21caec602b5f866f2adffff1ac04f4 0.08 MB 170 108
204,361 204,361 00000000000002a840194abc60a8122535b9c6d080d81ab8981f747cc61639b8 0.05 MB 134 62
204,360 204,360 000000000000043861f148f067ff86087f49b6210bde4578a84b782074b32a0c 0.01 MB 32 77
204,359 204,359 000000000000000c19b92c81eff43d7390e0e3cee2172259cd31bc358a8a9ac3 0.21 MB 375 128
204,358 204,358 000000000000026fef144961c5d249957bf6d1e04474093a30243c5bb4b82237 0.20 MB 443 152
204,357 204,357 00000000000001f97f30714561bb8ac00f8d17eb783f4c5ed33fc140ebfea069 0.22 MB 167 80
204,356 204,356 00000000000004ed85ddfb0543e6fa655a03f8633603699ba5837886061024d4 0.00 MB 10 11
204,355 204,355 0000000000000528bd07f037e75c4652b23b32d41537a18a8dbb7b75b8860476 0.00 MB 12 1,488
204,354 204,354 0000000000000385b66c59f3a3772c76fb600f45434dea39ff18f126bb42eeb8 0.38 MB 940 128
204,353 204,353 00000000000005410a4cd3b782177ac6d430366470660f190c166cefe3c3dd49 0.07 MB 208 134
204,352 204,352 00000000000004f4fd33e073a411cbf487133c310367c372917c77c785060d87 0.04 MB 93 115
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.