Loading Tool

Explorer IconExplorer

Memory Pool

24,820 transactions
11.51 vMB
0.04792992 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.53/200 MB

Candidate Block

Mining Attempt 74cf76e2e2aaa829171738fc9e9adc4226292f8542aa80c2b43c1b4869093e1f
Version 20000000
Previous Block 00000000000000000001d3e897a824d1ab7e1f85b7da1fc54c6213ce643a4718
Merkle Root dc81bb7b963ea19768861d16862d8f9f6715f1e39e09147f3eb8ed6836dd0a49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 0.9978995 1.00/1.00 vMB
Total Fees: 0.02848617 BTC
Feerates: 502.67 > 2.85 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,582 (761,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,415 152,415 00000000000009c7cf5d8822610fc6a5e4028f09ec4e3b56095386e9b032d404 28 0.01/1.00 vMB 53
152,414 152,414 00000000000003b748a10c71216331bc7b782c1cbd73d9188ee0c18c4367679d 12 0.00/1.00 vMB 130
152,413 152,413 000000000000054b7ea962c50c575767aac9bdededd0d9c9b9cd2e0d1682512a 9 0.00/1.00 vMB 22
152,412 152,412 000000000000064b9402f16158fb3de64e1d8b7b608f49f8c030f26018dacdb4 73 0.04/1.00 vMB 185
152,411 152,411 000000000000085499a72899f8f2e65926a88273b2b9e1137be28b7f9726a8c8 9 0.01/1.00 vMB 26
152,410 152,410 00000000000008b52c4d0a498a1573823f160517a9684163404078d72d70662c 31 0.01/1.00 vMB 79
152,409 152,409 000000000000071636177a176220ebe1424ad48387bcf6bcffe807e12d5a1b2d 34 0.01/1.00 vMB 259
152,408 152,408 000000000000062d27072fa702600fb653e09e1b50d432ea509b2da2ea940de4 44 0.01/1.00 vMB 59
152,407 152,407 00000000000000f7fccf8162e511e0b9d294673015bde1cc6cb982e81e05eec3 45 0.02/1.00 vMB 192
152,406 152,406 0000000000000221ab3483df4676cb1a864f307a4339bbbef4430f47c01d9dc8 33 0.02/1.00 vMB 294
152,405 152,405 0000000000000c9f8ebf7df524f91759a0b04624a96d8776420036ede463723b 96 0.03/1.00 vMB 71
152,404 152,404 0000000000000163dee2e8ad4567a5768e8e40e6914d44258a8a88ebdd537462 103 0.05/1.00 vMB 197
152,403 152,403 000000000000097a7304cf626fc2537a551db7738765febf205869cde00ccb36 4 0.00/1.00 vMB 64
152,402 152,402 000000000000041ba1c6739584b91675a00b56c53282d363d3d0a94fd4bea05d 41 0.02/1.00 vMB 100
152,401 152,401 000000000000021de21881a375823d20de73719a12c9140517d7dbc5d34b3136 8 0.00/1.00 vMB 15,806
152,400 152,400 00000000000005b72ffa18135425956ed11fc56262622881e876e2ce33ba6ed8 13 0.00/1.00 vMB 0
152,399 152,399 0000000000000ce2602bbd71ec8a70a9abc6c9793037b821cb2c096334547ac4 27 0.02/1.00 vMB 28
152,398 152,398 000000000000038aff0713c3b1bce4d783976cd0b22f93bf68d35b07c13301de 3 0.00/1.00 vMB 0
152,397 152,397 0000000000000780fca2c9e99bf217982484bae496209562e78af49a457b5078 78 0.03/1.00 vMB 99
152,396 152,396 00000000000003f25a269978eb134c1a3ed26dfda6e5fd2980199221cfd3d79c 64 0.03/1.00 vMB 234
152,395 152,395 00000000000004cb52697c5de6e81889997aaa9b0338d01406f0af9fd154ae29 91 0.05/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 779.88 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: 450.86 GB
    • Received: 2.49 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.