Loading Tool

Explorer IconExplorer

Memory Pool

46,038 transactions
28.52 vMB
0.07572314 BTC
Random Selection Loading Transactions
Max Size: 151.59/200 MB

Candidate Block

Mining Attempt f693b1525a9c867e8fdac80819be3a6427522f6b8e5e958fe004b0bec68eeb09
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 40caf63f3bd98843e4ce8ef5e8a69a54914745b953631e8f9e1c96deccbf33fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.02172862 BTC
Feerates: 100.23 > 2.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (857,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,886 56,886 000000000c9afa9faaa1c33beaafe5043310f9410d9b94be233cd44ccbb6f1f9 1 0.00/1.00 vMB 0
56,885 56,885 00000000042e9a69274a8afd463cb423f80ba777f9ff89591502adcf3c51e054 1 0.00/1.00 vMB 0
56,884 56,884 0000000013059b0f11702995a26ca6b68f4a28d44f8587df9be92dbb97ced209 1 0.00/1.00 vMB 0
56,883 56,883 0000000009bcbbe030d89bf40c6117ae41cf114d6e41bff62eb27c5a08de0a40 3 0.00/1.00 vMB 0
56,882 56,882 00000000094d1897c441836da2ff638a56e43f916ae7cf07915d89158f8204c8 5 0.00/1.00 vMB 0
56,881 56,881 00000000153327e007260e0c5048940768a6c4cf9b7dc936b4577b4d76c2a8c1 1 0.00/1.00 vMB 0
56,880 56,880 0000000012315ce0adb9987ff5f5de8584c5d15eab31db8e33766232f9ebdc76 1 0.00/1.00 vMB 0
56,879 56,879 000000000c3d7a8cac0977f679eb80ff35e80c350ec044bfe3c49354f4363e98 1 0.00/1.00 vMB 0
56,878 56,878 0000000013ffc00a173ef1b46e5a1ebcd0d2d4f05f5b29bf0ffa0fa1f86e0e88 1 0.00/1.00 vMB 0
56,877 56,877 000000000734897ef7fe252369e2f641ec7d98dda9eda3d86094c62570edb942 1 0.00/1.00 vMB 0
56,876 56,876 0000000005623e36ff33ba55a07b0a8fbe3208508572d77d78c078c896b10aa0 1 0.00/1.00 vMB 0
56,875 56,875 00000000046af324f9a65e9209f4edcb18738453bf77cceff3ed5ad97f72e72c 1 0.00/1.00 vMB 0
56,874 56,874 000000001465556bdcb11fa49f7807e1735d2538bcf22806f09d06ea81707e74 1 0.00/1.00 vMB 0
56,873 56,873 0000000007495c1ab4b53ac432f5231328eab2989b7c134cd7413de23e622441 1 0.00/1.00 vMB 0
56,872 56,872 000000000dafd6c5aa34e24ebc439c0a51990c38b70f70da80b580cb3b9d9ff1 1 0.00/1.00 vMB 0
56,871 56,871 0000000006c03e3e842a0a71da0a4f8bf35496445548e5f0c1811bd06984cd05 1 0.00/1.00 vMB 0
56,870 56,870 000000000cd3156c1054b06eb56b671fed8975366b76c413125f5366acf61969 1 0.00/1.00 vMB 0
56,869 56,869 000000000de94f3d900dbcb1f9bdf8adae5c5a3d21e55afc226a52e84ec90846 1 0.00/1.00 vMB 0
56,868 56,868 0000000004ba685d777c892bf3cf962762205f89b8cbc9ec1f8ff21e4b263b10 1 0.00/1.00 vMB 0
56,867 56,867 00000000089b24d146985d4ac0343880761dad350da952de58503d721301c653 1 0.00/1.00 vMB 0
56,866 56,866 00000000043882b2ea5a239e21c9cf72b49afdcbfab3cb4ed46c890a8626a6ab 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.