Memory Pool Memory Pool Refreshing

7,493 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (710,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,067 197,067 0000000000000271a3e35ac6553abdcfada1b6c74ceb438d1fd847b754a25e01 0.04 MB 128 69
197,066 197,066 00000000000001c99fc5ad2640b93c303fbe33ac5bd407656a839c4ca41b9104 0.12 MB 285 431
197,065 197,065 0000000000000587c99c102122342c4b8e327686b65444303db10369749786ef 0.10 MB 256 348
197,064 197,064 0000000000000091ea6b8a3c9fffb69aba5e5bf8eb8c9edefb2fc3c649a06e92 0.11 MB 288 326
197,063 197,063 00000000000000c656f7acbd74106c5360cccab0f29ec1aadc3bbb7bc755550a 0.08 MB 157 163
197,062 197,062 00000000000006ae0e7ddea286dc061e54e61174f4a65075158cd6499e6b59ad 0.12 MB 219 207
197,061 197,061 00000000000000cec200e615dbf95cfc5d392e0f23dc4ea4f95b63de2b81ded4 0.07 MB 102 96
197,060 197,060 000000000000069e89c6b0100cb31137da447c4fc0e50bcc2f9fea1ade0ddcdb 0.04 MB 111 166
197,059 197,059 00000000000005349468dba3a52c420da7547483e26e1c606c37f9cbe57e9301 0.24 MB 512 327
197,058 197,058 00000000000006a0720c8f61c600b0b341f5c477f98c7e974c62df6c5b4840aa 0.00 MB 2 0
197,057 197,057 00000000000003b4ae3ab3e7f698a4703302083a260ad90608e835f2e0a413d8 0.04 MB 100 108
197,056 197,056 000000000000057c8c532f92f5a84001f4a3fdceaf95046a97a360fc914fb74b 0.14 MB 338 115
197,055 197,055 0000000000000571adc795be5b3bf2876ceaa88ed9e98b16510f73db79adf899 0.21 MB 491 135
197,054 197,054 000000000000048a15b5a367a67c3178b2d29a4e2fda5ed9a1694cbef8df2ab7 0.01 MB 27 202
197,053 197,053 00000000000001e4681ddefcd5e1f6580c26682ee8ca59da70d5c797215b4b64 0.06 MB 170 123
197,052 197,052 00000000000006d3fa066d7de81cd6728a74965528f613ba88cb26cb69eac5e4 0.00 MB 9 29
197,051 197,051 00000000000005840a9467339ef6bacad544219a42b64547dea65d36aad00cb4 0.00 MB 10 655
197,050 197,050 0000000000000129f9ab4e90518891ab1bd9f14667382e5753b389132cad6929 0.10 MB 204 110
197,049 197,049 00000000000001bc87f610197efd562355ae0ec6fa1f5db54b87249a94f4a6ea 0.01 MB 20 95
197,048 197,048 00000000000003f538e256e57e7f210c9e369c398c68ecc9c0f8f4376e7a778e 0.00 MB 11 50
197,047 197,047 0000000000000361fe10ee52f692f9a5554f0b294f01b39dd153060d21a42a71 0.00 MB 9 116
Previous 10 blocks ↓
Total Size: 769.03 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,625.37 GB sent, 93.03 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.