Loading Tool

Explorer IconExplorer

Memory Pool

75,364 transactions
29.91 vMB
0.11084127 BTC
Random Selection Loading Transactions
Max Size: 173.70/200 MB

Candidate Block

Mining Attempt c2d2f541531467856f2fe398d9c1f16daba15931fa2530948ecfed5b303deb69
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root c5e46bc2fb61fdf26d52a6ffac61bc9dafd451d68ab4bb3810dd4d105cd931a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,035
Size: 1.00 vMB
Total Fees: 0.03904522 BTC
Feerates: 101.64 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (107,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,814 807,814 00000000000000000000ceb5450fa2d4a7c66a7655a9824c41c45c1d87926ad6 1,567 1.00/1.00 vMB 14
807,813 807,813 0000000000000000000368c4709fc177e7fa381f0648a27ecd34bd9f98037eb8 2,061 1.00/1.00 vMB 20
807,812 807,812 000000000000000000038051e5cb3f0b1828f7853fdef2894f6dc7808af4aa07 3,406 1.00/1.00 vMB 23
807,811 807,811 00000000000000000003279c5db6ac1e56d6fcd43820ce21a163c7cd94a758f3 4,092 1.00/1.00 vMB 17
807,810 807,810 00000000000000000004eb5017a75e79c7b38c1413cf713449be2ceb94cacd60 2,505 1.00/1.00 vMB 13
807,809 807,809 0000000000000000000219cec9899ffe778a3d27902a81988f436ec35fae9bd7 3,198 1.00/1.00 vMB 22
807,808 807,808 00000000000000000000aa645d6c3344df2fdb129eaac10230d8f86714279123 3,372 1.00/1.00 vMB 23
807,807 807,807 000000000000000000019b246a875b675a5c523522947ab9aa6245049760cae8 3,810 1.00/1.00 vMB 13
807,806 807,806 00000000000000000001f68e71c72b1acc9a355c7079bd9c92018c2054492c63 2,625 1.00/1.00 vMB 12
807,805 807,805 00000000000000000004f0dcf510644c0da5d3e3d21eaecf86f47d50dcff81d0 3,875 1.00/1.00 vMB 18
807,804 807,804 0000000000000000000189de22c9684daf165b1fd0b23968e01a4e2e023734a8 6,359 1.00/1.00 vMB 13
807,803 807,803 000000000000000000022c4592c94595ba3434edaabfdf508bd01ab1a61e3ca9 5,328 1.00/1.00 vMB 14
807,802 807,802 00000000000000000000c9c25dfb83021d6d85454209843f28fb3e38998cae25 3,176 1.00/1.00 vMB 19
807,801 807,801 00000000000000000001505e44c1ecc7b68dcf61782e45d0324079f62e052852 4,308 1.00/1.00 vMB 14
807,800 807,800 00000000000000000003821bfbf6031a4a12128786638d85a39334c7344b826e 5,887 1.00/1.00 vMB 15
807,799 807,799 000000000000000000048194f87bb3ebb254fba666d5dfa89cfd124f45ea6dfd 5,301 1.00/1.00 vMB 13
807,798 807,798 00000000000000000004af995158c9d0b399b075f5818ae6fe031585f198f564 3,764 1.00/1.00 vMB 21
807,797 807,797 00000000000000000003110bfe502fd9bf03ac8aba67a611da124668c5b0ad7e 3,239 1.00/1.00 vMB 14
807,796 807,796 0000000000000000000195a5d96e7386d980378b38bf82a9b885e09df680fed0 2,014 1.00/1.00 vMB 21
807,795 807,795 0000000000000000000399516cbf4437b601e3a4ccc683b4621bf7d6f1275de2 6,363 1.00/1.00 vMB 12
807,794 807,794 00000000000000000002ddf18bb81b28bae4ae9c2bfeed4b350fe30bd9d9726b 6,237 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.