Memory Pool Memory Pool Refreshing

6,534 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (330,546 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
577,150 577,150 0000000000000000002397f6eb7b850d7b00e25bb95b816551b20fbe3694e34c 1.07 MB 2,432 30
577,149 577,149 00000000000000000004cc639020d05389fbb9d776d553b93986f89e96fca7ba 1.30 MB 2,253 36
577,148 577,148 000000000000000000156572ceb370afb9fd7e6f91322296bf3ce2cc2f032430 1.16 MB 2,417 74
577,147 577,147 0000000000000000001913563085c1e210f7d3a900b866fc7839046be519071b 1.43 MB 3,082 174
577,146 577,146 000000000000000000098fef6536eb9318e159e485b2ac628a15508ba7fccc09 1.28 MB 3,184 118
577,145 577,145 0000000000000000002838c2560b49c7a6bd26138de05b9df65eabed53f4cfc1 1.12 MB 1,275 55
577,144 577,144 00000000000000000009cd3fdee4f50f56ba2e6083075fa07fc7807bab228a9c 1.18 MB 2,520 119
577,143 577,143 000000000000000000184250914cdbf3c7fe033f217621a5ab1beb85e25dd5e3 1.11 MB 1,559 25
577,142 577,142 00000000000000000001d6425a667f82547372eb6a0b8708ae81f9b7b0af55a8 1.32 MB 3,105 31
577,141 577,141 00000000000000000023e08d77ec4e4703cc63aeb1c247ef21f1ab69a191af22 1.20 MB 3,159 112
577,140 577,140 00000000000000000020463db6ce83ab120e9215005e105ef3e83f3b81ea6d9c 1.23 MB 2,745 101
577,139 577,139 00000000000000000013507d7e7d008c8234a70313f8f4c6e6941193c7d1c2af 1.37 MB 3,186 182
577,138 577,138 0000000000000000001c1837edb770bcb871cd366377e357c0ef62faeb4c8fd9 1.21 MB 2,818 126
577,137 577,137 0000000000000000000d600cd8a7ee26f979480443cbba4bdfcbcdcca165f8f1 1.20 MB 2,609 101
577,136 577,136 0000000000000000001cba3f8147a63092cfe641f753e5337b276f4af8244a12 1.32 MB 1,865 64
577,135 577,135 00000000000000000027ab7e03ca6747ec12cef4ed5cff8507d7f1d2616ef0a5 1.23 MB 2,841 83
577,134 577,134 00000000000000000007f38b84e2c50b356da4f79d807c4b9fb23d3c9fada1ea 1.29 MB 1,783 78
577,133 577,133 0000000000000000000a4ebc96f622f42867650ea2a8c793a04e62fead108311 1.16 MB 2,686 88
577,132 577,132 0000000000000000002229b065a300ed6325bd5f9880fe31836236c3547a1445 1.27 MB 3,302 167
577,131 577,131 000000000000000000068e607dfb3fca1436e535fa735c46957bf0627adbead8 1.15 MB 3,139 97
577,130 577,130 0000000000000000000d4be8422eaf4fd6e2a2b47cf5dcbb01de71cac2f38264 1.17 MB 2,418 147
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,615.98 GB sent, 92.70 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.