Loading Tool

Explorer IconExplorer

Memory Pool

32,910 transactions
25.10 vMB
0.04961114 BTC
Random Selection Loading Transactions
Max Size: 127.26/200 MB

Candidate Block

Mining Attempt 49e8f83cbdf4a728d7fb8f2dbfb6b0dec6d6fd37722be2e6750a2cf03494429e
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root da0467459af3ec4ecf32d3ae8378c8024502abe83b9e3981a488fa57bcbd89de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.00465928 BTC
Feerates: 75.37 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (285,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,520 629,520 00000000000000000007df18cec18802c16a9457793edb516aa8ed67080bf415 2,855 1.00/1.00 vMB 90
629,519 629,519 00000000000000000007c9e8745adc26f8351061e6f68ac5d94669e04ce8aa97 2,340 1.00/1.00 vMB 99
629,518 629,518 000000000000000000011f37a2ef6d6240b7fad8c6eda1f71ef658d746be4851 2,532 1.00/1.00 vMB 93
629,517 629,517 000000000000000000012dc680918904f418fde3621c05881095366cf97a741e 2,350 1.00/1.00 vMB 104
629,516 629,516 00000000000000000001764346d97b2a8e1f9ccc7d6b9d03595a72fd01e591b5 2,380 1.00/1.00 vMB 103
629,515 629,515 0000000000000000000c71e022af11e30b8e53a3b0959ac89bd4abceeccd3f66 2,656 1.00/1.00 vMB 115
629,514 629,514 0000000000000000000cbd70b572437c02263f096c6c3335a0547c4c9c4e6de2 2,800 1.00/1.00 vMB 132
629,513 629,513 0000000000000000000185a4e1949a25938c65b4f39efe2cdcf838aa3d0a8de7 2,809 1.00/1.00 vMB 78
629,512 629,512 0000000000000000001119670572c21ff58f27866d17bb4f6b89fd6b66815daa 1,749 1.00/1.00 vMB 98
629,511 629,511 000000000000000000080c3dad3c41acfea8076dcd3db522c0ad48fe3e09f77c 1,916 1.00/1.00 vMB 103
629,510 629,510 00000000000000000003c3506e016e600f390f563abf0b9ecc2e7a661aef7c53 2,630 1.00/1.00 vMB 110
629,509 629,509 00000000000000000010ed8647eb461d8815433f941ed7949aef797442a9e690 2,410 1.00/1.00 vMB 95
629,508 629,508 000000000000000000036de2b5c75f1f3d65c73b5f0d19749e3dc31911cd87b1 2,723 1.00/1.00 vMB 81
629,507 629,507 000000000000000000030cc31eaff9f06b7c4799b4263f3a28530d89299fdd8b 2,769 1.00/1.00 vMB 49
629,506 629,506 000000000000000000039c9ccff8ad0dbba40031c6e0c0a40091e63a2de00986 2,364 1.00/1.00 vMB 67
629,505 629,505 0000000000000000000c14611b3ceaa9a5b0a5e4d128c13a916e47bbc2d03b68 2,124 1.00/1.00 vMB 82
629,504 629,504 000000000000000000010313f7bd57c853c8af864d49c05af78fe99b78b2a724 2,121 1.00/1.00 vMB 87
629,503 629,503 0000000000000000000c4121b1b7a201d606dbc914ed188f9115a74677db0ca2 1,667 1.00/1.00 vMB 95
629,502 629,502 000000000000000000073b6cf9f8f29fc4055647c13f6604333a32d3efbe82ea 1,148 1.00/1.00 vMB 91
629,501 629,501 000000000000000000074aa630d6844423c9320d2ae0de894183946f9c1aa9c6 2,182 1.00/1.00 vMB 122
629,500 629,500 00000000000000000003723aee596af33db2fbf7d26308a441658fe8a695a897 2,676 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.