Loading Tool

Explorer IconExplorer

Memory Pool

49,996 transactions
30.12 vMB
0.09952256 BTC
Random Selection Loading Transactions
Max Size: 161.22/200 MB

Candidate Block

Mining Attempt b8ddfa5ea4ed3e80160d5d1cef20bf655896a8d3824c84f91b10f02ee8c0dba1
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 052aca8b1f4e7db9b240bb79372fd3c37ed731c116df02e0dd7aa0d940bed766
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.02979810 BTC
Feerates: 80.71 > 2.99 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (732,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,050 182,050 00000000000007c5a9ceb8e355389a9264ef82bc5dc1a27f769f22024680da3b 148 0.05/1.00 vMB 150
182,049 182,049 0000000000000951df91ac3d5e9c04b11db34bb68bb0649174df38cd36d6219b 132 0.05/1.00 vMB 110
182,048 182,048 0000000000000452c169b7d0ec94d25dde4a67c6cf1b9d0dd572fd8fe472e6aa 42 0.02/1.00 vMB 238
182,047 182,047 00000000000005fa3fa47e718a6cb85bb50058a5fc091143f24ad3a682e3d709 10 0.00/1.00 vMB 412
182,046 182,046 00000000000003a1afa845eebe73ed9f22a14bb6e2966ed530c1677a135afac0 123 0.05/1.00 vMB 81
182,045 182,045 00000000000006c795ac36804e90e1dc57c13f3ebe44c63265087bcd8befe5e5 97 0.06/1.00 vMB 155
182,044 182,044 00000000000001badb05f1771d8ffffc8799ddaf871dd6c337ecb0769d8155c0 371 0.16/1.00 vMB 123
182,043 182,043 0000000000000a407e3aa6beae702239ca4a60e9a00982fddd13f590ca3e8dd9 124 0.05/1.00 vMB 122
182,042 182,042 000000000000013464513d9347f86dffcb8cff17dfa8868d9703d7fc777779c8 122 0.05/1.00 vMB 142
182,041 182,041 0000000000000288634a3563ede0dbfb9b778c82901b63b336eb8226efd57263 172 0.07/1.00 vMB 115
182,040 182,040 00000000000000b84fbc51b59e217ddf04f5011ccd4f0244e64ad2a97d8b3678 254 0.13/1.00 vMB 85
182,039 182,039 000000000000065626afacfbf3005b37afe890c99cec8ba1bd5ae7a3d4b7f93c 791 0.33/1.00 vMB 184
182,038 182,038 0000000000000324cc04b4999a671baf06bfa55bdeca07fc5e57d0496e62a9b0 4 0.00/1.00 vMB 0
182,037 182,037 000000000000053cf1e2f6ed008b9bf938c6766450f3f201f51cd39d3b1b5eb4 151 0.04/1.00 vMB 12
182,036 182,036 00000000000004f07f472a9c09028e81d531eea8bc2afb6eeb0d3db396d0ae1b 205 0.09/1.00 vMB 1,212
182,035 182,035 00000000000009cc0744fe4351da5d5fb964408662b6cc20c5dba9d81ccd2ea6 194 0.08/1.00 vMB 147
182,034 182,034 000000000000015474f2b7c9c32d5bdf4836478b7d860be9b896a06394f8b2d1 327 0.16/1.00 vMB 127
182,033 182,033 00000000000009ab60c0371b1817188d227b08a821ae125ffc061f320e75b088 438 0.16/1.00 vMB 140
182,032 182,032 000000000000083b21365c626e9957b3ef3281aac17d672a67e4503e033edc9c 260 0.25/1.00 vMB 133
182,031 182,031 000000000000091e0990eedeb27d0bb01703b7427374591cd3360c7601315d33 59 0.02/1.00 vMB 329
182,030 182,030 00000000000006ece95d7e64930b5492914bcaa7e0295601af57741fc1fbc332 10 0.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.06 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.10 GB
    • Received: 13.40 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.