Loading Tool

Explorer IconExplorer

Memory Pool

40,220 transactions
27.17 vMB
0.12165146 BTC
Random Selection Loading Transactions
Max Size: 140.39/200 MB

Candidate Block

Mining Attempt 812e402767e3c10fb323eb79904a64b610691b526960a564b1a7154cb115d0df
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 80f69ed3386e90e0e0bb9007c6fc4572d1ba5a6e25351570fd6fe61c9e1a4ae1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,295
Size: 1.00 vMB
Total Fees: 0.06583392 BTC
Feerates: 285.90 > 6.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (736,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,549 178,549 000000000000096ce8fae98e0037cfdcecf618116c73ad2bcc8877d4450cfc1f 38 0.02/1.00 vMB 155
178,548 178,548 0000000000000020f9455983f74737b56332775b748b6a6d2dc74c1eedb7c644 208 0.10/1.00 vMB 110
178,547 178,547 0000000000000012babc798d7d941178390599dae8cd74086c51acfd200c4eef 10 0.00/1.00 vMB 1,154
178,546 178,546 00000000000001f65d5b7ffd8120b44d86b53d55477012e89178531a11eba4ba 94 0.03/1.00 vMB 619
178,545 178,545 000000000000089a6f634743a24bc21d15dbee9c4a59c1d00f034a065df3506f 412 0.20/1.00 vMB 204
178,544 178,544 000000000000021092868798216f4b74b6ab191a573f9f6d9fb89b1dd9570eb0 138 0.05/1.00 vMB 140
178,543 178,543 00000000000002cece492ccd1b5ec5a63bab13e3494cd223a9f72a41f284a633 17 0.01/1.00 vMB 41
178,542 178,542 0000000000000296b2a220f780fac51f399c5df0cb0174468163f0822d27dea6 118 0.04/1.00 vMB 80
178,541 178,541 00000000000006b7a0f7dc1233e7e19c535c54737bd78291ee1c019d1c58ca42 11 0.00/1.00 vMB 489
178,540 178,540 0000000000000207e5151f965bb7095cf395fb274c0bd5d2e8c33edeaf5dec52 109 0.05/1.00 vMB 125
178,539 178,539 000000000000088d77733547143e6c0e9ee01ab0c732ce2d6b59bfc5bd9065e5 176 0.08/1.00 vMB 105
178,538 178,538 000000000000089ca795c62b3fe0391eaa4d0ff0ac6961b55429507a6dcf788a 148 0.04/1.00 vMB 50
178,537 178,537 00000000000003887ff6b9ad88126a21f405051f06f1091cd0a5c17b0bd98085 13 0.00/1.00 vMB 17
178,536 178,536 00000000000004dd0c6fb453ac22c6fd329ada4a68ea361fee421f96eaf4a6bc 73 0.03/1.00 vMB 112
178,535 178,535 0000000000000238a6a384fc6951e9e954ae1e0e7c607c18011efbd0bf6e2d0a 68 0.02/1.00 vMB 82
178,534 178,534 00000000000002df9e51ab40c457b4841f25bec3786ac48e5604d4d41ff52ed6 14 0.01/1.00 vMB 3,650
178,533 178,533 00000000000009ec8c157ee0dea6a727ca6692e87de5cfcc732691e7038b668f 132 0.06/1.00 vMB 107
178,532 178,532 0000000000000a4c247d32667a29a00360bf094460d342a6f7e1c0371a1a83ed 118 0.05/1.00 vMB 78
178,531 178,531 00000000000006cd055b760b1845e7c20e4c686876404f9e54504e4e6ba09bb7 429 0.20/1.00 vMB 112
178,530 178,530 0000000000000b014c3a35ec76633f7a7a6da63e3ee1b78607beba774faccf50 161 0.05/1.00 vMB 150
178,529 178,529 00000000000001a0f0663da94b1f1af5cfc32dc645a10f668ce095172d458eb2 127 0.05/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 781.82 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: 636.39 GB
    • Received: 12.36 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.