Memory Pool Memory Pool Refreshing

3,157 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,851 (135,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
772,437 772,437 0000000000000000000374cbb0dd5d790fa0c548c6dbfb9a52807c4fc61be537 1.68 MB 3,681 9
772,436 772,436 000000000000000000003d8accc11963a46671f1700a7ea50203c142016230a4 1.42 MB 2,903 11
772,435 772,435 00000000000000000000ec3da7ab3ffedfc0299b8fa7c53ac9cabbb1d3a5f231 1.51 MB 3,727 17
772,434 772,434 00000000000000000005164bd878bca6330c79985dec6e05a0f381f3ab82ff47 1.41 MB 3,366 17
772,433 772,433 0000000000000000000280fccc53832e9faa2eb3ffe9b81b7aaf22f8d21de9d9 1.43 MB 2,244 6
772,432 772,432 00000000000000000006caddfc6bb00ccc4eb9cefa49487b6f2cef6ff118d447 1.49 MB 3,516 13
772,431 772,431 00000000000000000001cd35f6a74c1936e57f755dc8ec3f5981cf50bb389c41 1.50 MB 2,811 20
772,430 772,430 00000000000000000005328096cd231ad6e44303406c4cb13777373c05d19862 1.35 MB 1,560 8
772,429 772,429 000000000000000000027eda33a919d05fe558fe84a1d6f233d498a1a28673d3 1.24 MB 1,443 13
772,428 772,428 0000000000000000000051a077a92ae9da94380c24a100cb156e9ed71e64c1ae 1.51 MB 2,659 10
772,427 772,427 00000000000000000005c640780df286336abdfb5fc335aa08bf6c60d9c2fc6b 1.62 MB 2,669 8
772,426 772,426 000000000000000000068c01d458083dceebcd5310a3404371a4f5d415a6154e 1.19 MB 1,244 8
772,425 772,425 000000000000000000022a05da5784db19bbcebcf42b230c9f866a024df77a8e 1.42 MB 3,081 10
772,424 772,424 000000000000000000025fab4b0e33ba4976557b162e9e0d1a58f493d93e86c0 1.57 MB 3,109 16
772,423 772,423 000000000000000000025c23bf3ed67e807b8b3575b08e3d47a0f78cdeb0a3af 1.72 MB 2,711 9
772,422 772,422 0000000000000000000330bb79fc6355d0eb2498c563a699ae1049278b738944 1.56 MB 3,555 11
772,421 772,421 00000000000000000005ce189ee0ebf8151bb35ae134359eec1cf1d81b673491 1.57 MB 3,583 20
772,420 772,420 0000000000000000000549457241b7d9e69aa3bcfa99f4cee5b37d3d0b87dfa3 1.48 MB 3,222 39
772,419 772,419 000000000000000000014301c247a751043d4b732f6fb0aa1defdd5396f18a0b 1.48 MB 3,513 15
772,418 772,418 000000000000000000012d2f1c0b54952e489c91b0f506f72b737b621d7d12f8 1.45 MB 3,316 21
772,417 772,417 000000000000000000006b4a95603923ad49c834f242a4894765ab385df5d666 1.71 MB 1,516 5
Previous 10 blocks ↓
Total Size: 769.26 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.28 GB sent, 94.23 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.