Loading Tool

Explorer IconExplorer

Memory Pool

80,907 transactions
30.99 vMB
0.10993958 BTC
Random Selection Loading Transactions
Max Size: 188.39/200 MB

Candidate Block

Mining Attempt ad4de4b1fdb28888defcb1d8504cd0f0d81573bdc28a9fcdd5bc76e9ae7b716d
Version 20000000
Previous Block 00000000000000000000434d606c3a7811f2f11a15f2cf209ba28821c827a687
Merkle Root 3bb67b025b317d0f10e697fdcdeba6774c22eb01f3fe49ed1e9c6165805f99f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,345
Size: 1.00 vMB
Total Fees: 0.04254366 BTC
Feerates: 101.66 > 4.26 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,195 (290,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,510 624,510 000000000000000000000b7bd43c0d98f11cd71f2eacda296aba545c943cf9d0 1,125 1.00/1.00 vMB 6
624,509 624,509 0000000000000000000fb29aed9c9f7ab616d4e26039b7e62c343d274a0f9815 3,074 1.00/1.00 vMB 10
624,508 624,508 000000000000000000138c9a64627b37ca44f93cb130b880f663f6ee63281626 2,495 1.00/1.00 vMB 17
624,507 624,507 0000000000000000000e6016c8b089456db22210536952d2476c1258320c6290 1,559 0.98/1.00 vMB 7
624,506 624,506 0000000000000000000d024d8774df85ef5f6ac54483f57d51eebd7e89d9e7c4 2,447 1.00/1.00 vMB 8
624,505 624,505 000000000000000000024c853b614f93f79535ee24574b3a44a1ca5f8d4955c7 2,763 1.00/1.00 vMB 13
624,504 624,504 0000000000000000000d7368503d922663cd90723a623da050295d7f3cdfb5ef 256 0.12/1.00 vMB 10
624,503 624,503 000000000000000000127a53fc7d90bdf7c6922426dda8631b135399adbd33a2 422 0.19/1.00 vMB 11
624,502 624,502 00000000000000000000270ed4397f17a8ba534f23db8a9e8c89f4ac7902b78b 703 0.70/1.00 vMB 5
624,501 624,501 00000000000000000012f71ad166e8ef7ae2b8b98cea623c608fa01c0a6c980b 2,915 0.99/1.00 vMB 13
624,500 624,500 0000000000000000000d7bfc6ee888bdf3ec2922ddc6ab8a728b4e802e93514f 923 1.00/1.00 vMB 5
624,499 624,499 00000000000000000004601f9ee829574610fce7a6899665e63574603382d8f2 2,521 0.99/1.00 vMB 9
624,498 624,498 0000000000000000000f45be6a3211f3b3ef63bc28003416fb493ef1b9fed162 2,628 1.00/1.00 vMB 19
624,497 624,497 0000000000000000000f28d91bce97f74468bee624c9cc93af656d8563cd8415 762 0.33/1.00 vMB 9
624,496 624,496 00000000000000000000b9ad4ae4c2149ad6435ae8470b07aa94b359ea1e6f87 981 0.49/1.00 vMB 13
624,495 624,495 0000000000000000000c500e8430c9dfae4c0f6d7dbcbf6ce77d0b79bdd48d5b 1,056 0.51/1.00 vMB 10
624,494 624,494 00000000000000000003e1dd1b2b67072091ed4cb089ef6e0f8ee3d18ec18370 540 1.00/1.00 vMB 2
624,493 624,493 000000000000000000048e3317a7e8f51f1a4a1003c5fad9875edfbbba4ac73f 1,288 1.00/1.00 vMB 5
624,492 624,492 00000000000000000011ea3086e6c2adcffb802ca24145ca4cce5303b203d2db 1,158 1.00/1.00 vMB 1
624,491 624,491 00000000000000000001cb12dd9bf8e0bc2ecb85161853adfeeeb243400303cf 2,733 1.00/1.00 vMB 8
624,490 624,490 0000000000000000000e66cc9c406cbfaff6a15f3408a8a92983450fe2808c18 2,933 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.73 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: 707.62 GB
    • Received: 16.69 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.