Loading Tool

Explorer IconExplorer

Memory Pool

48,656 transactions
29.33 vMB
0.09367686 BTC
Random Selection Loading Transactions
Max Size: 156.46/200 MB

Candidate Block

Mining Attempt b6935adea939ebf9b429f474c8d48c2a2e483ccf74607317b0c0f227743c19a1
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root f8629996272539f1a6eb28fa348061f5aa6eedfad2aff22cf3db86dc784e1be9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.03597976 BTC
Feerates: 183.83 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (328,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,523 586,523 0000000000000000001744f28bd2b71c15ad8c3c885cf9a7c41b2ee299919dcd 2,082 0.83/1.00 vMB 33
586,522 586,522 0000000000000000000f5e5593c07c37adbf947a804daabce41676d621040675 715 0.24/1.00 vMB 32
586,521 586,521 000000000000000000120a77e14bac09bc5d52c83c56c734aaedb09bbacf1543 1,202 0.50/1.00 vMB 29
586,520 586,520 0000000000000000000bb86f54a97ed57869594c8fb3d5b563d4508f964fe7e5 1,768 1.00/1.00 vMB 15
586,519 586,519 0000000000000000001bdc92354d91eb5a9b6d14acde26b7019f87d18e55286d 2,418 1.00/1.00 vMB 41
586,518 586,518 0000000000000000001a5ebc835674a7fa9ecb7f227a7222b5d61afcf6032488 1,785 1.00/1.00 vMB 24
586,517 586,517 0000000000000000001a284a2154ebb8638197a7ce5e3abb4038a5c946dd18df 2,457 1.00/1.00 vMB 21
586,516 586,516 000000000000000000050a218c0381c2c4e19e5ec399da57d47489725ba56e6e 3,116 1.00/1.00 vMB 49
586,515 586,515 000000000000000000169926f088dde6200f25b1d4f424853db0966cfd5484e4 2,898 1.00/1.00 vMB 82
586,514 586,514 0000000000000000001ea9855fa6df83d2d62cbe04d6a6954bf8c80a0000327b 2,745 1.00/1.00 vMB 35
586,513 586,513 0000000000000000000c86eb1ff2ea21541b6de9cf48626bfac45ce879c68a11 324 0.13/1.00 vMB 48
586,512 586,512 000000000000000000048a7c4f813edf8c632e820bd090043d0126d90c6faaf5 310 0.13/1.00 vMB 49
586,511 586,511 00000000000000000007393e2dd0bfa637775cddc237c3a79048168778c4d1eb 481 0.21/1.00 vMB 43
586,510 586,510 0000000000000000001a054002f8170c1c33298c3b5d604d54d3c137aa1dff58 1,040 0.49/1.00 vMB 28
586,509 586,509 000000000000000000192d33923e96eb38abd62d6fbe2f08e6b5ea482cc9478f 2,290 1.00/1.00 vMB 8
586,508 586,508 0000000000000000000e30341000371ca90c95dfcf5f4c8d95d08183f0d1148d 2,026 1.00/1.00 vMB 49
586,507 586,507 00000000000000000002e438877cbab2eb9b44f2987d8313f69a897738228385 2,372 1.00/1.00 vMB 25
586,506 586,506 0000000000000000000b943bb477a07e3df6277c85ed48072207c0ea2471d346 2,673 1.00/1.00 vMB 65
586,505 586,505 00000000000000000003d0667ed060c55a1357a9a712aa0a1de67777fb729e60 2,759 1.00/1.00 vMB 42
586,504 586,504 000000000000000000162b2a4412e8eb4cd95ac9e34d05959f5b940a1c57b9fd 2,770 1.00/1.00 vMB 61
586,503 586,503 0000000000000000000dfda5955ea5ac855f048a8113a5a3ea47a6534452e9f8 2,130 0.77/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.12 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: 652.11 GB
    • Received: 13.72 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.