Loading Tool

Explorer IconExplorer

Memory Pool

24,606 transactions
11.71 vMB
0.04028865 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.55/200 MB

Candidate Block

Mining Attempt 58816ea2eea9d3724904a3df7b3688b5516de7e2c5c395f0162a2750b5e4271d
Version 20000000
Previous Block 0000000000000000000086c47da65e7d318786b4b03fe9fcd2c6986600c532e2
Merkle Root fede7459577c800e267af7cfa118e601050016ffcdc6f31675dd5bacb09fcb64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,599
Size: 0.99797475 1.00 vMB
Total Fees: 0.02092248 BTC
Feerates: 500.00 > 2.10 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,701 (694,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,190 219,190 0000000000000146867cd76b49cfca89bf370b82f9a31985a2b5a02860d5b381 614 0.25/1.00 vMB 211
219,189 219,189 000000000000007ef81a8d173cd1eb0854e5418ca8f1549051b129830f5b2441 143 0.05/1.00 vMB 177
219,188 219,188 00000000000002e0ea268df05afe081b39665804451925f557d04cfef7881174 1 0.00/1.00 vMB 0
219,187 219,187 00000000000004b75fd8467a761f749db828f4090ca8c872d83ba1c00ba03a8c 185 0.07/1.00 vMB 187
219,186 219,186 000000000000020e16b2df73670e6a87c16f1149e78c78ea27beeae39b6f794e 97 0.04/1.00 vMB 195
219,185 219,185 00000000000002116bd95bace45f7a4710624a93295c46e0e7868fffa10eba9b 408 0.20/1.00 vMB 168
219,184 219,184 00000000000002ef7c4fcfbb4ef5bcac35ee77feb991b36bf1c64cddbc30057b 645 0.25/1.00 vMB 264
219,183 219,183 0000000000000113e3f2df73ad83430c9f2f2f15f283e98bbb96a9a6cd882ced 212 0.09/1.00 vMB 205
219,182 219,182 000000000000013928a24f932f29beaf58a312be0f7b775ad9dd89185344e1cc 226 0.10/1.00 vMB 39
219,181 219,181 0000000000000272a1ebd5c36dff2794a63a15aebbad849f4564f529e6389115 313 0.14/1.00 vMB 193
219,180 219,180 00000000000004d0ce3f553ddcfe025226a40b23f8b9e46e28829f68d7b872bb 1 0.00/1.00 vMB 0
219,179 219,179 0000000000000485debef270adecffa79aeaead8499cb3f6f9c04bb0cfcf12aa 544 0.23/1.00 vMB 168
219,178 219,178 00000000000004d6715a59770fc056169624ce9fd25d07729939f2e78be4447f 674 0.26/1.00 vMB 252
219,177 219,177 00000000000004479ef78cbf01d4ca3b98e8fe4b1fe3d8e0c87dffbc397a25bb 714 0.28/1.00 vMB 237
219,176 219,176 00000000000002ba7d32d7912f476757874ad794a4ad753b3af4579f5fb0135a 187 0.08/1.00 vMB 170
219,175 219,175 00000000000000ac510d0f86151fac1523df75bbe93e1a8c5ec2f05acc57ac95 124 0.05/1.00 vMB 175
219,174 219,174 00000000000001abc25a8399beecc4e536268410e6235b467740c77b1967d1ac 75 0.04/1.00 vMB 141
219,173 219,173 000000000000009991c629456b5c586ae94c6955b8973f10eb6a5b815a90b663 78 0.06/1.00 vMB 14
219,172 219,172 000000000000059cdd503277844ad312a22fc1265b193cbe490ab3d16f0e8951 268 0.12/1.00 vMB 200
219,171 219,171 00000000000002e1382c7df082a078628e4c63a70fda80ffed4f519d1039ab07 213 0.16/1.00 vMB 102
219,170 219,170 0000000000000446602d367264b82279e9623053fcd65c9c25b4ede7434dbb9a 786 0.25/1.00 vMB 194
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.48 GB
    • Received: 3.47 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.