Loading Tool

Explorer IconExplorer

Memory Pool

44,619 transactions
27.44 vMB
0.06315226 BTC
Random Selection Loading Transactions
Max Size: 144.61/200 MB

Candidate Block

Mining Attempt 6e920871eaf6354288fca8228390134c5ff780a53731d81234590d9a0108b373
Version 20000000
Previous Block 000000000000000000015fe54d703480c778f5e8c27a53d251a583c6e5acb2b6
Merkle Root 59fb656478e9881fb35a71f0882a4078b2ec78950e3bdd689827d256ea4d507a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,775
Size: 1.00 vMB
Total Fees: 0.01162682 BTC
Feerates: 134.30 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,913 (260,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,518 654,518 000000000000000000027e336e28605c75877fe65f31b380362088712c233384 2,409 1.00/1.00 vMB 163
654,517 654,517 0000000000000000000535fb6dd7f04887b256a6384338cf0d245b2e462f5804 1,974 1.00/1.00 vMB 211
654,516 654,516 00000000000000000002c7fa573bd3b5cefc465c8b9fc65ae2d53b74f992ee6f 2,492 1.00/1.00 vMB 183
654,515 654,515 00000000000000000000bb285b162cfb5d8ea709daef22fe29c55fa86ba2b8b8 2,955 1.00/1.00 vMB 212
654,514 654,514 000000000000000000018c55cc0109d1c5e3a47b9ee5e06213b03336b35dd16f 1,638 1.00/1.00 vMB 178
654,513 654,513 0000000000000000000d67f1f1e56487ad510b962642742bb30598ea796d44ef 2,986 1.00/1.00 vMB 164
654,512 654,512 0000000000000000000bfe42bd9d4c741838c41119ab7fe92abc53405c714290 2,230 1.00/1.00 vMB 196
654,511 654,511 0000000000000000000e068d29f473023f16dad5aa7cbafb1ac14bf44a302e01 2,627 1.00/1.00 vMB 212
654,510 654,510 000000000000000000016b7151f5b5e38deee6f1e576e11c0de5d978c4deb571 2,418 1.00/1.00 vMB 207
654,509 654,509 00000000000000000008b24a43f8c4e8669f807b5c2e8b4740cb1c9342166fa6 2,674 1.00/1.00 vMB 198
654,508 654,508 0000000000000000000bf3b8dca7e7f37feb516903285582e06096879fca5ded 2,482 1.00/1.00 vMB 167
654,507 654,507 00000000000000000000431ac18160d6224051afa5ad74cce56dd7d9b7d5f735 2,386 1.00/1.00 vMB 217
654,506 654,506 00000000000000000001c9c59a3a9096d07297b8843e42701f170386b3aaed55 2,647 1.00/1.00 vMB 210
654,505 654,505 00000000000000000005b465a6d57183ce90eb0ed9002fc47d65e20569e388eb 3,283 1.00/1.00 vMB 188
654,504 654,504 00000000000000000006a9c23c60e30f223b7b2ac993d4857af0641371426ee1 2,877 1.00/1.00 vMB 238
654,503 654,503 0000000000000000000b1202e59a5795d4d27195058d77570795d223ef147aa0 2,642 1.00/1.00 vMB 241
654,502 654,502 000000000000000000034e1eb22f2f5c7a19d9eb0f0d61cfa754c0ffde3c660b 2,344 1.00/1.00 vMB 188
654,501 654,501 000000000000000000037feebd997561164bcaaf68cf932bfc55b90f5aa3d2f3 2,283 1.00/1.00 vMB 238
654,500 654,500 0000000000000000000c1ab2b3ee7779129ea7045d50d490922a5b7ff0e12a5f 1,806 1.00/1.00 vMB 200
654,499 654,499 000000000000000000095eaf76a73a7986ea2e6a3b0d190fb10ab986b683c619 2,443 1.00/1.00 vMB 208
654,498 654,498 0000000000000000000318291249db2c9b658d087e4f06bcd2ed24481e81533c 2,525 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.24 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.