Loading Tool

Explorer IconExplorer

Memory Pool

81,020 transactions
29.98 vMB
0.07726221 BTC
Random Selection Loading Transactions
Max Size: 180.78/200 MB

Candidate Block

Mining Attempt 0c705a2f7477829a1c30398850c44eef8e649c35bae37082ea3541a08c5f7948
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2037a6564c9ff1839069fcae887ea51a22f063fc040f482583ab47e63cb0d127
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,078
Size: 1.00 vMB
Total Fees: 0.01571237 BTC
Feerates: 502.67 > 1.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (279,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,979 635,979 0000000000000000000190669ff745354bfba70b71b563d1560a1e0466eaa41f 1,559 1.00/1.00 vMB 9
635,978 635,978 0000000000000000000db257aba8713aaa59e613027991b6422f3a4b213724d4 2,598 1.00/1.00 vMB 30
635,977 635,977 0000000000000000000ac08c08879e438c7c53f15d31076223a0bcbd1ca0c529 2,803 1.00/1.00 vMB 27
635,976 635,976 0000000000000000000fecbb5db9b32ed2638b9699d4794c2fc7317e169cf428 1,846 1.00/1.00 vMB 9
635,975 635,975 0000000000000000000c43228912b41dc0aa6e48bca383f642125b90795c6bfd 2,205 1.00/1.00 vMB 35
635,974 635,974 0000000000000000000fa64479842e5e053b31e7bb189da1998894d91085dc9f 1,052 1.00/1.00 vMB 2
635,973 635,973 00000000000000000005dcdbeaed2929ef660a7baca54d47a28384e19ca2e755 2,458 1.00/1.00 vMB 6
635,972 635,972 000000000000000000019f5897cdba719f441851ef2ea573e717d07c052dc557 1,778 1.00/1.00 vMB 19
635,971 635,971 0000000000000000000c46c0a3265a994556bc05d0c80f743be981c01f868e4e 3,035 1.00/1.00 vMB 20
635,970 635,970 00000000000000000007ab6a6bb6e9d4a3f91cde86ba585c2ad6cbe069a8e26f 2,077 1.00/1.00 vMB 30
635,969 635,969 0000000000000000001027cf4929c54630a762246edee96b95ba20e8a731ead3 2,872 1.00/1.00 vMB 50
635,968 635,968 00000000000000000010433952d73aaeeb6de3564e34019ab32033a7bf1cedfb 1,711 1.00/1.00 vMB 25
635,967 635,967 0000000000000000000c5bd96d3ded2473e52de463c0cd226eb037e3109f60d6 3,367 1.00/1.00 vMB 24
635,966 635,966 000000000000000000041970f13d0cab2401aad20f1a7635412b48e585c9f38c 2,667 1.00/1.00 vMB 45
635,965 635,965 00000000000000000010dcc0e925911d733bf320588a67d8f1e30f9e680f981b 1,089 1.00/1.00 vMB 1
635,964 635,964 000000000000000000092fb7c7d32ad466d8ce9cca0e3246d3e9e411aeafd7b9 1,562 1.00/1.00 vMB 17
635,963 635,963 0000000000000000000380123607ff661b1f028ca172b3c7e6d1f5cec51bdced 2,534 1.00/1.00 vMB 22
635,962 635,962 00000000000000000005d3d321c5fa18cc3baae0f1edf9130cf27a486a6bfe91 2,598 1.00/1.00 vMB 4
635,961 635,961 000000000000000000051b204684676ac66a9c9e69a3b62203c6fbc1634f9fb3 1,693 1.00/1.00 vMB 17
635,960 635,960 0000000000000000000084c8d12bd9d786eaf230588d01772c64e0e3a1fed145 2,893 1.00/1.00 vMB 29
635,959 635,959 0000000000000000000863bb3723159d7147f7750b8fffeddfbdd9f77d45a135 2,876 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.