Loading Tool

Explorer IconExplorer

Memory Pool

79,558 transactions
29.69 vMB
0.07462784 BTC
Random Selection Loading Transactions
Max Size: 178.48/200 MB

Candidate Block

Mining Attempt 9a7941feb7069d27c5a42b5758e3d1342c2171c68d8513799ca76cf726727ec2
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root fb0c6cc4a1845a87a890df2ada86df68181f7449290e751e5844f005a83b3b9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,269
Size: 1.00 vMB
Total Fees: 0.01427357 BTC
Feerates: 74.18 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (360,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,127 554,127 00000000000000000003337984f397fa63404885749c1b38c04dbf9e8ecfea12 300 0.12/1.00 vMB 11
554,126 554,126 00000000000000000023d603d6f02f8aae4214f6126a5adc13d66cd03d3d9353 2,001 1.00/1.00 vMB 8
554,125 554,125 000000000000000000011b4aee5e0ba18818204159021931c8a451bbb641f3c1 1,003 1.00/1.00 vMB 4
554,124 554,124 000000000000000000082cad7e03d9a25d1093081e255cb75e176e6a3928826b 2,277 1.00/1.00 vMB 4
554,123 554,123 000000000000000000192d8162199090a48f3bc872de910b3f768b68b43315ff 2,735 1.00/1.00 vMB 14
554,122 554,122 000000000000000000290ee38f8e91706bdd5365fdad7c9f1a0b939a0ef84fd1 3,198 1.00/1.00 vMB 21
554,121 554,121 00000000000000000003e9ab1f34cb84a73b25bbeba2dd1f6d9ec1fbe6626431 2,239 1.00/1.00 vMB 30
554,120 554,120 00000000000000000019449c4a5ed9c31aadbee540f2dc83f98a4c358ff0c164 1,382 1.00/1.00 vMB 5
554,119 554,119 00000000000000000004651e7c4981df66e885d61a47efea5954e74d388132f9 2,114 1.00/1.00 vMB 6
554,118 554,118 000000000000000000232d8fec38138963a6f73f06821c2d19b16c53664b57ec 1,400 1.00/1.00 vMB 13
554,117 554,117 00000000000000000007b936d81eb78bdd657654eeaad33fd35e153abeefa0fa 1,703 1.00/1.00 vMB 6
554,116 554,116 0000000000000000002574c54ae24157ec3ed846bf0607ed09adaed68cbef4e8 3,073 1.00/1.00 vMB 11
554,115 554,115 00000000000000000008408e993de6d90a5b8d210bb7f27125a71a07b27b76a5 2,963 1.00/1.00 vMB 14
554,114 554,114 00000000000000000015dc562be569b2e068d96db8387708f1eca83b8743f996 3,659 1.00/1.00 vMB 28
554,113 554,113 0000000000000000001d4a0f97515e4b882bb8c1488b517d32a75de02ac1ab75 3,383 1.00/1.00 vMB 18
554,112 554,112 0000000000000000001d9f0b438849e5d388f61e0f2f0a9d0b3a328f958a579f 2,049 1.00/1.00 vMB 4
554,111 554,111 0000000000000000002e632545e2be7212b108e072220420ef21fa96ec7a8a18 2,763 1.00/1.00 vMB 17
554,110 554,110 0000000000000000001e5da26d03f54865b5487c37f62d2080ba023ad3dd85f2 3,140 1.00/1.00 vMB 20
554,109 554,109 0000000000000000002c5b6fde352ee4cefc314dff6ff33f3edd88d0e2cb3a3b 3,202 1.00/1.00 vMB 8
554,108 554,108 0000000000000000000796adf678e95880a41e4c6aab57d88a2390f8b98c50b2 2,524 1.00/1.00 vMB 12
554,107 554,107 0000000000000000002c15b4a5d79200445735323f287a9c1a5fab5821ca4276 2,890 1.00/1.00 vMB 27
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.65 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.