Loading Tool

Explorer IconExplorer

Memory Pool

72,744 transactions
28.05 vMB
0.06737501 BTC
Random Selection Loading Transactions
Max Size: 166.15/200 MB

Candidate Block

Mining Attempt bb6ac519e5ed6fe5b8e35c33cc67381153d188d20ea303a900d9b903e9245bb7
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8fdb6daab00b863250a617825baa54248bbb9346b4b29efcc612dd2bd147403e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,874
Size: 1.00 vMB
Total Fees: 0.01096069 BTC
Feerates: 150.86 > 1.10 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (287,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,292 627,292 000000000000000000018a0f185bdca7a8fb1c421421cdfc08db8f39e8571ae7 2,538 1.00/1.00 vMB 32
627,291 627,291 00000000000000000004b286eb7456851b7bfe789268591d37e6f04bd23057da 1,248 1.00/1.00 vMB 80
627,290 627,290 000000000000000000006787b3cda93f2f924db1391775e303b0f297a9b8882f 2,557 1.00/1.00 vMB 5
627,289 627,289 0000000000000000000b49bf80c038280124bdf60d3c67016cf50df00bce0deb 2,466 1.00/1.00 vMB 34
627,288 627,288 0000000000000000000ffabf20101445a9c7e676ee864242308f1633cb5796ea 2,676 1.00/1.00 vMB 13
627,287 627,287 00000000000000000010ac1f451525d4b54b0e2a0f678e33adecbf0bb93d4f95 2,976 1.00/1.00 vMB 13
627,286 627,286 0000000000000000000178c9a4249e7109732ac895861d56e89e668a32d1f91e 2,235 1.00/1.00 vMB 34
627,285 627,285 00000000000000000001a08570fea024d8f540764a55cc1495fb774f419edc5f 2,590 1.00/1.00 vMB 6
627,284 627,284 0000000000000000000c0f938ef466cc516891ac17b3525297c834178912a310 2,754 1.00/1.00 vMB 19
627,283 627,283 0000000000000000000e84faae883f9f392fcc410f6c46383c29a8ccad9a37e3 2,694 1.00/1.00 vMB 24
627,282 627,282 00000000000000000011822fea1d7e4da5f8930b80544bc471a4562ccbe900c2 2,475 1.00/1.00 vMB 32
627,281 627,281 0000000000000000000ff687a65ca3ff6bbe1005771fecd4a261a12d8cffe497 3,131 1.00/1.00 vMB 44
627,280 627,280 0000000000000000000ccfd38a6bb033175112d5238f0d0c043dc285f73ab3f1 2,519 1.00/1.00 vMB 12
627,279 627,279 00000000000000000007b2876ac26a996091200ef15c665a4c706f4bf2e52697 2,982 1.00/1.00 vMB 17
627,278 627,278 00000000000000000002edea14cfbbcde1cdb6a14275d9ad36491aa5d8862747 2,375 1.00/1.00 vMB 29
627,277 627,277 000000000000000000028dbd5c398fa064b00e07805af0a8806e6f3b6ffce2c0 2,934 1.00/1.00 vMB 23
627,276 627,276 0000000000000000000b765fcf7f744ed0ac934f5f4c38f6da16af22febb248c 1,807 1.00/1.00 vMB 26
627,275 627,275 0000000000000000000861d9fe17db30d1e58e3b1424f64053b339b42ad07e38 2,917 1.00/1.00 vMB 36
627,274 627,274 0000000000000000000aed98e1d63038a5542dffed78b6b20f359b2fd95ec00c 2,878 1.00/1.00 vMB 37
627,273 627,273 000000000000000000033a2c1b6999e1a2a807ab128c92556bd55aa45b56bf12 2,361 1.00/1.00 vMB 35
627,272 627,272 000000000000000000046b0e3c04bf0d58e2d81ee7b8fcbf88e229b8a5dcae04 2,907 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.