Loading Tool

Explorer IconExplorer

Memory Pool

78,029 transactions
28.85 vMB
0.09139484 BTC
Random Selection Loading Transactions
Max Size: 175.13/200 MB

Candidate Block

Mining Attempt 0889b80d589785d638699ef65514c853562c4974c172416c2ddda515392213d2
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root a4c5e2a715e8744a2c59acceb10786467c311482c51e405504c79fde4f302fc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,119
Size: 1.00 vMB
Total Fees: 0.03135340 BTC
Feerates: 137.15 > 3.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (57,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
857,575 857,575 0000000000000000000272df578eb248e683d56073bcb2817c24e341b1e9d04a 2,743 1.00/1.00 vMB 7
857,574 857,574 00000000000000000001f60da72fa22e2b1f92bd5c201e1d30e08f38de324ff6 5,274 1.00/1.00 vMB 4
857,573 857,573 0000000000000000000107fe72986f3a461ca3d871e2f49b022007cdeaa5a9b7 3,611 1.00/1.00 vMB 5
857,572 857,572 00000000000000000000e5557e87f6fbcca471e6f6cbb225201f11494cd38cb6 3,761 1.00/1.00 vMB 8
857,571 857,571 00000000000000000002e36cce3702c6aaa97faaf2c7dd382e21acb58de48e3f 6,460 1.00/1.00 vMB 4
857,570 857,570 00000000000000000000f02ed5dfa61fb7269c719259c3aa7d8d6313721512bc 4,108 1.00/1.00 vMB 4
857,569 857,569 000000000000000000021a93bb0e1f99ab81d887921d8b9a33ff8b7e5698fb6c 3,726 1.00/1.00 vMB 5
857,568 857,568 00000000000000000002f38a8fbcd72b5bff3f8a4dfa42489c17b3a861bf95e2 2,897 1.00/1.00 vMB 9
857,567 857,567 000000000000000000013b46754cec259c9537483b43b27d7893cf55d2b8088c 2,991 1.00/1.00 vMB 14
857,566 857,566 000000000000000000003de3a78e55d32fb6dddfa9c4d7907aaec50cad5a71fa 1,830 1.00/1.00 vMB 8
857,565 857,565 0000000000000000000305cfb48cf7a6b3af0367ecdb45b3413751548b2bd10e 7,709 1.00/1.00 vMB 3
857,564 857,564 00000000000000000000d5e76be56b114c8b94fde6b7c9e339c1faf7a198918e 5,375 1.00/1.00 vMB 5
857,563 857,563 00000000000000000000e3b057da554b17fd58f5ae124ef20b8ea6a5889c0b3f 4,640 1.00/1.00 vMB 6
857,562 857,562 000000000000000000022cc7151c4b8d525adcb339e133a485d212c99d0d59f2 7,004 1.00/1.00 vMB 3
857,561 857,561 000000000000000000011783254bdcc9f5c809a32de5fb1d2c50d87ddf2b1c34 7,282 1.00/1.00 vMB 3
857,560 857,560 000000000000000000028ff989b6e504d5ef73a66d93ac5d75b916aab20b6495 3,874 1.00/1.00 vMB 6
857,559 857,559 00000000000000000001c3c3d5910e0b5d30bc6da8233ba24fc151fab62b90be 2,597 1.00/1.00 vMB 9
857,558 857,558 00000000000000000001643fee19787413e36e2a4a415a955266bfef046207b7 4,936 1.00/1.00 vMB 4
857,557 857,557 000000000000000000012b554e3ad1f66b630de397c5bc310883a35f64ac18fa 6,710 1.00/1.00 vMB 3
857,556 857,556 00000000000000000000d504ac35cba664aa22e08878943f583d338aeac74558 7,254 1.00/1.00 vMB 2
857,555 857,555 000000000000000000004fd988e0832c2246b4a4352265aa27805e613028f9bf 5,321 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.