Memory Pool Memory Pool Refreshing

8,306 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,573 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (777,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,348 130,348 00000000000002d21e8898391e305b4964d40c6832db03f3a85128fab858112f 0.05 MB 57 1,159
130,347 130,347 0000000000000b6ef1fa9963665d5f44d53f5b2e7e0c190aef5a8bafbab472b2 0.01 MB 17 1,128
130,346 130,346 00000000000007eaeeff72eb392c8bcd1ee179cbd74922fd35d2940a6e4cbc24 0.05 MB 168 805
130,345 130,345 000000000000030ae8aeab2af2c250f6c718ecd043041c848afcab9552447b70 0.05 MB 133 353
130,344 130,344 00000000000014e1a8db1b03ba18dfa3348fe41c8162d366a07b2faf32497a7d 0.01 MB 20 876
130,343 130,343 0000000000001c46647dbbc400207685deb87d7eeb806fecebb2fc05cac550d1 0.01 MB 26 1,206
130,342 130,342 0000000000000a0ba5c075ddb59626b68e8fb5b072de806aabf99ddf2f301703 0.05 MB 160 1
130,341 130,341 0000000000000377b2104502850d841ca135c12ed36a5cf1201692837f8fd859 0.03 MB 54 1,115
130,340 130,340 0000000000000f2e3cbaf5fc5b02361fedae20dc86db47dbfe4ed1f01db0f99d 0.02 MB 24 1,423
130,339 130,339 00000000000011a5d140b4a071408daf3670a5d271a719bf32ccfc5112e5306b 0.05 MB 118 148
130,338 130,338 00000000000012fe6eea44676d55050420e7207695ba07e848e1305db2ef5825 0.02 MB 31 865
130,337 130,337 0000000000001c638e586e3203471f7ab144eb4fefee4b0675cf0d72c99e6b7a 0.06 MB 103 806
130,336 130,336 00000000000008021a8fd03a607f2fb6770012d0b5e6676982efc27aaf8e5072 0.00 MB 5 1,807
130,335 130,335 0000000000000b2ea39677591fca742305f412b7ddf534886ecb868e92c35af1 0.01 MB 18 919
130,334 130,334 0000000000001934194f50d7f1c9b2760bfcd707238b98fdf6c8441c2b2671f8 0.01 MB 14 1,550
130,333 130,333 0000000000000907f586bb6474499eb0d2a58f747ed5c1327ba19d3037b9de08 0.02 MB 47 385
130,332 130,332 0000000000001589495afa414132e990f005474fd836ea5f7106ace5d6bb599f 0.05 MB 96 1,173
130,331 130,331 0000000000001a57b49bc4fc3b07685b9d3d4bcb1668adf89e2cf279f886cba3 0.05 MB 137 1,895
130,330 130,330 000000000000078dc03bfd5a6e28be23b7b15f3fb695c9f886b2f10866e89ecd 0.03 MB 72 866
130,329 130,329 0000000000001ae8da5e73f1e1d5e72fa51367e3e81ac71a3c877456f50ae631 0.07 MB 18 896
130,328 130,328 000000000000181ec9c2b7e8f5810197489757ab570870838c45d6908299ea20 0.02 MB 40 946
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.