Loading Tool

Explorer IconExplorer

Memory Pool

73,477 transactions
27.18 vMB
0.06227945 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt 2ef82f186f6b879269b6332f1349795ca8dbafc96fb05919166b803a92d27b55
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root a6efcf0f7c447f5ff429af2c7271708d455fa106c3152481f7a1f5c19cd47ce1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,884
Size: 1.00 vMB
Total Fees: 0.00463319 BTC
Feerates: 20.14 > 0.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (349,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,342 565,342 000000000000000000116eca1d3835a548a430301da0be131a188a99594b22cf 3,022 1.00/1.00 vMB 17
565,341 565,341 00000000000000000014c4b90504ec40b3ad367c259c460ec2fbd279d96211c9 2,753 1.00/1.00 vMB 21
565,340 565,340 0000000000000000000d9e8956d97f25455287236134c153c77c93433cac7b5f 2,621 1.00/1.00 vMB 10
565,339 565,339 0000000000000000002cd02c13d09069a67e3e0798ba6c36a5fb8e1f550b0206 2,234 1.00/1.00 vMB 7
565,338 565,338 0000000000000000000e47dfd6b5ba124872c6185afac11ad8176245c6bb86fd 2,618 1.00/1.00 vMB 4
565,337 565,337 00000000000000000014de81408ed2aaed0718001d6bd5b2101029e0c6170c57 1,454 1.00/1.00 vMB 19
565,336 565,336 00000000000000000005707d829bac5f6ab3d918d6134b3bd0eaf0d7214db743 2,749 1.00/1.00 vMB 6
565,335 565,335 00000000000000000026e43bc6b2b2ccd44d15ae7adc0edcc767cd3214cc5fcc 2,584 1.00/1.00 vMB 21
565,334 565,334 00000000000000000024c5ff59a2441f95e1c164186a25cbea4d185a10fd0efa 2,635 1.00/1.00 vMB 13
565,333 565,333 0000000000000000001a39dc30030fb87e2694e8a9b7546a52a67990d4c97a81 2,377 1.00/1.00 vMB 18
565,332 565,332 00000000000000000001304da6a43672ab51beba699399e9a3453d3b0636c962 3,000 1.00/1.00 vMB 37
565,331 565,331 00000000000000000004d1c2b78458e54b4f30589106ef8dd4771730f61f26f5 728 1.00/1.00 vMB 26
565,330 565,330 00000000000000000025103194b640aa087c1662fac0da7a5b9eba2827589de3 1,241 1.00/1.00 vMB 25
565,329 565,329 000000000000000000256ce9e748a0edbb372ede0db3afae6736f8f86ba0a556 2,420 1.00/1.00 vMB 32
565,328 565,328 00000000000000000029ead7aef4cd5363ede4f6050a63891c613c8483cc2678 1,961 1.00/1.00 vMB 29
565,327 565,327 00000000000000000010d8a7f9f7bc4aeec792c4304720b12500d4be1b1bbc17 3,168 1.00/1.00 vMB 41
565,326 565,326 0000000000000000000a07275039f0d78d9011cf98198933e94f63d54e3cadf6 3,090 1.00/1.00 vMB 13
565,325 565,325 0000000000000000000d583ec0409b3f8fcdadbe756f1b27dc249e47afec7dda 3,008 1.00/1.00 vMB 27
565,324 565,324 000000000000000000243555549d487d6bee0a69c5eae925245c379326cb6fe0 2,792 1.00/1.00 vMB 23
565,323 565,323 00000000000000000012d2293e4c23a3c4d9bbbd05cfa7302c13a49980343977 2,710 1.00/1.00 vMB 6
565,322 565,322 000000000000000000173f0e797dcee00e3a9c8e05277765db3a6880be6879b4 2,812 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 713.54 GB
    • Received: 17.39 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.