Loading Tool

Explorer IconExplorer

Memory Pool

28,539 transactions
6.93 vMB
0.04615109 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.84/200 MB

Candidate Block

Mining Attempt bc47ab57b8908321a5a9b99af7176eef8f63056690904ce6cb219e290062edde
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 69ac90a516c63e031cac9abea94bfc140695fa1304ec3dbe464410068d37a43a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,485
Size: 1.00 vMB
Total Fees: 0.02598130 BTC
Avg Feerate: 2.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (657,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,155 255,155 000000000000000f919481e13167a4a14964c379ff6bbe8a26fc0081537fe795 0.19 MB 385 99
255,154 255,154 000000000000001857a91b77052d81b6b6d9438493a8621b2edbe2945f742a02 0.04 MB 129 89
255,153 255,153 000000000000003f0e0aa2097d5d965b489adf21fb7a27edb8da688af31c5562 0.20 MB 479 93
255,152 255,152 00000000000000322ff0ff5b4910e569ab8fdf4cb291b3d16cfbf8f23ea57eae 0.25 MB 506 125
255,151 255,151 00000000000000179239b24754dbf5ca24d9e79e132cc25340702a4a588e8936 0.07 MB 173 109
255,150 255,150 00000000000000405ed08aead9ad02fac228800fa5700444d5b415b805634593 0.01 MB 31 101
255,149 255,149 00000000000000114b95f70c69bac71459d365d43df2e58e792c6c9f6b189e20 0.09 MB 166 113
255,148 255,148 000000000000003c13e4d0477f37a39897c03c91c783b0554af48ecbf4638e33 0.03 MB 52 141
255,147 255,147 000000000000000a35d6d2e78c00bd4d5408b186d9b5351c754668176ca48a58 0.02 MB 36 70
255,146 255,146 0000000000000033159c863a0bb44a08f5cfe10f5b0785c1ccb2119a31cbcb4c 0.03 MB 66 73
255,145 255,145 00000000000000151a1799624fd1a1270c8b14f3ab895d9d281974542cb01616 0.35 MB 841 105
255,144 255,144 0000000000000021e2ce5188bfbfd5091c92caadee7967c3b392cfb02a3b6d0d 0.21 MB 535 98
255,143 255,143 000000000000003f0d4a1b7ce4be67dd475158930ced3fe833678ba5c88257ed 0.10 MB 298 21
255,142 255,142 0000000000000008cafd0db01e514c6b86d4b4d3e55eb7961b84686489727e9d 0.01 MB 23 109
255,141 255,141 000000000000000dce973cc80c1c1d01bb478e7f235ad6637a12e72337f753b9 0.10 MB 215 97
255,140 255,140 000000000000004030cebc1e47ea76c3dba1e5848c231840b4c0437e38ebd348 0.22 MB 548 113
255,139 255,139 0000000000000017bedfcb050411d72369c72632c8b281ebe85df4dba7f80450 0.26 MB 521 92
255,138 255,138 000000000000002e1d3894c7933411ae9330cc7beef29c0602f458ff2a127abd 0.01 MB 24 62
255,137 255,137 000000000000001261eaa9c0cb9b51f3219c72de0f687726a6859c4afd047967 0.09 MB 184 108
255,136 255,136 000000000000001c4ecf40844f3b9de459efb3d2f4768c56ffe3349bf7b1ed39 0.00 MB 15 85
255,135 255,135 0000000000000031af6ff546215f99cb27348c3bcace4f9274ce478663513869 0.06 MB 130 75
Previous 10 blocks ↓
Total Size: 778.87 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: 397.49 GB
    • Received: 3.56 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.