Memory Pool Memory Pool Refreshing

1,935 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,923 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (7,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,339 900,339 000000000000000000020cccb79109e3f4ca447c205e3b7c1a8cc8e1a56d1a1d 1.71 MB 2,486 1
900,338 900,338 000000000000000000010e6c499562e76290ba50042f2b72ff8f953d9c76ddcc 1.73 MB 3,741 2
900,337 900,337 000000000000000000005b7a9fd7f778830124a225577ab9a665856be5778182 1.79 MB 2,700 1
900,336 900,336 000000000000000000002c5efa7451371320346d9816549f6c3db666f9cf27b7 1.70 MB 3,672 1
900,335 900,335 00000000000000000001669ec607197262728ba6a9efd4e39a48d1d8031fb983 1.67 MB 3,767 2
900,334 900,334 000000000000000000013d8b305dadd7aaed98a6f5f1c0fc8d05ec1d33768572 1.57 MB 3,740 4
900,333 900,333 000000000000000000011b02aa5b1eaf114b551cef5490f9f00c294c3fae9f22 1.59 MB 4,003 5
900,332 900,332 00000000000000000001428054fb081456a3d1f689fbaf047e054241909317b2 0.50 MB 1,260 1
900,331 900,331 00000000000000000001bb042828e3052f700bc14b59d9efdd7788f52743da80 1.57 MB 3,022 3
900,330 900,330 00000000000000000001edeb380957c17123ea85224951238173daf1bf1adefe 0.05 MB 130 1
900,329 900,329 0000000000000000000145fec8a49c43611b7aec99563fd0dedc053f113396d2 0.56 MB 869 2
900,328 900,328 000000000000000000002470c617ccc7faca657aada1ca82f4890fe99082d4d4 0.36 MB 698 2
900,327 900,327 000000000000000000013b8366d2490976905cd4be1f2daf0388e87cccd54c61 0.66 MB 1,033 2
900,326 900,326 0000000000000000000091a58ac7f09a4116e57893c71e54d44f74e987655892 2.54 MB 1,063 1
900,325 900,325 000000000000000000006a974b3a82e15d73a780b971584dc01846858d884c21 2.71 MB 1,422 1
900,324 900,324 0000000000000000000207ac730a6845cad270b2df6c4e0755be5c65e79e1e29 3.78 MB 40 1
900,323 900,323 000000000000000000017d03a635f83a6be04852dbc06254eeae8b2304d8aa66 2.08 MB 1,170 1
900,322 900,322 0000000000000000000192676253a61763a9f8ff988f5829fe5c8ecd4ec0b387 1.56 MB 3,374 3
900,321 900,321 000000000000000000009be102b073da39210ac8440ca70b63d1ed2b31437338 1.87 MB 1,869 2
900,320 900,320 00000000000000000000a561b76f936248723f38692c794b3348952346408571 3.08 MB 700 1
900,319 900,319 000000000000000000017e3fe2cd91ad64b917193e855e0e3b7e914a3dfdeec6 2.25 MB 1,228 1
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.