Loading Tool

Explorer IconExplorer

Memory Pool

37,915 transactions
28.04 vMB
0.06344198 BTC
Random Selection Loading Transactions
Max Size: 141.87/200 MB

Candidate Block

Mining Attempt c13cbd989adad2ff13b4b14bd242746f137db9352e3ee888697553fecfec5397
Version 20000000
Previous Block 0000000000000000000185a47d8c507babc5447842dafd6aa7aa6d0207188e1d
Merkle Root f65c2088cb826dfd24f7547f1e5c83640e1e727307168a607130e2745b290cfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,393
Size: 1.00 vMB
Total Fees: 0.00988310 BTC
Feerates: 112.60 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,604 (785,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,033 129,033 00000000000019337c1470d86e72838130a9f2830fabb73f99834e41bd4484d1 66 0.03/1.00 vMB 1,197
129,032 129,032 0000000000000a9e86692d6f858fc0f663d8845e14ecc8863df5d7004fa122c4 22 0.01/1.00 vMB 506
129,031 129,031 0000000000000cce843f37e405c42b9c69820f53b216adad02a2fc4767406fa3 81 0.02/1.00 vMB 226
129,030 129,030 00000000000012f5e53c736614d74f99a63e7d48e2df36ec76772135b44f223d 10 0.00/1.00 vMB 0
129,029 129,029 000000000000074032acbe5c55e4d0c8dda0cbd011867c3602591788fde0f4c9 27 0.02/1.00 vMB 625
129,028 129,028 00000000000006d79395bfeb566473532e95a86b295ab2fccb9ca24a1a1d77b9 4 0.01/1.00 vMB 0
129,027 129,027 00000000000002386efe289fc9c1970ecc7ef7784aedf398602545458e48af60 5 0.00/1.00 vMB 526
129,026 129,026 0000000000000fd84a98c0ff78404c937c37b89f941771aae4fa97542722ca67 146 0.05/1.00 vMB 1,200
129,025 129,025 000000000000175e618d6df29952f428e772453c9b443374adeaafbd46083c74 151 0.05/1.00 vMB 1,178
129,024 129,024 0000000000000f65a12b5ef560a95d7da6cc512e908bc7af3b7a1b0c02673a7f 50 0.03/1.00 vMB 297
129,023 129,023 0000000000001ef9c75318e116a607af4de68fb4f67c788677ee6779fb5fa0d5 14 0.00/1.00 vMB 203
129,022 129,022 000000000000161acb894688b7d08d4f330b5a6c729e3cf0d81ed1757b4444e7 33 0.02/1.00 vMB 340
129,021 129,021 000000000000036d0539e0692d8c7a2a0aac0b96a442f22ae3fcd7f7bf3e1f88 3 0.00/1.00 vMB 0
129,020 129,020 000000000000004b2fa334cbd485c165bf931f65d164d5af238c1d9f73be8d05 2 0.00/1.00 vMB 0
129,019 129,019 0000000000000d5b0c857defc5dac62448e9bf05fd6e27b1300f27bab6ff975c 111 0.04/1.00 vMB 319
129,018 129,018 0000000000000340c4c2551c5271dd7eb6d23c64809af4e4a36ab846bd5a0a50 21 0.01/1.00 vMB 346
129,017 129,017 00000000000014d0a5d20806fc19706241874ff9ddda4b15f00598c238f9dce9 12 0.01/1.00 vMB 179
129,016 129,016 00000000000013ca3d1f23229a7ca103c172e589c3a29d4daee0cebb480d64a0 10 0.00/1.00 vMB 0
129,015 129,015 0000000000001ae8ecba760d454920d889fc8646b8cd5e6bd147f7226adceac3 12 0.01/1.00 vMB 581
129,014 129,014 0000000000001c82dfb03d33f6ddc5cdf5b030c6788003f31f9bf44490448173 20 0.01/1.00 vMB 1,063
129,013 129,013 000000000000185871b6280f256dea7ded76fe4f25193dc5676afa7fab3a429e 25 0.01/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 781.69 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: 628.83 GB
    • Received: 11.83 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.