Loading Tool

Explorer IconExplorer

Memory Pool

72,519 transactions
28.00 vMB
0.06826367 BTC
Random Selection Loading Transactions
Max Size: 165.96/200 MB

Candidate Block

Mining Attempt 9d285e204b132415d0acfee26fe23170c664d948859fed64a6ffee7307f95cc1
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 1c749b0530f541d8f0daf63d6c2be178b8f594f9c7d98b751dfc8729f7d54ede
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,087
Size: 1.00 vMB
Total Fees: 0.01183391 BTC
Feerates: 101.52 > 1.19 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (135,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
779,294 779,294 0000000000000000000169d313cb4bc30c0dfd9c384cef61868e33f9d3c38a4f 2,487 1.00/1.00 vMB 14
779,293 779,293 00000000000000000003567f8f3b9c25af1ac5def964bb23feddeba08fb784b9 3,478 1.00/1.00 vMB 21
779,292 779,292 000000000000000000015d4b753978d85833032fc71ba41d9e504021e62a1444 3,514 1.00/1.00 vMB 22
779,291 779,291 00000000000000000002d6e2dc618ad0f0eeb43e2421273ca6fd31f005d19b9c 3,354 1.00/1.00 vMB 34
779,290 779,290 000000000000000000042461e0fe2bcf9b9c1f190875d6c0ab14d153a66435e3 2,306 1.00/1.00 vMB 15
779,289 779,289 000000000000000000008ee0d3eeb389ce5d7f2d988a9927ce92478ab513d605 1,485 1.00/1.00 vMB 20
779,288 779,288 00000000000000000003d9aa4f042183618b77aacf518d66c1b0d0ecad948062 1,594 1.00/1.00 vMB 23
779,287 779,287 00000000000000000002e525b05bb41760500e9c9d0858bb5a55ed0d399cd52f 371 1.00/1.00 vMB 2
779,286 779,286 000000000000000000000f9e44dbfcf45563728459bf82c621808c0f4330feb4 707 1.00/1.00 vMB 4
779,285 779,285 00000000000000000001fe393036da3e45cfcd1704556e6b9065cb763f3390f0 1,639 1.00/1.00 vMB 5
779,284 779,284 00000000000000000001ecd67d7ea2357ebdfc595a982d2b70de2e235a08a5dc 2,410 1.00/1.00 vMB 10
779,283 779,283 000000000000000000046998d35f91d72ac503b200c672d6857b2d33894bff3d 2,787 1.00/1.00 vMB 22
779,282 779,282 000000000000000000051b4c9daaa616ee9024e2b82966070814578c02f5f20a 2,382 1.00/1.00 vMB 10
779,281 779,281 000000000000000000056bf6980c03b6912c9f7000c6bf4ee71b9dce7d6c3514 2,558 1.00/1.00 vMB 4
779,280 779,280 000000000000000000038c3180795e07cce166516ab46898f1b896e2297ef6e0 2,756 1.00/1.00 vMB 15
779,279 779,279 000000000000000000030f6fe65b8e3775c8111bf6a549e9694f27dfe01e01f8 2,971 1.00/1.00 vMB 21
779,278 779,278 00000000000000000003a5c34ee6a08e00e92d4905dca8d0ebed243c9205af8a 3,018 1.00/1.00 vMB 18
779,277 779,277 00000000000000000004e1c194d2a386a50299481b1ce5f431ecd9582b49076e 2,572 1.00/1.00 vMB 17
779,276 779,276 000000000000000000067f5a9e3295999d23059502a6ea9d34d2204fc1b0fe3a 1,480 1.00/1.00 vMB 11
779,275 779,275 000000000000000000034f33549ded9ba8c07f3f51aacf3cf9aa9d32c9ec7983 1,329 1.00/1.00 vMB 17
779,274 779,274 00000000000000000004cbec50b6051825a161c880d57e1ce5faa1eab6a89ebe 2,536 1.00/1.00 vMB 16
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: 667.46 GB
    • Received: 15.25 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.