Memory Pool Memory Pool Refreshing

6,468 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,918 (47,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,353 860,353 0000000000000000000023886ea22e05da0e459e6d1c8b74993b03b8d5aa7d31 1.73 MB 1,120 2
860,352 860,352 000000000000000000019f02787513309021521a3f361ea2b5f9db3e23661eed 1.61 MB 3,556 4
860,351 860,351 0000000000000000000192adbf8c279fc17619f1e101a30bb083214db16843f2 1.56 MB 3,343 9
860,350 860,350 0000000000000000000010ab474343e50d310693ab2bbdf5890794ced6f09609 1.56 MB 2,814 8
860,349 860,349 00000000000000000002053025ca8f07c2797bc50f401ee96bba32d9adc72ffa 1.67 MB 3,928 4
860,348 860,348 000000000000000000002cb4807f8b8a066ef96c12c5a2a1a87c53ae45f5026a 1.51 MB 3,078 10
860,347 860,347 00000000000000000001eb2bfd0014434dbe2ed4e5108c096aa8bc19482ad825 1.62 MB 5,342 4
860,346 860,346 00000000000000000000d7bdd35b8d5410dd6075cfe9216388f6f3f62c493084 1.64 MB 6,775 3
860,345 860,345 0000000000000000000017fc5dccc483dfce06ff5e2ff719550bb43571ed8072 1.60 MB 6,722 3
860,344 860,344 00000000000000000001ac55c48c71daa1eba69ae7e25bbddb4fc182c9d01b89 1.64 MB 7,835 2
860,343 860,343 000000000000000000026f189f380ba37a394ae96ad44b0ad44c5a2501f12a93 1.62 MB 3,175 4
860,342 860,342 0000000000000000000165d28485aca338d7ac1fa0c50bc3b9c38aab3da3ec88 1.57 MB 5,506 3
860,341 860,341 000000000000000000020a4cfa5e91e136d203eb5dbc36de6afbf1ebae548b3d 1.54 MB 7,546 2
860,340 860,340 00000000000000000002bb3e91e036af1a5c98bd75b59f5b179430b70e74f382 1.64 MB 6,657 3
860,339 860,339 00000000000000000001cc751db04725efee7ac6fd16ec12f180c9763cd7f227 1.50 MB 5,621 3
860,338 860,338 000000000000000000008f2c9b1f9dfd6184adad15449d73447e2db5ff9a7eba 1.58 MB 5,971 3
860,337 860,337 000000000000000000030f6f4965c76786d8ebb7fd945a89577317aab1082fdb 1.61 MB 7,199 2
860,336 860,336 000000000000000000007c9a9af036d5cb24b55681fd8d1f6b343c2b7adb5195 1.57 MB 5,478 3
860,335 860,335 00000000000000000000dde62bd2d4dd172fa4144d14f8a2ba55360d2728d0cc 1.63 MB 5,161 4
860,334 860,334 00000000000000000000283a0392ea0a0835ded252dd5a24378dd93c3494f14f 1.62 MB 6,787 3
860,333 860,333 00000000000000000001940908bbd6a08c5a503273ac894c91536b978147c99a 1.70 MB 4,249 4
Previous 10 blocks ↓
Total Size: 769.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 112 incoming
  • Data Transfer: 1,644.36 GB sent, 94.91 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.