Loading Tool

Explorer IconExplorer

Memory Pool

82,602 transactions
31.85 vMB
0.09431712 BTC
Random Selection Loading Transactions
Max Size: 189.44/200 MB

Candidate Block

Mining Attempt 7a740bfbfe583f56f10a0c5a6c0127580c0b4c15a93e253e2bbec349e922c1ca
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root cb2145249445e0b16864d141552c18f7d6ad48007ad9a5bd936a03a1aef02433
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,665
Size: 1.00 vMB
Total Fees: 0.03081094 BTC
Feerates: 101.66 > 3.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (217,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,068 697,068 0000000000000000000defd57fa058811abaa8ce6110199a6d7fae0b9192b03d 2,872 1.00/1.00 vMB 23
697,067 697,067 0000000000000000000f95dbba472e0bad9b714cba16fd2c5edbe0b14655fa0f 2,403 0.93/1.00 vMB 11
697,066 697,066 00000000000000000007e90e35ddcaf2420f8f0f3b24b36e632c5d6adb5980dd 1,739 1.00/1.00 vMB 20
697,065 697,065 0000000000000000000892d37508582c3a958fa0cb2c3947fb761ce11c0d3692 2,503 0.81/1.00 vMB 16
697,064 697,064 000000000000000000099f78d4ec6771120e4f5844dab1c47af693be3f98e264 629 0.25/1.00 vMB 15
697,063 697,063 0000000000000000000856308eb1fe14269079406d8f4543901d06ef847deea3 1,763 0.65/1.00 vMB 13
697,062 697,062 00000000000000000010b49e690c49d6d6b08d01fd40e4b7839245936cd156eb 846 0.27/1.00 vMB 14
697,061 697,061 0000000000000000000391ef662387b09baee1d063c816c61a35f9a6f369e34c 1,621 0.53/1.00 vMB 16
697,060 697,060 00000000000000000004f31ccf7c0427997c0afa398544ca13cf8df3c215a82f 1,664 0.77/1.00 vMB 10
697,059 697,059 00000000000000000000b969a0259e04f72a1f2011e75fff25170780f78dca49 2,490 0.95/1.00 vMB 13
697,058 697,058 0000000000000000000c7f265db96d3d467901e8d299408e13588bbd28ffa67f 2,256 1.00/1.00 vMB 14
697,057 697,057 00000000000000000010027ee98ce25d706b6ff7bf4aeb9c3c840357bfe12f72 2,043 1.00/1.00 vMB 5
697,056 697,056 000000000000000000051fec8381a326e57a1fcf1320333602f85c79f3cf4778 2,685 1.00/1.00 vMB 9
697,055 697,055 00000000000000000011e93ae7eb3d6415b005f959eea439f8d74b2810114d38 2,023 1.00/1.00 vMB 14
697,054 697,054 000000000000000000079f9776ed9e5dc32990340210e43518de555bbf25869f 983 1.00/1.00 vMB 21
697,053 697,053 000000000000000000025a93a4591d8e25ab63c34fd58c5693f77c612e2966bd 1,488 1.00/1.00 vMB 8
697,052 697,052 0000000000000000000491ad9b04c1a1fe1e55ba4fef1769a0e3616ec1273dc1 3,031 1.00/1.00 vMB 17
697,051 697,051 000000000000000000015155e9721a6db08994fe3e2a12e21c2c0024bc8b0eec 1,399 1.00/1.00 vMB 8
697,050 697,050 000000000000000000019ed49f392d20ddc26f8a0af90cc09e0f2e4714c486b7 1,536 1.00/1.00 vMB 4
697,049 697,049 0000000000000000000be4cc5552ee1d2d6e965f1350fcc6fc82f2d6a33bf60b 1,937 1.00/1.00 vMB 3
697,048 697,048 0000000000000000000801674578cc954a844291438e84a095506e185b6d8c6a 2,357 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.31 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: 658.70 GB
    • Received: 14.58 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.