Loading Tool

Explorer IconExplorer

Memory Pool

72,925 transactions
28.14 vMB
0.06453206 BTC
Random Selection Loading Transactions
Max Size: 166.75/200 MB

Candidate Block

Mining Attempt 4acbddce2eded65b6e3f68072a97801518c32a0e3ad77a05813cb2cb5909fa8d
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 6edb3891e93630453969029b2c35ba1e8128bec9372fdd0b1811c05527159132
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,441
Size: 1.00 vMB
Total Fees: 0.00808523 BTC
Feerates: 13.45 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (522,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,163 392,163 000000000000000004f9309a65189f3f9f19f4a2b1b68181e3f32ae156fe8f94 38 0.07/1.00 vMB 25
392,162 392,162 00000000000000000a347e4d963bf858e9ab3cb89d9ae7696541583e05792dc5 1 0.00/1.00 vMB 0
392,161 392,161 000000000000000004e6dfb32c27da29de68e77f1911822a1f4c26a93b665a94 2,481 1.00/1.00 vMB 48
392,160 392,160 00000000000000000642279e24559f961d997a260b90d978c61c6e9e0ea74920 1,955 0.75/1.00 vMB 47
392,159 392,159 000000000000000001e34fe5a7899d5ea3581a0422f2091010489ec957e6bd17 1 0.00/1.00 vMB 0
392,158 392,158 000000000000000002b25838ea5236c883ad8398ca0f099e9039a58909dbb92a 55 0.05/1.00 vMB 24
392,157 392,157 000000000000000002a6701b259c388a43b28fabb3185aeb5ae6b6bb60337ea9 650 0.93/1.00 vMB 18
392,156 392,156 000000000000000006589b124ddcede9d46dd4eae0e9bccb18b888dc085d69ab 1,260 0.93/1.00 vMB 24
392,155 392,155 000000000000000003e98a8e76bc68691320d897ddff2d4f937f2a29a909d1ad 1,358 0.75/1.00 vMB 35
392,154 392,154 000000000000000004b9f2798d60e2f54cc27b384e470c289e1661938a45bda8 1,126 1.00/1.00 vMB 23
392,153 392,153 0000000000000000011b9cacd6715792aaf8dc80733ca1216c5dc27d5e47300c 1,130 0.93/1.00 vMB 23
392,152 392,152 00000000000000000a24873207eec1067336501669f0f412755ec9934a6578c2 1,345 1.00/1.00 vMB 22
392,151 392,151 0000000000000000084fa03086e07e50f120f3d0eb63d13e6f562383be8e5e3d 1,661 0.93/1.00 vMB 18
392,150 392,150 000000000000000000dac6e5439bd3f323844c3eec1c394e6feeab91b4909150 2,476 1.00/1.00 vMB 40
392,149 392,149 0000000000000000067d2eea4c37e308e32ff7f4cdca3254cfae2a842d94d94e 2,277 0.95/1.00 vMB 59
392,148 392,148 000000000000000000d8a2c22161c682fcf0328fffb22cdd62d39a75ef7e2937 1,681 0.75/1.00 vMB 39
392,147 392,147 0000000000000000018ce19a35e388a682cc1e1eca542504a347c50d2b7336d5 1,783 0.93/1.00 vMB 38
392,146 392,146 0000000000000000079e65b4f01001a7632607c1285f9fed6818bdf05dd57492 1,895 0.93/1.00 vMB 27
392,145 392,145 000000000000000005351c16d785ecf31407f3440f4b92bc72518bdcd9307af1 3,083 1.00/1.00 vMB 61
392,144 392,144 000000000000000004f9bddff23d7ea4d75347a6c0e02cf4a2bfc59d6a50c401 33 0.05/1.00 vMB 16
392,143 392,143 000000000000000006fc35e8cf353e653ae579d4dfeb1cca0a807df83b079272 2,217 0.93/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.30 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.