Memory Pool Memory Pool Refreshing

7,259 transactions
3.86 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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,725 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (546,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,699 361,699 00000000000000000ab0afd94ff53764d613b73b18d4933967140386dbdd8af2 0.10 MB 109 15
361,698 361,698 00000000000000000ce41e0eb8c85ef3609de05a85dc788baaa8a6388d8b496f 0.75 MB 155 10
361,697 361,697 000000000000000012fba45a225e1e19904fc6dda175fd765aad0edcf84458b3 0.95 MB 950 20
361,696 361,696 0000000000000000117b0d41c4657bde82977fab107e662e2e0ab1a09ba8b5a3 1.00 MB 1,636 23
361,695 361,695 00000000000000000f482a6d8a45b6d0e2405d44d215fc450cd578e3fbfc8736 0.75 MB 1,246 32
361,694 361,694 0000000000000000025360273a08a2b6138eb7fe987137753a79202850114329 0.75 MB 203 12
361,693 361,693 0000000000000000100d1a305f37df93047551c8fad38767e412d2474b37e68e 0.00 MB 2 0
361,692 361,692 00000000000000000924066419b9c5efba564d2dd4c27cee02b4588610d0a4a5 0.75 MB 351 14
361,691 361,691 00000000000000000dc7e89148289941e72dd946b7d2eb174138a981beee6d07 0.99 MB 707 16
361,690 361,690 000000000000000004fcb3e0518e18f1c4694353a82b2daedf21b49678d41dbf 0.75 MB 727 18
361,689 361,689 00000000000000000ee4b8a24b654a692c4ea6cff8ffe435060b1370a02072a9 1.00 MB 2,522 32
361,688 361,688 00000000000000000cc50603da9f0d26d97916936f93e6643b203b5f03e47d9c 0.95 MB 789 19
361,687 361,687 00000000000000000f61a9c0dbb2aa22e01ca5393a0a4c2e46b6eca36f2c7cd5 0.95 MB 1,705 28
361,686 361,686 00000000000000000a8f60809bc9cf540900513e29124f6d19153d1711344b74 0.95 MB 796 26
361,685 361,685 000000000000000013e96e7f7e85123869711714d6885fe88e9b1ef1e3bff512 0.95 MB 893 79
361,684 361,684 0000000000000000073a27593c0bb93c423468c27874e7bc1a1e00c8b860e753 0.75 MB 1,380 48
361,683 361,683 00000000000000000613d21373e805bad7e81efbd901d841d2df62a2c729a0e9 0.75 MB 1,352 122
361,682 361,682 0000000000000000088257872795ba9dbfc9f061a0298bc486e347570cffb356 1.00 MB 1,362 29
361,681 361,681 00000000000000000eb57cf388db65996214f085ab8fface1ede6f2ad209f962 0.35 MB 694 28
361,680 361,680 0000000000000000026d2287f6fe4594f42ecd014a1f1ec68fc964db55535572 0.75 MB 1,586 96
361,679 361,679 00000000000000001029df02466c6478c214305a43d3a6cb9e11be3251e35247 0.75 MB 1,832 84
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.78 GB sent, 93.04 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.