Memory Pool Memory Pool Refreshing

3,679 transactions
1.13 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
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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,632 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (730,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,342 177,342 00000000000007e58ba98aadd6d41e82dd71f337e09c5b28011b5e454b0904c1 0.00 MB 11 42
177,341 177,341 0000000000000a10112a0e10a74249a3d8ae383777abaf5351585836715981d3 0.03 MB 84 1,679
177,340 177,340 00000000000005b1168c4fab0b56f556e433acd285704a812ff1fa55e4b80d4a 0.03 MB 55 188
177,339 177,339 0000000000000a3fc34672e44eb9c00fab4f8c5dd40cc9bbf5c6af63eea2f6fe 0.01 MB 15 179
177,338 177,338 0000000000000742a9abbb22c4202c634dae82a099cfed6a273ab2a0078e8750 0.00 MB 15 65
177,337 177,337 00000000000001dffbe69a6efca029ff30025dfb0dc593b673d462a89eb3cf86 0.02 MB 35 36
177,336 177,336 000000000000067d87fa6e755e11128d78dc0fc0ac7780c88603f8b21aadc443 0.02 MB 59 0
177,335 177,335 0000000000000a7c30ef99c55464a9034d13f284b80783708de32d6d11c74971 0.01 MB 7 0
177,334 177,334 0000000000000042173cbe664ee3f9f3c5226d5f907609cded7c22b0fd3c6d63 0.01 MB 13 47
177,333 177,333 000000000000030c802219c0c4e7bf7615d93c8f9240e636cffe3e166096d24e 0.00 MB 10 42
177,332 177,332 000000000000068dc42524ccf7a1cdcbc5dd761168c45247e68df783b4798d38 0.00 MB 10 225
177,331 177,331 000000000000002edecf278a61fd20f2156763dd3729a33fd06191e3342d02ac 0.00 MB 12 49
177,330 177,330 00000000000005be1c08af7a38fd03f6137cc91ff5cc5698c9241fe945dacf72 0.04 MB 94 254
177,329 177,329 00000000000009954e88d0e61c23f30791241a54b8a330929a05ea5f5799fe52 0.01 MB 12 53
177,328 177,328 0000000000000a93312ecbdb0cd24b0b07872f124a28c9315d97b88c64efd6eb 0.01 MB 23 103
177,327 177,327 00000000000000cca575344f2c1da3bfe030dea86913c48a9e737c9afbc26e42 0.03 MB 69 239
177,326 177,326 00000000000008cb9ab90ab27c3e4f8a33079d92ce85b94118a092336a9c71db 0.01 MB 19 111
177,325 177,325 00000000000003bcb047a2828ca6588c606e5d6791536813b1f6c145532a4ffa 0.01 MB 18 227
177,324 177,324 00000000000007e74a31acc5bc04eec7e2731aa57b0e6e17add3e0ca51510004 0.04 MB 111 331
177,323 177,323 0000000000000604bf536222bd04e3178b2e953d61aa6c021e8fc06a5d8a51a1 0.02 MB 53 3
177,322 177,322 0000000000000223ea65c47e6494e08aa4bc3bca00020c9b0ca979baa1b09758 0.04 MB 91 86
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.