Loading Tool

Explorer IconExplorer

Memory Pool

77,870 transactions
29.41 vMB
0.10354144 BTC
Random Selection Loading Transactions
Max Size: 177.16/200 MB

Candidate Block

Mining Attempt 022373c1ad258bc56540fc4026f9ca59374321cefc6a3bf41ed3a1605a79c81d
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root dd1efdbafdf86964812a1c98d98d02345bad1f97cbc4e01eb2fcc0a2610b168f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.02816157 BTC
Feerates: 151.12 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (324,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,199 591,199 00000000000000000007bed270db1e8d573647424ee32ffb9c7999b440431d97 2,216 1.00/1.00 vMB 23
591,198 591,198 000000000000000000187f222f57e1fbaef968da6649bbdfb2da50687b8bbcb6 2,817 1.00/1.00 vMB 61
591,197 591,197 0000000000000000000d079fe6ba4df291237c6a155fb6cfc5a318a4a9a7a139 363 0.60/1.00 vMB 13
591,196 591,196 00000000000000000002439b81aeebb652ebc0d7bcb79e464ad4b7d0f09471e4 1,914 0.98/1.00 vMB 2
591,195 591,195 00000000000000000019c7adc653d68071c6581e4e63d49f19a2e159232e080d 2,864 1.00/1.00 vMB 46
591,194 591,194 0000000000000000000ff2b853e75aaae81d037ff9c0c043047e05a60cae6d09 2,613 1.00/1.00 vMB 40
591,193 591,193 00000000000000000015bed872b106417002af23b973e772d706906af1e295ff 2,248 1.00/1.00 vMB 13
591,192 591,192 0000000000000000000ef76d5a0f9763f1c6cb1ac42770c4cab49f6ec55b0636 2,500 1.00/1.00 vMB 20
591,191 591,191 00000000000000000005b1480e51842a949a77f911184c76bb28bfaf25f395d1 2,524 1.00/1.00 vMB 30
591,190 591,190 0000000000000000001495e07688751c16a06be3d0b258d7b6c5afdf38f669a3 2,955 1.00/1.00 vMB 47
591,189 591,189 00000000000000000011c6f5af230761092a431ffedc5bb5f263f9c76393279c 2,745 1.00/1.00 vMB 66
591,188 591,188 000000000000000000166a1d2d54651f31a8b6abae8c2456c64729b554cc011f 3,225 1.00/1.00 vMB 60
591,187 591,187 00000000000000000013733a7795484e7c8f23030351888a985560dc677386d3 2,334 1.00/1.00 vMB 42
591,186 591,186 000000000000000000081c7f48eac77b8bde63bc433a246aaffbf7fed90df359 1,681 1.00/1.00 vMB 27
591,185 591,185 0000000000000000000f8cb7ecafc865850bfe041a55eed1c3cda7ff875c567f 929 1.00/1.00 vMB 11
591,184 591,184 0000000000000000001a9c90df36fa69295f8a7027a196075d3721717a7deaa9 2,624 1.00/1.00 vMB 26
591,183 591,183 0000000000000000000cdd0617a9b37b67634cf94aa2ff08d6bf4fbad2e0bc8d 2,657 1.00/1.00 vMB 40
591,182 591,182 000000000000000000126df1340b6ea42957792e83eb2760091b1bced9047eb3 2,116 1.00/1.00 vMB 28
591,181 591,181 00000000000000000014a99d5c6534e03e75cbb0f438660a10e0cbd1ac691e02 1,825 1.00/1.00 vMB 33
591,180 591,180 0000000000000000001b38b837c559b627cae48e42407e5b1e41f57a046e3266 1,358 1.00/1.00 vMB 12
591,179 591,179 00000000000000000004a882aedf6f47e8795301d48c58d1c272c3d8cb38f377 2,225 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.