Loading Tool

Explorer IconExplorer

Memory Pool

50,318 transactions
29.87 vMB
0.11682140 BTC
Random Selection Loading Transactions
Max Size: 159.42/200 MB

Candidate Block

Mining Attempt 82c3c105895a9c727d4ff3796aa6bcf086e55d06d3d9366d42bb8e0a093ac214
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 0ff71206e29e16dbd695c77f585fb2f22e9e385f05a2f992fde41fb1fbbb8f0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,309
Size: 1.00 vMB
Total Fees: 0.05240976 BTC
Feerates: 301.60 > 5.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (77,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,715 837,715 000000000000000000011e544f955c115d7140f05d3416f5f3fc54371ef8ef3a 2,480 1.00/1.00 vMB 16
837,714 837,714 00000000000000000000357f07e0063e2665603b9c46af44e658fe7ad7ac2e90 3,167 1.00/1.00 vMB 17
837,713 837,713 00000000000000000000836b76e47e682f234187c01413f0cf37e4d6b81e86dd 2,809 1.00/1.00 vMB 19
837,712 837,712 00000000000000000000e96d86d893af5238ea86cff7e501b97e18616d2b6c8a 2,336 1.00/1.00 vMB 15
837,711 837,711 000000000000000000026baa5fc197405a14ac2437869e3fa8c9867eb24ba84c 1,560 1.00/1.00 vMB 14
837,710 837,710 000000000000000000030d08796e0962238ed4a1ad52bf7d169fe61f58a26e61 2,610 1.00/1.00 vMB 12
837,709 837,709 00000000000000000001a4f6692f0c1d4f7ce5c9fca11c6f790de02facf73c50 3,408 1.00/1.00 vMB 22
837,708 837,708 000000000000000000019cd27178a410f9e061443f2bc1dc21ada2fbf3790933 2,713 1.00/1.00 vMB 27
837,707 837,707 00000000000000000000a0a279639efafdaa194aef90289b607bad0533644d74 2,700 1.00/1.00 vMB 20
837,706 837,706 0000000000000000000325e14bade02ee3028ef5f7b6007ee68467aade63a05a 1,170 1.00/1.00 vMB 9
837,705 837,705 00000000000000000000a7cfc860d0488c8ad4a72b2de3ef1340a989a3fbd559 2,950 1.00/1.00 vMB 21
837,704 837,704 000000000000000000009ccc41f3381b04844da7b7d8501e87340adf5d8b0264 938 1.00/1.00 vMB 10
837,703 837,703 000000000000000000024b2c76269503dfccc26fc08402452382c59787ad3868 611 1.00/1.00 vMB 8
837,702 837,702 0000000000000000000151c98962543377b0bf202d54423ce4635abcd9d6b38a 2,809 1.00/1.00 vMB 14
837,701 837,701 00000000000000000002dd26791af607d8c908c2ff5be7b424bb277b0d11b888 1,608 1.00/1.00 vMB 11
837,700 837,700 000000000000000000022f5035ea420a743c4b835063ffd60375f3d7fae4a8a6 2,805 1.00/1.00 vMB 12
837,699 837,699 00000000000000000000ff4e4b568911449eccf4fc49e0c84b28f3a4d03dba58 2,976 1.00/1.00 vMB 15
837,698 837,698 00000000000000000001919bf3944e264f9c33876b1802959599663a6c5bfef5 3,108 1.00/1.00 vMB 17
837,697 837,697 00000000000000000000c1c4084971034df387cd6bcec637848f06ca9d914ca0 2,887 1.00/1.00 vMB 15
837,696 837,696 00000000000000000001330f1cbff6f8616fbbb8f06e7a1769f45a0e8fc1e54c 3,000 1.00/1.00 vMB 24
837,695 837,695 00000000000000000001c3c08a88ba40ff3ef89d78bfc2cdb451ccb60bdba02b 2,656 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 652.13 GB
    • Received: 13.73 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.