Memory Pool Memory Pool Refreshing

5,345 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,288 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (591,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,541 316,541 00000000000000001e86a78f8cf36ae0dfa7fb48010575adaa78818d92857248 0.14 MB 249 26
316,540 316,540 00000000000000002a90ff65c0cf3d88bf40fc1025696bade7e85ecccd235cf8 0.11 MB 256 33
316,539 316,539 000000000000000020db9864b9af7da615377bec34fec70144c0ad5bc08f2d29 0.05 MB 121 26
316,538 316,538 00000000000000001064fe6fb99346fa165a869ab60eb4528b2b44b0bbc690fe 0.62 MB 1,075 32
316,537 316,537 000000000000000012b45edfb914ec74aa11c16c27cfcd810626779c8f73d93a 0.39 MB 654 26
316,536 316,536 0000000000000000254a545ed40d3dcec9584c1de1dde59dbf7078bce546f9e6 0.16 MB 277 26
316,535 316,535 0000000000000000101bb1d5d4222d329e9011cdf2bff836adf0bc08a2bd1dca 0.07 MB 153 29
316,534 316,534 00000000000000002bf4d28ea2ac3a87b2dac381166953173448925d8fd4a315 0.34 MB 425 18
316,533 316,533 00000000000000001f1befea7556d44fbf94887ab05218f5caf3909a9605111a 0.35 MB 835 44
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
Previous 10 blocks ↓
Total Size: 769.25 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.09 GB sent, 94.15 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.