Loading Tool

Explorer IconExplorer

Memory Pool

85,757 transactions
32.92 vMB
0.07782859 BTC
Random Selection Loading Transactions
Max Size: 195.83/200 MB

Candidate Block

Mining Attempt 06d41fd1392206e64d46e8bd1c90cdacab6f70873e126dab09bd25d798a4a172
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 308b94a2af4ce1e277b502ef03fc5576798efce1c6fd7b36da176331ce4486b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,412
Size: 1.00 vMB
Total Fees: 0.01265392 BTC
Feerates: 203.60 > 1.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (352,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,641 562,641 0000000000000000000df26e4135ab597e7d2da41e2fa056a9734eba9070333a 2,671 1.00/1.00 vMB 25
562,640 562,640 0000000000000000001c45fe037b6f6d8e85d44ab019652ae09818a137de2625 2,807 1.00/1.00 vMB 50
562,639 562,639 0000000000000000000fb8dba7f48eb65dbc24c6dc03d6f84823b5d59c7c4148 133 1.00/1.00 vMB 7
562,638 562,638 0000000000000000002d4de5bd28d4445cf36bfb83d341c084440fb69320f351 412 1.00/1.00 vMB 9
562,637 562,637 0000000000000000002a0336c2ede62484bcab6b1f345c42b0002ad6c817ae30 1,450 1.00/1.00 vMB 11
562,636 562,636 0000000000000000002884d4cdb2d3698853343db2dadd7154e451b7fc8fd10e 2,741 1.00/1.00 vMB 31
562,635 562,635 00000000000000000000c0be9a85e087242e1bb31aa3b27ef0251eb7c59487f9 3,036 1.00/1.00 vMB 18
562,634 562,634 00000000000000000025b7bece641ab4df35f145f488bd8192ff120184d6f2f5 2,508 1.00/1.00 vMB 9
562,633 562,633 00000000000000000020cc2730fa1682e8db65dd5a3b34483773905fb4117d57 2,844 1.00/1.00 vMB 27
562,632 562,632 000000000000000000103a511d5bb1289dc716e2f78619f8e685156c0192c2a4 2,614 1.00/1.00 vMB 27
562,631 562,631 0000000000000000000864d592bfb200c2933037055280b971f9f4e15c5101bf 3,103 1.00/1.00 vMB 32
562,630 562,630 0000000000000000000a03b17c49727b1df86200f228bfa71e3a38420c4b2151 3,173 1.00/1.00 vMB 33
562,629 562,629 000000000000000000055f9b2b220c70f52fa5e7f7ad1036a8fa05a0f7e4ff20 3,057 1.00/1.00 vMB 20
562,628 562,628 0000000000000000002470635e016bac1e96ed4a68af6a3b9b606062701869b8 3,093 1.00/1.00 vMB 42
562,627 562,627 0000000000000000002b2d22288b3c99e828b238bbd680e2f41b0ad3345df296 2,114 1.00/1.00 vMB 21
562,626 562,626 0000000000000000001d3023a708fb47b9540432d9b2d20471914f5eb16b40d2 77 1.00/1.00 vMB 7
562,625 562,625 0000000000000000000d386f066623139bec7039e090c008744f49fe3900e2fe 1,773 1.00/1.00 vMB 17
562,624 562,624 00000000000000000014c9dc88648827978218b292dbdf0aa92aaf28aef9ff8b 2,939 1.00/1.00 vMB 20
562,623 562,623 0000000000000000002066539e823973bbd8174973a5af1634ab56f685a949f5 1,337 1.00/1.00 vMB 10
562,622 562,622 0000000000000000000f498a3b8394685a70ba0b0d8cb27850b1f499a380b5b8 2,362 1.00/1.00 vMB 15
562,621 562,621 00000000000000000021ce9ccc1691e25066eb388be7821a4906dbee4b611546 2,684 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.