Loading Tool

Explorer IconExplorer

Memory Pool

44,023 transactions
27.23 vMB
0.09106196 BTC
Random Selection Loading Transactions
Max Size: 143.73/200 MB

Candidate Block

Mining Attempt af37a42c741fd1934b9a6ee7e3fd79025baff6b749c81095c2ad31307d1dfcf9
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root ef1e8fb8e230f109b25a72f27e9aad7c4324d451d006b179060122ceb9af23b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,177
Size: 1.00 vMB
Total Fees: 0.04019731 BTC
Feerates: 101.65 > 4.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (120,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,303 794,303 000000000000000000033c59708025b67a8b8518d3760151eb4980e7a3a21e62 2,361 1.00/1.00 vMB 36
794,302 794,302 000000000000000000026fdb27819e40a3429f6ce22494ffc3636c901c5c536a 3,885 1.00/1.00 vMB 41
794,301 794,301 00000000000000000000e2f65871279634a11d953bb3e696a9db356eb7e6fc22 3,174 1.00/1.00 vMB 31
794,300 794,300 00000000000000000001560c2fb31dbce30588c39f47bb3d6de0c445af74cd6a 3,731 1.00/1.00 vMB 40
794,299 794,299 00000000000000000001ebe59cabcf91c0476ecf9f72354361b9344a6293fbb6 3,520 1.00/1.00 vMB 45
794,298 794,298 000000000000000000039cff6d2d7c3b64469992a22378539480e0f22e9d3550 1,760 1.00/1.00 vMB 40
794,297 794,297 000000000000000000025fdad82301d3d2c7f1a943c6a9531771f0297a5cbc94 2,942 1.00/1.00 vMB 61
794,296 794,296 00000000000000000003fa051d3787cf348c88726fabb1a6eafdb4967bf4d7f0 2,939 1.00/1.00 vMB 54
794,295 794,295 00000000000000000004f78b5aba186025139b4a818081ee76ee2f3a0a393024 3,943 1.00/1.00 vMB 63
794,294 794,294 000000000000000000017d86b04eb15b08f8297a2f4c7dcd54c41473a13c6b38 3,238 1.00/1.00 vMB 58
794,293 794,293 000000000000000000053bbd9db66f63a9f95f9b4ffb0c1d1ccfe4903babcf8b 2,211 1.00/1.00 vMB 11
794,292 794,292 000000000000000000004498e31d244499ec35e4666cf0ff9f5d8a8912ac550b 3,194 1.00/1.00 vMB 16
794,291 794,291 00000000000000000001d83f9e483ebe09f41d9bf1b23282b11ba261914862f0 3,959 1.00/1.00 vMB 20
794,290 794,290 000000000000000000015cfad0b4664bfa6b5d3bc17c171c6364328268b5836e 3,472 1.00/1.00 vMB 18
794,289 794,289 000000000000000000047763214f60ef1460684cfea87d45c8b0fccd1313eb21 3,033 1.00/1.00 vMB 31
794,288 794,288 000000000000000000017a4742d49845a5f903071a86e8bf85b690af7a63c546 2,498 1.00/1.00 vMB 21
794,287 794,287 000000000000000000050e07a6fc27831ed90d2f7abf852ddfd68bd270afe473 1,789 1.00/1.00 vMB 10
794,286 794,286 00000000000000000003ccba7d863ffac86445fb043d94ce10eafef5cf20680d 2,587 1.00/1.00 vMB 16
794,285 794,285 00000000000000000003fbf99204d761c4969deb217d2361ef8ee65c13e7a92d 3,174 1.00/1.00 vMB 15
794,284 794,284 00000000000000000005121bc030d6d4c5a704ff00258801a9977cc38e9cbe4b 2,577 1.00/1.00 vMB 20
794,283 794,283 00000000000000000004e575f0ffb58ac8da8cbb44b356a391c8d74c760e43e1 2,497 1.00/1.00 vMB 37
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.15 GB
    • Received: 14.27 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.