Loading Tool

Explorer IconExplorer

Memory Pool

25,922 transactions
27.16 vMB
0.06274876 BTC
Random Selection Loading Transactions
Max Size: 129.79/200 MB

Candidate Block

Mining Attempt 8004680bf7ec7765908be4ef99a41e0d967822d00b9891308b9feaabcded65c2
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 3d030b13c51d986bf0350a8ac015c6e2b2f1dcbb452b24314b779c14e1f61a85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,509
Size: 1.00 vMB
Total Fees: 0.01136411 BTC
Feerates: 150.93 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (159,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,112 755,112 0000000000000000000722238c034674853fe5a71c06f20bb12904000ebaae57 3,078 1.00/1.00 vMB 21
755,111 755,111 00000000000000000006d115ed699c643ac2d6b07cdf00352440dfb037f167f6 3,132 1.00/1.00 vMB 17
755,110 755,110 00000000000000000007c22142c2dafdcf33a7d0e9cf570554effd1d064cd267 2,581 1.00/1.00 vMB 8
755,109 755,109 000000000000000000035a385fa04f136b8331fb8fe27c3d31cdbe7321046d6d 2,373 1.00/1.00 vMB 9
755,108 755,108 000000000000000000009edb4249116489e9d17e2d8f2ffb7a0a0207e8fe86b3 2,706 1.00/1.00 vMB 10
755,107 755,107 00000000000000000002b9c2dfda7a6bc40402c8189156d66eee69eccf5f1abe 2,152 1.00/1.00 vMB 14
755,106 755,106 000000000000000000053d3c33f7258db262640ca2a4f053096f56a47e1a365d 1,446 1.00/1.00 vMB 16
755,105 755,105 00000000000000000006739a8bdb8eed88860ed361639066332e0d793f8de7d7 1,703 1.00/1.00 vMB 13
755,104 755,104 000000000000000000060b138cd9a0f2293975840c83d2035207c6af59fba6e1 2,135 1.00/1.00 vMB 17
755,103 755,103 000000000000000000061e998f84cfc57f1e27264ba6de3eafffd7d7e19806c9 2,966 1.00/1.00 vMB 14
755,102 755,102 00000000000000000008c77277e71df67ad5a9defbebc66b1d4c1bcfbee446cc 3,177 1.00/1.00 vMB 15
755,101 755,101 00000000000000000002b6df3c65d1121300eb080b8e86a7d92e37ac7cf180a6 1,960 1.00/1.00 vMB 15
755,100 755,100 00000000000000000006377451b892aefad78ed34e392959b156209549130d47 2,679 1.00/1.00 vMB 27
755,099 755,099 000000000000000000087bf47d1767430da079f60affe1651e6a07662d957486 3,141 1.00/1.00 vMB 19
755,098 755,098 00000000000000000008a85e4ad137539dc7e808086644671141d1fe8136a646 2,691 1.00/1.00 vMB 25
755,097 755,097 000000000000000000006eeeff3f66183f379908eb7d7700e3a1ae9eee4aa8a4 2,921 1.00/1.00 vMB 14
755,096 755,096 0000000000000000000725af70257f84d4754aec29d23b84b78f6a65448604a6 2,985 1.00/1.00 vMB 15
755,095 755,095 00000000000000000000269f38373e51820f39c3bde3805e202ad1d85045dbe9 2,914 1.00/1.00 vMB 17
755,094 755,094 000000000000000000032e5aa5c6eaea39cfe577f4be1e9d83c54196ad683208 2,684 1.00/1.00 vMB 8
755,093 755,093 00000000000000000000d67a4d8d177a00f6e6950e92b3e9dbcab1864689b898 3,133 1.00/1.00 vMB 17
755,092 755,092 00000000000000000001fcaa7853990079b4d7f856faf0d173a443ae02de9f72 2,131 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.04 GB
    • Received: 10.79 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.