Loading Tool

Explorer IconExplorer

Memory Pool

77,185 transactions
28.92 vMB
0.07606926 BTC
Random Selection Loading Transactions
Max Size: 174.92/200 MB

Candidate Block

Mining Attempt d080a4091fc132d88f18c4cd5f80025bb6d6eccb2a3309891060a86620051199
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 8eb5033956a3028ccce51c83a64da32a1916bd17e88fc42ec57aef486323d70f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,725
Size: 1.00 vMB
Total Fees: 0.01583831 BTC
Feerates: 302.06 > 1.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (460,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,567 454,567 000000000000000000952cfdba178abc5054b1f0902eae16b4856f4e706ba6c5 2,092 1.00/1.00 vMB 101
454,566 454,566 00000000000000000170b7ccd8c75a06268d98538ec9529003058d3ac0e0654f 2,560 1.00/1.00 vMB 141
454,565 454,565 0000000000000000011f19941745c829ffdde939d4ce09efaa9cdaeb9e3b7e4a 2,636 1.00/1.00 vMB 169
454,564 454,564 0000000000000000021c535e14ac004fbbfeb9bca44d4ba42a9c5b656329441d 790 1.00/1.00 vMB 64
454,563 454,563 00000000000000000194495c9684982b2571eb9c17d0acef4fe61519d2554c7f 855 1.00/1.00 vMB 82
454,562 454,562 000000000000000002730aae08d906c38d5dc8e728366f1a81042a9ce672024b 1,147 1.00/1.00 vMB 73
454,561 454,561 00000000000000000266f7af306aff6b8256fafbb8e72df7350e616b9e7ffc62 1,523 1.00/1.00 vMB 82
454,560 454,560 0000000000000000012d50eb09d34c812ccad9bd98a63527eadf92f3c116d173 2,621 1.00/1.00 vMB 136
454,559 454,559 000000000000000000ad7925c1020372407f3ee269ebb50985599f6a8083b8c9 2,230 1.00/1.00 vMB 152
454,558 454,558 0000000000000000022a0a477bb26f65793d501d7e5721715e7ad301a2e2bc5b 2,933 1.00/1.00 vMB 128
454,557 454,557 00000000000000000190c20703bc974dd203580433f9c4f9a252d3a567e4d319 1,325 1.00/1.00 vMB 99
454,556 454,556 0000000000000000023f1d943002f17a23be7e2e2ae92daa5a1b54b62a4350c2 1,147 1.00/1.00 vMB 91
454,555 454,555 000000000000000001f7c53b340aac429b18d33d9d48124fd88e4a85496716da 2,132 1.00/1.00 vMB 131
454,554 454,554 000000000000000002157c0024f5499719d15ad6ccd624cd2d16ddf3e3823e2a 820 1.00/1.00 vMB 100
454,553 454,553 000000000000000001c032365a15980d785f297e470399c50264f25dd286c1f2 2,304 0.93/1.00 vMB 141
454,552 454,552 000000000000000001fdcaf7c125b9e9d318d94d16c410703962e81d0972ed23 2,398 1.00/1.00 vMB 162
454,551 454,551 000000000000000000b54cf1f9c90e98dd8a4dfd61616940a479f9380b322d3f 2,539 1.00/1.00 vMB 52
454,550 454,550 000000000000000000c82b7db51eb3c9ca23aae4812b6394e820313c815ec61e 2,222 1.00/1.00 vMB 131
454,549 454,549 00000000000000000087fe36fe46599154d940e35135e4ffd4310d4bb2c7f2c0 1,079 1.00/1.00 vMB 85
454,548 454,548 00000000000000000278e6fcf3edc8c7a27274dc26aa58a5ae178eb9acdcdbd2 2,512 1.00/1.00 vMB 155
454,547 454,547 0000000000000000008ba37912d1ae7011315e5049fa68a3e41206c04a29d2eb 1,735 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.62 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.98 GB
    • Received: 16.09 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.