Loading Tool

Explorer IconExplorer

Memory Pool

49,904 transactions
30.82 vMB
0.10444188 BTC
Random Selection Loading Transactions
Max Size: 164.96/200 MB

Candidate Block

Mining Attempt 6e1dbe0a17eb1ea758616c926a49fa87411218519e9daf98b157b8b7ff4e92a1
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root d3b1cd227adff6f99eaeb3268f9bde8118b8687dfde42063a9c27b6493863f3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,159
Size: 1.00 vMB
Total Fees: 0.03770734 BTC
Feerates: 101.56 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (736,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,058 178,058 00000000000000eb8f7df27505e1bbe2bb67526c7e635908c80d18bd17cc66c6 1 0.00/1.00 vMB 0
178,057 178,057 00000000000005b93c1676da663ee72ffd5b6d044ee9e8ca5fa3a3dab8d0b5da 15 0.01/1.00 vMB 16
178,056 178,056 0000000000000202ce0ddf33bd8f83584cd9ad5b0985ba89ac4fdb4b2f44b86a 146 0.04/1.00 vMB 1
178,055 178,055 000000000000021b934840ced1a23cbf4d347717f9cec6c91930f1d3fca6c664 203 0.07/1.00 vMB 181
178,054 178,054 00000000000006eb395ea57ec1d944b0f6e60317fd5338cf0f2341899b3e7e16 104 0.09/1.00 vMB 83
178,053 178,053 000000000000079f364e6ab90531edb423c7dd634d5d9687d238d1a40ec23021 29 0.01/1.00 vMB 61
178,052 178,052 00000000000009ff1d1b4982c89ae78d9f77dfdb2345224586d71f106504f271 66 0.03/1.00 vMB 181
178,051 178,051 000000000000008eb9e0f2b6108c149504c6bfdba286009b0da378750a6b68da 50 0.02/1.00 vMB 154
178,050 178,050 0000000000000a76a55dc23004c98d37d90189a942fc3e2a2b5d0a90b707d7cb 62 0.02/1.00 vMB 0
178,049 178,049 0000000000000026c2427f3003c9beaae12d58495d06a71ddfb6b9d3cda5af93 31 0.01/1.00 vMB 162
178,048 178,048 0000000000000a411eba83e00098ac25908d86cd7d7f4802ea57ae461e0904d1 26 0.01/1.00 vMB 157
178,047 178,047 00000000000006baa97cbea95e86644e75c826dc7d41c1809ee7c44f8b7f6eef 52 0.03/1.00 vMB 91
178,046 178,046 00000000000004b3a0149137d2cb67c0819484199059599b01eb8a7e8537a83a 28 0.02/1.00 vMB 2
178,045 178,045 00000000000005721c02dbf2df17dcd93ae948b2813ac282faa04170e7a201fc 105 0.05/1.00 vMB 150
178,044 178,044 00000000000007ba55034444afde971569fe7fa92b79c5fc389d663138c537c3 51 0.02/1.00 vMB 43
178,043 178,043 0000000000000557e997fac381b6c29dd3322750934da304c7574fc11cb2e0d9 40 0.02/1.00 vMB 81
178,042 178,042 000000000000043dd5a6aeab2a949ffba76dbb3786533380045687c4558c28d0 51 0.02/1.00 vMB 88
178,041 178,041 00000000000007f80a4fe9f4fe0a7c112546c487cca47ee1adb1a94eac0fc6b0 87 0.04/1.00 vMB 132
178,040 178,040 00000000000006ea421b2e45ac6477f6377226dfdc91199295fe80a2595cb90d 25 0.01/1.00 vMB 91
178,039 178,039 00000000000004efaa4351e27a3c40c872cbe381869e60a1140a8ae91631fe3d 67 0.04/1.00 vMB 323
178,038 178,038 0000000000000ab80b6e747a359d7e2e6bc4df19e67bccca5106970698b6b8f7 16 0.01/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.