Loading Tool

Explorer IconExplorer

Memory Pool

76,692 transactions
28.52 vMB
0.06677144 BTC
Random Selection Loading Transactions
Max Size: 173.04/200 MB

Candidate Block

Mining Attempt 2e4e8f62f2a3b73d601233b7e55a9f0d14da25c7d51dd289d0733ee7fc6e7a50
Version 20000000
Previous Block 000000000000000000017f6dd0e67bd2be6472dbc7ef25111a31d2d43442caa3
Merkle Root e2bbf027f054ec4d4482fc79efb05b4db22cd7d38959ba9c3af0f804dea3d879
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,967
Size: 1.00 vMB
Total Fees: 0.00767678 BTC
Feerates: 80.37 > 0.77 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,164 (377,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,145 538,145 0000000000000000001414600c78dc753849b12694daf8ba26a13b4d7aac246a 1,806 0.66/1.00 vMB 20
538,144 538,144 00000000000000000018ebe08137a998a2f42d8c72d937d215cf5622e3dedf33 492 0.30/1.00 vMB 8
538,143 538,143 0000000000000000002bf40a1a33240c1d30ff539cf5f53a3f6a4484207d6773 44 0.01/1.00 vMB 20
538,142 538,142 000000000000000000261c0d43f03b67d69be778c9351908025248d7bc37a8e9 600 0.19/1.00 vMB 13
538,141 538,141 0000000000000000000a3f7f8abf56f433c2f89bd60a6cfa811bc35e56b04bfa 2,464 0.99/1.00 vMB 18
538,140 538,140 000000000000000000010bf72afda9329110724368f2fecb34890b6e65582785 2,479 0.96/1.00 vMB 17
538,139 538,139 0000000000000000000bb28e446d365cceab74d2166b8c15f56de01c831ddfad 1,338 0.51/1.00 vMB 20
538,138 538,138 0000000000000000000d5790e3f877f61cd5a5619039dd5486617cd816bdf1e4 1,112 0.87/1.00 vMB 11
538,137 538,137 00000000000000000027c94f953555c1d6c082cd626b997fbdc09e245951b951 2,053 1.00/1.00 vMB 9
538,136 538,136 0000000000000000000471544b0d0d9c282f8e1ee475fb2825b1fc53c5279ecb 2,250 1.00/1.00 vMB 22
538,135 538,135 0000000000000000001ada3567d0207f7338e57a4187c64eb5b024271f9f4538 1,464 1.00/1.00 vMB 14
538,134 538,134 0000000000000000000b63837e8f186779ecea4b32a8618c95403c260e21a20e 1,593 1.00/1.00 vMB 10
538,133 538,133 0000000000000000000675ea422d3a6732127b7a0771a60560f69da1eee69863 2,393 1.00/1.00 vMB 4
538,132 538,132 00000000000000000020983dd2eceb0cd2ec1ad5f00336e3f0dc268750a230ac 2,866 1.00/1.00 vMB 18
538,131 538,131 0000000000000000000f73db11077a21ab37bf3b84dfe069b063a14128d2d993 2,950 1.00/1.00 vMB 26
538,130 538,130 00000000000000000006dd33e61c9a3aa91fec5394733419b08719dfb1f77226 2,710 0.99/1.00 vMB 22
538,129 538,129 0000000000000000000f1ae8dc75f5bf27237f45a8b0190dffbe1c389b01cc1d 3,165 1.00/1.00 vMB 5
538,128 538,128 00000000000000000000e3ac96da0d5bc1bb8b51b67a0d7e8744987bc0800a8a 2,664 1.00/1.00 vMB 23
538,127 538,127 00000000000000000027be42a135238038a3526f91e7fa322bdb3aaf8bae6494 818 0.49/1.00 vMB 24
538,126 538,126 0000000000000000000a7b2cfbeb6982925b94af40ec06a329efbdfe35e08b38 2,413 0.78/1.00 vMB 17
538,125 538,125 00000000000000000004a7d52293c8aee7fef84c96b0dc90c0cb7793bc031409 2,376 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.68 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: 682.65 GB
    • Received: 16.46 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.