Memory Pool Memory Pool Refreshing

600 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 600 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (591,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,532 316,532 00000000000000000dbf18141db0c746bbb963e8980e539aa3a1d875dbb44dd0 0.15 MB 512 45
316,531 316,531 00000000000000000f2672005ad158c8ec6df24bae296b3f93435b756411800f 0.08 MB 131 23
316,530 316,530 00000000000000002ae371e3f92d133471adbb4bffab90fb2b9b2b8b17aff38a 0.36 MB 495 22
316,529 316,529 000000000000000011034c3b92a6d14cc7d2ce475a9436c7b14cf8878a771fc0 0.08 MB 256 47
316,528 316,528 00000000000000002a98ec39f72562f90ea167fac05e052ed008fbbeda8eab83 0.24 MB 176 15
316,527 316,527 0000000000000000134bd691a2c90a9c5fad64e8f69ae08d39be3e26b894aef5 0.50 MB 518 20
316,526 316,526 00000000000000000184387ce361fb76731b50ad3c3cf352ea1b8b64797d4f0b 0.75 MB 1,438 28
316,525 316,525 00000000000000000e9aa3fcf7d90ebaa0379c368a90bcab731b480692254258 0.31 MB 1,024 52
316,524 316,524 00000000000000001d20f8a5025481ad58c7b7c45c424bf331bd433479d317ca 0.18 MB 386 31
316,523 316,523 0000000000000000065a4372716c6a2e9003de4dacb94467017835724e39ed93 0.71 MB 1,457 29
316,522 316,522 00000000000000001edced41e82fdbb88b3e2c0f38df275eff111c05695507cf 0.19 MB 346 28
316,521 316,521 00000000000000000c0f6eeb03a4398aab7123b44f4e87a8d626195d1592579f 0.26 MB 383 59
316,520 316,520 00000000000000001a19bf20dcc781a091138215a0112b28b589e2fef1375787 0.16 MB 255 61
316,519 316,519 00000000000000002485d1b4284a044c0b011da83f93e524b42d9f475cae2cf5 0.75 MB 1,311 28
316,518 316,518 000000000000000011b0feec8bbaf23b3a6890c379b1136527b657e301d218c2 0.04 MB 51 8
316,517 316,517 000000000000000001ede4428870c2b881ab5fe78c052acdb0512e0c518e3328 0.12 MB 78 12
316,516 316,516 00000000000000000521c2ed9d9e4ed045ed822e0142115481e7c9e13b13abc4 0.75 MB 1,640 38
316,515 316,515 00000000000000001c969ecae95595866d796b9afe11105ce84c76957be8234a 0.75 MB 1,219 27
316,514 316,514 0000000000000000028ef5d2ba344880f9632cd718a2bfdd53717575aed0d44b 0.08 MB 169 36
316,513 316,513 00000000000000002368efb75a333481683dc7a3aacad7cf599ff940e4b5e050 0.01 MB 41 35
316,512 316,512 00000000000000000dc32808fc3f3f0ce02c8c7d17258ad6e651b8ba1e02384d 0.43 MB 695 24
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.