Memory Pool Memory Pool Refreshing

184 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 176 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (167,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
740,352 740,352 000000000000000000048a6562d0dac46f181e8cfce362ff7ec537b2bbad19d1 1.09 MB 792 13
740,351 740,351 000000000000000000009e33cc08afec9b813927555ad9a6b1ecd5e0a2fa265b 1.37 MB 2,270 18
740,350 740,350 00000000000000000005652e1607c071733631c3fbe73e212f8f8f7edb5a637e 1.20 MB 1,253 9
740,349 740,349 000000000000000000021c9d7ec85137ddae5dbc414b833d73328c7a123a5eb5 0.44 MB 829 10
740,348 740,348 0000000000000000000282c41791771c53ce2702c4e074816fc2b6add78713f1 0.92 MB 900 4
740,347 740,347 00000000000000000001a05ec52d99374109d10bfd4ada06fa72e92271f65475 1.39 MB 2,421 8
740,346 740,346 00000000000000000007766566cfed44311b0ad9b91a76c21ea49391f63d3211 0.93 MB 1,454 7
740,345 740,345 00000000000000000001f04726920871b40cb0178161eb0cdb55fb50178881a5 1.38 MB 1,184 9
740,344 740,344 00000000000000000005498d9a26ad194e5b6abb55eeeb4e4f11f72f8d779f05 1.32 MB 1,483 5
740,343 740,343 0000000000000000000699708cb4772d84c25daa07e361614cfc1c2daa9aa268 1.16 MB 1,193 15
740,342 740,342 000000000000000000029060ad70ffd66be2547ec55a0caef06b2e6dc9b524c4 1.14 MB 1,418 7
740,341 740,341 00000000000000000007536fad2a39554a3574d9fb8d997002a990fbd7ab94d1 0.17 MB 237 7
740,340 740,340 00000000000000000003b75f4453287b4006f99913cecdb61967099ad392504b 0.13 MB 251 8
740,339 740,339 00000000000000000004ceb97a6f370f3302292970d40c2506e7ff79d2342580 1.09 MB 1,908 8
740,338 740,338 00000000000000000001d66538f30485b32388fd1c525168622aa38d275e6b7d 0.37 MB 729 7
740,337 740,337 000000000000000000055092e5f54d01ea178a879cef5f331f4b974172cccefe 0.02 MB 54 10
740,336 740,336 00000000000000000001958ac04cb71e2c03ff6323e744bd81af13cbb0306b5c 0.10 MB 209 8
740,335 740,335 00000000000000000000e179e2d49da9e853dc9cbabced4b10cf6eb7d3e246fa 1.16 MB 1,544 3
740,334 740,334 0000000000000000000504652613ae5449a46278acaa59a6c2a726ed1e9b3e71 1.50 MB 3,683 15
740,333 740,333 0000000000000000000468487844fb7b358e29ae1662daba912e3c3dc168f60d 0.78 MB 1,315 11
740,332 740,332 00000000000000000005831e81fa4978c1b10a9568e4d45b8629c71153388f4a 0.81 MB 1,719 11
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.