Loading Tool

Explorer IconExplorer

Memory Pool

25,215 transactions
12.03 vMB
0.06011854 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.47/200 MB

Candidate Block

Mining Attempt acfcaae5ba9a0a0cf37a2a776dba1e84e1a5083b970ffd3203386decbd4377eb
Version 20000000
Previous Block 00000000000000000001009964e88fcd9974c2e2ecffbc959a8654575bda98b3
Merkle Root b08320f88fe41e13822ac336e63526afd7447f0d448c321047bf6a8f55ebc416
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,330
Size: 0.997987 1.00 vMB
Total Fees: 0.03991870 BTC
Feerates: 101.64 > 4.00 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,699 (727,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,031 186,031 00000000000008cd5803fb48dd12fa291dfbaa099131fdd32cdb11628bd999cd 13 0.00/1.00 vMB 0
186,030 186,030 0000000000000071a12a0b5395a53eab3660366cc0d49ed1192c97834a2d955a 390 0.16/1.00 vMB 195
186,029 186,029 0000000000000705356f60da1cb8470ce5ef6dfeaf84d3944e9064ecc87a17ed 227 0.15/1.00 vMB 232
186,028 186,028 00000000000001219384f73515206faac0bbc70cf74909360bc5e00a3869b6da 90 0.04/1.00 vMB 112
186,027 186,027 00000000000001c8931589852d1c0c6e7f810e1836c01647df63cf7a38f65ab4 8 0.00/1.00 vMB 58
186,026 186,026 0000000000000527148f34cd4409f0a79d366acb3ec95d6e8dd72fe54ee2be05 55 0.03/1.00 vMB 75
186,025 186,025 0000000000000362b58efa0f7ac2eb822b0496156cfc88ecea7bd87d431e7fda 133 0.04/1.00 vMB 90
186,024 186,024 0000000000000090c0b114eba80364e8471ce79eb4a4ea45e604f1e9174de198 270 0.12/1.00 vMB 102
186,023 186,023 0000000000000103eba5d96063e21c282819e828dee596746f56a2f739bd5301 375 0.15/1.00 vMB 125
186,022 186,022 0000000000000539c653b72cef8987a1f09d613923c0f8de1869cd5d129afd2d 316 0.13/1.00 vMB 106
186,021 186,021 00000000000005d275573fa520fe170059a2a0e1be6d72594e352e9e35524c93 419 0.22/1.00 vMB 105
186,020 186,020 000000000000030f34514f93f42685fcb93153dae8c5172364f7b00637af2468 11 0.00/1.00 vMB 18
186,019 186,019 00000000000007e094beab61bac332bea7672f6b4ff7f92bb8077b479d969149 11 0.00/1.00 vMB 14
186,018 186,018 0000000000000023e98b9f4ac291c0b9fe717878a444619320cb40521ba7b0d1 12 0.00/1.00 vMB 15
186,017 186,017 0000000000000881968889a0b018a293fb84829201550496b29fd499c675f808 14 0.00/1.00 vMB 45
186,016 186,016 000000000000005de7aa79fea8641275bdc8087a164489b7801fa0ffef5f644b 436 0.21/1.00 vMB 112
186,015 186,015 000000000000083f9d8da8c528ef3acfb8a5d1c861edd3e7f6000d4bd2a66b08 24 0.02/1.00 vMB 60
186,014 186,014 0000000000000506050e750602b0c750de62a333909e68dfe7f69fffaa7c83f9 134 0.05/1.00 vMB 68
186,013 186,013 000000000000088bb2315060a3c891d9db5f47622ba76fabbb7e2290b3ab3cb2 267 0.13/1.00 vMB 97
186,012 186,012 00000000000003171dcf781255bfa7af3e3a5b65ae8fbff9b3991bdd3e8f2a4c 568 0.19/1.00 vMB 147
186,011 186,011 00000000000004ccd3377974409d8dca6eabe41eaa9f7f96cf15b39987ceac37 20 0.01/1.00 vMB 214
Previous 10 blocks ↓
Total Size: 780.09 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: 493.23 GB
    • Received: 3.46 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.