Memory Pool Memory Pool Refreshing

7,545 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,930 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (778,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,155 129,155 000000000000147e5ba258ca6c542209e69fc3dd4826ab34dfbfdc71173e66c6 0.00 MB 4 3,767
129,154 129,154 00000000000014c2d057b1f25bc0d8b7549deeeba734e8e4e25f4c691a854cd5 0.01 MB 24 311
129,153 129,153 0000000000001cff4503fc8a951430269d45ebe1c0e3818ab2242f6c6b404e29 0.01 MB 19 199
129,152 129,152 00000000000013732154c8b68239a679f5ebc79342be636d0ef96c3469a57796 0.02 MB 49 1,290
129,151 129,151 0000000000000a0742700282a9512cc2b1d01ee0a166d0f2a42c899828b717fc 0.04 MB 116 261
129,150 129,150 0000000000001168169618e4b076834e5962cf56b0ab638aed9e4c35cc6ef9e8 0.02 MB 49 916
129,149 129,149 0000000000000a72b03f9a289028ca52fd29977014dd151a6aef872f49dc3110 0.02 MB 23 728
129,148 129,148 0000000000001250c5df1163a2c0332f9f108b238791c73fbc903d3c94363ad3 0.00 MB 15 1,370
129,147 129,147 000000000000192022e3632d16309e3430b5085fc36b57d70e4be220cb95eca8 0.00 MB 7 1,243
129,146 129,146 000000000000034eae54a4e0adba41d872b0b49cb9ffd9f279efd5aceb79df03 0.00 MB 6 463
129,145 129,145 00000000000003c7763a5e159134a1d044d6bd791ae570889438161ebb6d2038 0.03 MB 63 407
129,144 129,144 000000000000178c18f24a68675db30de930525ce6a94cd7f48dc9ddd17d829d 0.10 MB 305 465
129,143 129,143 0000000000000dd31726907c9e2b0ee88873998a08b9f7f6684f56991810029a 0.01 MB 47 580
129,142 129,142 00000000000003c317aff6dddd82acae91559f361fbe9e484e92341663f4f309 0.01 MB 20 1,069
129,141 129,141 0000000000001563a2b21d1aa316a410ed4ccd5bec11fbbe884131baa7042703 0.00 MB 19 216
129,140 129,140 00000000000003a4901481e32b34127802fc3c42e7ae9f0462cb7d037a2f8544 0.00 MB 15 564
129,139 129,139 00000000000008725fa4dae3559c9c60560016c133204d82b397038ab5c85764 0.02 MB 57 946
129,138 129,138 0000000000001bc4586fe5cba2fa93ff4e7dbf3b1121881ede1c5bc12726e807 0.01 MB 17 351
129,137 129,137 0000000000001230be920ec45b147c52ddf3a7aa146b5be0b75dba02979c777c 0.03 MB 65 824
129,136 129,136 000000000000177aab71bc9c716849b4bd6c1ca3803c53aa0a6aea4085848797 0.04 MB 78 427
129,135 129,135 0000000000000aa1ea764837d5c9e9cfe9738d9af652f1b7e13fca22ce107229 0.05 MB 96 1,007
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.