Loading Tool

Explorer IconExplorer

Memory Pool

40,210 transactions
27.17 vMB
0.12158450 BTC
Random Selection Loading Transactions
Max Size: 140.38/200 MB

Candidate Block

Mining Attempt de8ab0d1598075923f109f0647d5491593966568d09aa36f6f63ae2267bd690f
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root fa1d93e64fd18c82cd5c88945241b4d7533b6d7db70561d8b0b58b10eaa90b5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,257
Size: 1.00 vMB
Total Fees: 0.06578687 BTC
Feerates: 285.90 > 6.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (736,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,552 178,552 000000000000070355e617673f13a4fea357f7c900da71f62283c9d0b9beea0a 40 0.02/1.00 vMB 96
178,551 178,551 000000000000065189105ac9437a99676891ef5f01a85574c4aad0a44f71f92a 177 0.07/1.00 vMB 127
178,550 178,550 0000000000000221c927615ef042dfec728ebabf1051272f242680cdcfa50665 20 0.01/1.00 vMB 98
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
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.