Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,834 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (811,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
97,284 97,284 000000000003001168a5bda6a24eec08d96f1e36ebef025f5ad738a81d37b0df 0.00 MB 2 0
97,283 97,283 000000000000f013458e0694071c1e653ff783695a4e589f3324bdfd755211a6 0.00 MB 1 0
97,282 97,282 000000000000c42f72fd3df95cf9b86048445f85b9f30e1be3dd0e3098edb311 0.00 MB 1 0
97,281 97,281 0000000000034850345ef47b525e0c0193bebafa880df4d5e622d2e9112ecd80 0.00 MB 2 0
97,280 97,280 0000000000015ae1895b07d037b59360ac0fe80d7f75efee3d8b144552037347 0.00 MB 5 0
97,279 97,279 0000000000013ad89baa05e7db2ef34c4a66d7af36f0083f3f7951e3931bbea6 0.00 MB 1 0
97,278 97,278 0000000000030564a373bb4d96d78cb9b02bb98690dda1df67e079416aba9c66 0.00 MB 1 0
97,277 97,277 00000000000269bdca8a6f09e7e2572bacabed0c51bc521917fc1c68c97e49ca 0.00 MB 5 0
97,276 97,276 00000000000374746bc160e875251e04c0e8a73fa33b15fc008e1c888b9f2ed8 0.00 MB 2 0
97,275 97,275 00000000000055453d95631aee0e4fa0c554069291d7b406416cdb50aff4759c 0.00 MB 10 0
97,274 97,274 000000000002d3b8ef2e7e8aafbf841d34fc53d83520c2bd6f53622569f3346b 0.00 MB 3 0
97,273 97,273 00000000000323b71377a671bc9a49b5337913195ffd7f9a72720e430d162407 0.00 MB 2 0
97,272 97,272 0000000000042de3954580eb991ffb43bcad8e3478e289d9efae5307298e126c 0.00 MB 1 0
97,271 97,271 00000000000383b6fbd6c721c01b0eed876634348e2edfe11942977f4497c106 0.00 MB 6 0
97,270 97,270 0000000000030fea81d79d12c4755c6dc7b5aad2849a7f6037acc77e65074a45 0.00 MB 7 0
97,269 97,269 00000000000077e5b889bf40d5c9f048bb4894cd1bc72c3493eea471eff90173 0.00 MB 5 0
97,268 97,268 0000000000046716b6e095623887b0b225c975e5545145f325bc4b8ce808ab03 0.00 MB 1 0
97,267 97,267 0000000000051b967d1942b1000633ce7121762ce629e34396c76ce55fa1a2d0 0.00 MB 4 0
97,266 97,266 00000000000228b22a55b3b5fb7aee012b2ef75a9e125e35282f8c2732dd1465 0.00 MB 9 0
97,265 97,265 0000000000054a53bc5add65872d3aed6223fb1e341454a59b76206a5118d239 0.00 MB 9 0
97,264 97,264 000000000004f1fc22d10a00c6c2f9406d63bd9e7f4fb1e80b9081ecf3bc0bf6 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.50 GB sent, 100.86 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.