Loading Tool

Explorer IconExplorer

Memory Pool

78,363 transactions
29.38 vMB
0.06594420 BTC
Random Selection Loading Transactions
Max Size: 176.56/200 MB

Candidate Block

Mining Attempt 5652449e8328fa1e89777eb6e019bd2f24105dd4c43734256a988c93f30f3b80
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 20d1c8bab00dcf0dd864ae63f0befdf543f764f0049a85bfa3d00b1471240364
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.00636049 BTC
Feerates: 50.25 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (287,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,930 627,930 00000000000000000005c3aba985e410a003edab32041dd9c73c4a85ff74b81d 2,025 1.00/1.00 vMB 26
627,929 627,929 00000000000000000010b361fd4d4a38881e7646309ec066797b043b1f534798 3,026 1.00/1.00 vMB 39
627,928 627,928 0000000000000000000ee2db2586fb8860494cbca708758846163b1f0f82d1bf 2,214 1.00/1.00 vMB 31
627,927 627,927 000000000000000000060cd20c732e02c52d63cfbffcc182ff639cb0cbb2f6b9 1,177 1.00/1.00 vMB 10
627,926 627,926 0000000000000000000c2dffb073d0ba4217b238a326a84657c9173d401e28ce 254 1.00/1.00 vMB 3
627,925 627,925 0000000000000000000a2126be24903f6a36ee3e02428fda338c188a36c20cd8 1,192 1.00/1.00 vMB 12
627,924 627,924 000000000000000000103f8e741c20e3ac9c9e4bcb8280e4385033304f68e038 1,381 1.00/1.00 vMB 7
627,923 627,923 0000000000000000000d900ac9f61aac8f749eeb929563c918b2580311c9b3dc 2,698 1.00/1.00 vMB 29
627,922 627,922 00000000000000000005569cbd052fe5de1f7e4ff996addffdbc8b35c3eabd1e 2,488 1.00/1.00 vMB 7
627,921 627,921 00000000000000000007f43f5bca1950295ed26135a60a48c8d39b02016da4cc 2,456 1.00/1.00 vMB 27
627,920 627,920 0000000000000000000c70fdb57a35b928c3188474c5387a5ba5ad4313a4034c 2,187 1.00/1.00 vMB 11
627,919 627,919 0000000000000000000381492ac7edd3cc91cdfbe862310065e5fa9ff6adea17 2,434 1.00/1.00 vMB 24
627,918 627,918 000000000000000000048abfd36ff41143264b6543bddd0a857b7391338d30c8 2,554 1.00/1.00 vMB 31
627,917 627,917 0000000000000000000db053c72f8a62e26691c5b5bc1e34419786ddd8845836 2,241 1.00/1.00 vMB 15
627,916 627,916 0000000000000000000ff11141199b7547799e87ac3beb8d1a3f83129bf03ca7 1,731 1.00/1.00 vMB 24
627,915 627,915 0000000000000000000738b2fb7d34865bcc8f56dba1480619c2a8f041e6ed76 2,987 1.00/1.00 vMB 29
627,914 627,914 0000000000000000000d9d13a75cc907f5bb1d152799f9219e503d4ec9a08e71 2,812 1.00/1.00 vMB 6
627,913 627,913 00000000000000000007fdf9fc2e6bfe34f95ac3ecaf908eba56b08c7273ba64 2,862 1.00/1.00 vMB 31
627,912 627,912 000000000000000000055bb0ffa2ebb2ebef5817c280607c724f3003ac2c66d7 2,815 1.00/1.00 vMB 30
627,911 627,911 0000000000000000000991d3ecbe675c5aea321db460809e8b837ba6f8da9ffd 2,323 1.00/1.00 vMB 9
627,910 627,910 00000000000000000005e47f4844af750ba1979ddc5b5abe12b6d648ae04a083 1,577 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.