Loading Tool

Explorer IconExplorer

Memory Pool

46,119 transactions
28.54 vMB
0.07637661 BTC
Random Selection Loading Transactions
Max Size: 151.71/200 MB

Candidate Block

Mining Attempt c0534d96e7ecdd63e1fbf78f3c6d94d50a0271a0b275b3e8f919d331882ece0a
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 8eb3f32d5510dbb9ed3b2e388cd9e076243b0b3b622f86a19217fcc3d4752318
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,142
Size: 1.00 vMB
Total Fees: 0.02230449 BTC
Feerates: 100.23 > 2.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (679,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,154 235,154 00000000000000aa45e6fa55de63ed772f23a66a582e1f83853dcd39ea0e97f9 680 0.32/1.00 vMB 1,002
235,153 235,153 00000000000000f96b6641dfd3c5c063a1a35d5acacbcaa66e0477bc84c90c94 123 0.05/1.00 vMB 190
235,152 235,152 000000000000003dc8e022bd8fcba206d384306b9bb0fda1e03ee19f4dfebea1 167 0.06/1.00 vMB 33
235,151 235,151 00000000000000de83434620cb54c5989ecd566484237ba15daa431b60089d29 114 0.05/1.00 vMB 168
235,150 235,150 000000000000005588f42a3a562a5812658f8f3c0873c010717a5b9bf6a43be8 114 0.05/1.00 vMB 194
235,149 235,149 0000000000000188be93a64350b31adaf13c5061694f917f3ee2d9deca220207 43 0.02/1.00 vMB 148
235,148 235,148 0000000000000147c4ea2b57f6105161a31c7c032a7a6f11d7a4d301a6f1545a 338 0.15/1.00 vMB 177
235,147 235,147 0000000000000077acb4592e9f3813970f34f78f9b1474761d34ace40f028f35 513 0.28/1.00 vMB 127
235,146 235,146 00000000000000fe4eeffc73da1de48bed1b5f854a29fa4cc010637b519569ef 256 0.11/1.00 vMB 167
235,145 235,145 000000000000001eb6955f7a5f376ef33d5895b8d336d62461f8738c282e9848 491 0.25/1.00 vMB 151
235,144 235,144 000000000000014f94b8d4b852ce3f31360c71cb5d94655c103fc07e9bd2d5d7 129 0.04/1.00 vMB 86
235,143 235,143 000000000000005c8cef5af41bc4ff86c6be2f3118fa71049c8e098db5b2e2c5 132 0.06/1.00 vMB 164
235,142 235,142 00000000000000053f23d3890dc7416cf25558da28a9490e30a6f9be078a0b56 403 0.20/1.00 vMB 165
235,141 235,141 00000000000000645aea2b1f223c91777a501492edfeda8af3b9e140ca9149c0 268 0.15/1.00 vMB 173
235,140 235,140 000000000000003b7607860c48da5f210e0140c6ee87fd11342b08fef0d67414 239 0.25/1.00 vMB 83
235,139 235,139 00000000000000ec1b385687aee77961c38eee2dda7326fa662d94f811341657 450 0.22/1.00 vMB 157
235,138 235,138 000000000000013d2fa4121daa045b10bb8e906fa42f553c8b7ddc51eec6c422 380 0.21/1.00 vMB 159
235,137 235,137 00000000000001a03246772011928a67e24ada0225cb41f5befc7e91d56d9b58 371 0.16/1.00 vMB 193
235,136 235,136 00000000000000d66057e467a72015ef1470f4377a005d135295a5aa7b5b369b 64 0.03/1.00 vMB 162
235,135 235,135 0000000000000082d3451197f919e0ff08b8c70d2df0b32845fedc861b00ae7a 466 0.25/1.00 vMB 99
235,134 235,134 000000000000000a096c7a3470dbba960fdd448faa28ebbc0119bd4f72942627 190 0.07/1.00 vMB 143
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.