Memory Pool Memory Pool Refreshing

8,057 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,716 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,673 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,715 (855,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,401 53,401 000000000176fbcfff5aa666a4e391f2eb0ba20fd41d9c823f6400e344ebae7a 0.00 MB 1 0
53,400 53,400 00000000075d37d793981da7717e3317579a3376b6485fc9468f0f781bdafae5 0.00 MB 1 0
53,399 53,399 0000000013600ee6a46a4b934d137aa3592dabbadbd287fedcd529653a715695 0.00 MB 1 0
53,398 53,398 000000000ec28ee8cd1910769d0fc334df4e2e98a996a70ec9f407a5f6ffed82 0.00 MB 1 0
53,397 53,397 0000000013bd76d6883f0336b1134662d9c7e65a3ee14166cb63bc399ddf85e2 0.00 MB 1 0
53,396 53,396 0000000013d172efe59c648f5f6e77a32980ac573b3003d4517f957674bbade6 0.00 MB 1 0
53,395 53,395 0000000002644c8c84163b506e3a380020494c28bb809a3bab2730e2eb7ead0e 0.00 MB 1 0
53,394 53,394 000000000f4b734569030235c3b9be0133fe3fc290840d852758898d81cd08b9 0.00 MB 1 0
53,393 53,393 000000000457f9528b853143003be98a2c025258eca6cf01f6aa6de3e2669605 0.00 MB 1 0
53,392 53,392 0000000011892a1ec8239c15f8c68eaddf2381aebc8f4538b8b414ee0c0f2bea 0.00 MB 1 0
53,391 53,391 0000000009cace5cde0c28ff28f83caadeee45e024ca7746638b6c4b75f2c1c8 0.00 MB 2 0
53,390 53,390 0000000009bc08d5ebc4e38a77c4ab6ad36f39f0163228e6c0cf7f70b1bbf36d 0.00 MB 1 0
53,389 53,389 000000000ed490ad875a8bd24eff76e7f1c08fa644276707d23fa8f9976c0a98 0.00 MB 1 0
53,388 53,388 0000000001b48f07b1dff267b4e029c41cd3767758a38506e880da629d478430 0.00 MB 1 0
53,387 53,387 0000000007dc1d5a9f3b881abf78b920b7a027cf2e5047c4ad971b44e08b761b 0.00 MB 1 0
53,386 53,386 000000000c9a41284680c61e7828efed89d034f2003e51e5fd27937a5db4ee7b 0.00 MB 1 0
53,385 53,385 0000000007afce960b23c181b83b9bb5e8a64421e2cd02c9d800f1f194ea9606 0.00 MB 2 0
53,384 53,384 000000000b33d2e8f09f0de3ac8732fb4d6d0a7e36733e1c2d8caf142a60c7d3 0.00 MB 1 0
53,383 53,383 0000000014d4b07cb9fabd1f1d53437e28565a532ee0669ba67214425c24ea14 0.00 MB 1 0
53,382 53,382 0000000006d7ab2f78d97b58274b44e51d0e33b0c4d8bfe7b49afe55c9732e10 0.00 MB 3 0
53,381 53,381 0000000009818558bdc97bee1d6aeaaea3219dc8571971ddcc68cc613fa0ca15 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.04 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,854.92 GB sent, 102.14 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.