Loading Tool

Explorer IconExplorer

Memory Pool

41,469 transactions
26.68 vMB
0.06333107 BTC
Random Selection Loading Transactions
Max Size: 139.40/200 MB

Candidate Block

Mining Attempt 28f3eb680c7f7ad722aa3fde70f3db975a2d2bf42f557fa8fd7cd01e5525a317
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root d3abad7131928cf0e238b963a7ff111e8021487fc4d305e5087575b89602951b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,916
Size: 1.00 vMB
Total Fees: 0.01388280 BTC
Feerates: 130.68 > 1.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (685,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,894 229,894 000000000000012876f01e0392a6ccc4b0e8c60644448b7e04060ca369b1f963 128 0.03/1.00 vMB 190
229,893 229,893 000000000000000472e72ff9c2c2bfa1ad681106ff7cefec15cef6b3e83732e2 165 0.05/1.00 vMB 131
229,892 229,892 000000000000003eced8cb254a8bbdbcb737c01f45ab4ddd0c72c6c97cc393a9 299 0.16/1.00 vMB 142
229,891 229,891 00000000000000066fab10dbc3a7130b1981d8bec4e9cc42fb7cf5e5b4d0fd9a 228 0.11/1.00 vMB 142
229,890 229,890 00000000000000978cec2bcb9f430fec16f261c8efdccd8b309fea6d40309015 795 0.41/1.00 vMB 126
229,889 229,889 000000000000006c9f1ab41aa3912490d10198e9579b67b4ad214e4e0488ed67 299 0.13/1.00 vMB 186
229,888 229,888 00000000000000f4f46e6828b40fdd01ddbcec9087a37d2a7c3aeca6cebe2886 301 0.13/1.00 vMB 183
229,887 229,887 00000000000000ccfe9d4eca2fe4a0bf9000d9737f8ae94494fbcf4886ede4e8 331 0.14/1.00 vMB 176
229,886 229,886 000000000000006673ca5d848d177c9a97c9269a4566c5da2c23c103f210c8d8 327 0.17/1.00 vMB 40
229,885 229,885 0000000000000144af91e617a494dc084c7906d5a1b2408dea00f6eb3900ac6e 374 0.15/1.00 vMB 180
229,884 229,884 000000000000014d5691297d53742e96b5ab2e4579cf7a4a5da977a5751859e6 866 0.43/1.00 vMB 141
229,883 229,883 00000000000000b3fffeb8ace73c4a390261c4318098d32aed2ba9c49fe3d1ee 408 0.16/1.00 vMB 184
229,882 229,882 0000000000000105010dbd8ac240195c972b850e871d5d2af7c06423f4908517 838 0.43/1.00 vMB 141
229,881 229,881 000000000000013ce00ce331d56476e32a5882c2e769f99875dc0adebc97a262 276 0.14/1.00 vMB 148
229,880 229,880 00000000000001837bcf581ccc29366d41079aaac166ad8cd496d5bd2a530d57 828 0.36/1.00 vMB 163
229,879 229,879 00000000000000167902bb6d9e1fbb837d98d976413270e72e7ff514772de37c 113 0.05/1.00 vMB 136
229,878 229,878 000000000000009bfcff5b89d761ec2971810f459851e4fe0e126bc435f954eb 5 0.00/1.00 vMB 886
229,877 229,877 000000000000011e3e4d91fbdf5e346e3a416eef99844fa04d99af10a1b35a13 455 0.21/1.00 vMB 141
229,876 229,876 00000000000002230445e42f28d927237e9b597bc2671bfcdc5c47e2090376a2 96 0.06/1.00 vMB 117
229,875 229,875 00000000000000b69cc53c0a8807fcd4e4ebe4a4f65db97420ee7fcfa02468c3 1,116 0.39/1.00 vMB 182
229,874 229,874 000000000000009edae7ea08512a3450d2499d5d382b53f9a31cd7b5e7217af4 466 0.23/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.