Loading Tool

Explorer IconExplorer

Memory Pool

18,635 transactions
10.63 vMB
0.02383305 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.18/200 MB

Candidate Block

Mining Attempt c7b8bf0d123a6650687770fa5d2a1f9c452a8e44f7cc5c0b179e07fccd501bae
Version 20000000
Previous Block 00000000000000000001e4adc040e5943a26aca16b48e6178a736f319d347df0
Merkle Root e38784d51f3795dbf1263ae141441c651161df8410f10265dcf246871fb6e556
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,292
Size: 0.997932 1.00 vMB
Total Fees: 0.00700187 BTC
Feerates: 101.00 > 0.70 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,638 (771,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,352 142,352 00000000000008fc6cde47cb0629e104ec840262e1cabaf9e0f60e6206ac72a8 126 0.04/1.00 vMB 129
142,351 142,351 00000000000008b95ec158da5eee756be626db62c807049d04aa4aed8d9c328f 23 0.01/1.00 vMB 110
142,350 142,350 00000000000007e6448d69d98eda1dabbab8b42c7a7e745ff7c1e83fd210afff 36 0.01/1.00 vMB 148
142,349 142,349 0000000000000784edff1d2eb7cf3f1bb6a9e783666f744bab08294bda5ead6a 11 0.00/1.00 vMB 71
142,348 142,348 0000000000000341e5a3293e840ac52619c4604351c6efd12bf0a62a7be5b83d 71 0.03/1.00 vMB 239
142,347 142,347 0000000000000622a6a887b867af103a040f9bca8da1044b211577a7805c1023 81 0.02/1.00 vMB 0
142,346 142,346 000000000000038d6ad7436e8195ebd567c9edca452f6a2d2dce30faf6c6ad97 28 0.02/1.00 vMB 56
142,345 142,345 00000000000001c58a4e8d5700ec8f058c6b98d54a261aabadc12db3e8699114 24 0.01/1.00 vMB 124
142,344 142,344 0000000000000793368a62b6995769ff74c146d0a1d214eaaf6261502be688a7 55 0.02/1.00 vMB 89
142,343 142,343 00000000000004f678362b22a05b57b402efbc9e3c93841514988cee913042db 36 0.02/1.00 vMB 409
142,342 142,342 0000000000000503db95b96c05505e67019f96a5f63852e798eb16c190371e3e 30 0.01/1.00 vMB 365
142,341 142,341 000000000000068bd7b68637a8785e458d9682a74225c4db0545eff08de9622d 10 0.00/1.00 vMB 78
142,340 142,340 000000000000090fcf968388aeb2118c18a4ec627abc5ac53bca268d4d1d8a4b 10 0.01/1.00 vMB 58
142,339 142,339 0000000000000856ae6c883cd132f2ef7ddf7befbd6fd3cb1e9bcd88aec1f8f6 19 0.01/1.00 vMB 167
142,338 142,338 00000000000006a6564d8c7d6e5ac107ef5fb86428ca43c53731cf366992d74a 98 0.03/1.00 vMB 99
142,337 142,337 000000000000075083dff11eac3e542aafe6c6f64e6056f509edaf29b190772b 78 0.04/1.00 vMB 352
142,336 142,336 0000000000000641eb764d07024f707e3206984ff54624a2e5ed61d5d2cb6fbe 70 0.02/1.00 vMB 74
142,335 142,335 00000000000008f29fa71b4409d07a08c02076c4d0dae2838a6ee9725606f7ae 116 0.06/1.00 vMB 260
142,334 142,334 00000000000000456dd6cd6fe5a257bb48f54eeb54765ca817f57ebcdb12cc3f 141 0.05/1.00 vMB 206
142,333 142,333 000000000000031daa658e211ab8aac5de50390a173a446be35cc99db8a6749a 43 0.03/1.00 vMB 172
142,332 142,332 0000000000000940c56cee4c45be05b115981ac18ab859d699dc7bb5adeb6395 122 0.04/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 779.97 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: 470.30 GB
    • Received: 2.95 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.