Loading Tool

Explorer IconExplorer

Memory Pool

18,339 transactions
9.74 vMB
0.06490218 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.00/200 MB

Candidate Block

Mining Attempt 00c698c2f2bff4ae0ab94dd865faa1839e1f8d4237719dc1c2666af1d0fae750
Version 20000000
Previous Block 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d
Merkle Root f61fb0b17312be584ab16f67277ff9aceff6ecde7e7c51d57b669e895cc2d315
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,469
Size: 1.00 vMB
Total Fees: 0.03968129 BTC
Median Feerate: 3.52 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,372 (753,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,200 160,200 000000000000010f123e93970bda828b9bbc45bcee98ad9d649ef9eebe4b80af 20 0.01 vMB 49
160,199 160,199 0000000000000b8a40031fef43c26db32f6d4fa8cf71a5789ea5e9c6d2edee69 4 0.01 vMB 33
160,198 160,198 0000000000000b4ca9ea9538b86eb0ac3581857a0a228ed6d73fe45a3c2dc498 67 0.03 vMB 13
160,197 160,197 0000000000000e22aeba1bc0a358bdf7899fb342cec41f054c4c922a06fb28e6 35 0.03 vMB 115
160,196 160,196 000000000000009fccc330607301f2e1c49c52855ff3667dd84c199d6a114359 58 0.02 vMB 203
160,195 160,195 0000000000000682c43cc606aab92d73df738f11e437dc99ed3d7ddbb39e7ff9 3 0.00 vMB 57
160,194 160,194 0000000000000c962eccb430275917a04be71e6261c34f13990f6b4d5a4d8a36 36 0.02 vMB 41
160,193 160,193 000000000000098e3151083184172d354eafefb2afc80be765bf58d9ebcde39f 34 0.05 vMB 66
160,192 160,192 000000000000019d00a3db476f12621d45cab25739fce6b9c837f0ad520a2a3c 9 0.00 vMB 17
160,191 160,191 00000000000002ea9bbe6edf3ea75963f17bb78d16e8de7065a646e1091040da 19 0.01 vMB 179
160,190 160,190 0000000000000b36a9ddb57181501bdfd29e7b33f32ecd6f84c629e9552b4c75 65 0.02 vMB 6
160,189 160,189 0000000000000a593d9700474034ec614d2b8a1056ebe4f892bc28cb5b63f18c 26 0.02 vMB 1,371
160,188 160,188 00000000000001f88bbdc4fa95dc630443051bdad15868f98cf253d15c565957 20 0.01 vMB 51
160,187 160,187 00000000000008558717570c231a904e536c1b50eeebf88ddccd11c5dc5e770b 56 0.02 vMB 182
160,186 160,186 00000000000007ae69fbe93982b7474451c618b8df309739669f07a04605f8bf 58 0.03 vMB 134
160,185 160,185 0000000000000bb12a943425bb334173fd5b7b81a0b762626cb6dda986f97075 7 0.00 vMB 40
160,184 160,184 0000000000000b281ab36417a317fda6c110f3e93b113f4b27c5f5b7a40ee189 62 0.02 vMB 113
160,183 160,183 0000000000000155b21bf629f94c002c21e91faf81ead9ce243a5f7f347ba72b 91 0.03 vMB 122
160,182 160,182 0000000000000663979df8fa4eb0a50f87f687b1cc9f45100aafe61ca4b78592 11 0.01 vMB 44
160,181 160,181 00000000000009d1c7de30db54a891408169add384fa42afe6cc3981c51fb99b 38 0.02 vMB 32
160,180 160,180 0000000000000c27544bb72c273fc65937e9d8dfb21f53795049c9f9fe1f5c3a 16 0.01 vMB 65
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 102
    • Outgoing: 10
  • Data Transfer:
    • Sent: 205.17 GB
    • Received: 0.79 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.