Memory Pool Memory Pool Refreshing

5,748 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,663 (723,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,513 184,513 00000000000008e42fec4451be3bdc68ca0fc2306eec9af05308530a1c9a3eeb 0.41 MB 1,024 133
184,512 184,512 00000000000002f1c37f5141089b7d2de6502a16cfa55cab4b4a3c088bbd2814 0.26 MB 608 302
184,511 184,511 000000000000062229aa4a547e693bb4d23aaddd6b74b91d1e15700eb1bf706c 0.00 MB 10 0
184,510 184,510 00000000000007124deaaf9922c949ca4b15d78f62f2f369b9c79840fd52f38c 0.25 MB 606 130
184,509 184,509 000000000000026a6ecb2503c38dffbe71056a73d430250f33fef379f11dcf40 0.01 MB 39 481
184,508 184,508 00000000000004c048256ba5073eba2e4839b5f5831af3811501c6ffb9bbc877 0.25 MB 512 134
184,507 184,507 0000000000000165844538ecf570621c7d2e849fe91d49eb39cfb4d8887fdd43 0.17 MB 512 241
184,506 184,506 000000000000078b275cd837072d8e5d2f1b25f74b121ad639fb6ccb0b978a40 0.25 MB 613 140
184,505 184,505 0000000000000804e6231dfdbc164eabc10ffddd709b5ca04b77d013d696cf59 0.00 MB 12 301
184,504 184,504 000000000000042ffb42db7ad2570338df9d2f7a9413409018d0d66b3a39585f 0.05 MB 135 203
184,503 184,503 000000000000068c772aa24e80c94ff2b29ec9846043e6f4ad6fca697c695bc3 0.45 MB 533 148
184,502 184,502 000000000000064f74af4c754fdd5d51130ca1339287f2936c41de7a6ad3d223 0.02 MB 40 615
184,501 184,501 000000000000096d0d10d619634fa7af19b8a58e505633501545f941c80c5c31 0.08 MB 154 148
184,500 184,500 00000000000001b2a3bd02767c5a9000d87ff8654a43d437ee3df44290234a5c 0.14 MB 228 129
184,499 184,499 000000000000039e6ef4d0234d795d39fb63a2b644c4882d0aa5cebddba954d3 0.39 MB 975 251
184,498 184,498 0000000000000219b44d3d7b6d7d7f03b0f3d63c95442dde11cec26b14c0d9c6 0.25 MB 327 88
184,497 184,497 0000000000000336fa0157b700d553f5bbcda3e05cf13eff9f7d1db9258e41e4 0.25 MB 558 140
184,496 184,496 00000000000005195b005d1b6c47e0c84e0f2654604d9f2070d5cdb6f6820d63 0.25 MB 651 129
184,495 184,495 0000000000000a3d2f28bcb74953301baf0e0e78ccc07e117e8e7352ff8fc075 0.00 MB 4 0
184,494 184,494 00000000000000172d977301dabf1502ba102eb4c8cf5c84c2cada11c8969783 0.25 MB 511 156
184,493 184,493 000000000000008daec3f7c9d863723cc0736b3a8ded7573cc974e3424039a0f 0.42 MB 573 103
Previous 10 blocks ↓
Total Size: 768.92 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,603.49 GB sent, 92.34 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.