Loading Tool

Explorer IconExplorer

Memory Pool

80,042 transactions
30.56 vMB
0.08064832 BTC
Random Selection Loading Transactions
Max Size: 185.64/200 MB

Candidate Block

Mining Attempt 188286462a89779a7098d5f6f8ca2dd86878fc829080b51ca66b8e7c06ead810
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 53f469d5532be79218a3c5444b35c251bcf23a12d2f726f47c1262c7e5663d04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,356
Size: 1.00 vMB
Total Fees: 0.01533585 BTC
Feerates: 351.58 > 1.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (238,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,293 676,293 000000000000000000088e1332a21f9ce3a5c5610d8e9a07f749c337f696480a 1,874 1.00/1.00 vMB 36
676,292 676,292 0000000000000000000a82be9c06c6f54a0e9e6a755d8c45737ddcfdd420553e 2,164 1.00/1.00 vMB 25
676,291 676,291 00000000000000000006baa75260675f073cd9d188c8aa9f5e20f481456866c3 3,018 1.00/1.00 vMB 41
676,290 676,290 0000000000000000000cd7f830afd2e772afb00bc18ae7dfe908a99920d52225 2,794 1.00/1.00 vMB 67
676,289 676,289 0000000000000000000ca67119aa735de591378d54fc07a80379a948af11cb93 2,713 1.00/1.00 vMB 57
676,288 676,288 0000000000000000000abd689044466cb3ee2666dab4001332f098f58c03eb31 3,135 1.00/1.00 vMB 52
676,287 676,287 000000000000000000055b8b290bf93f8092368781aa474d64c697b79a81696d 2,816 1.00/1.00 vMB 63
676,286 676,286 000000000000000000039ade7e8d3c687029b03f8c3598a3b2fe908474542441 2,581 1.00/1.00 vMB 69
676,285 676,285 000000000000000000003735d8891a7155ce5168081f1d7dcf463dc0d2db769c 2,532 1.00/1.00 vMB 52
676,284 676,284 0000000000000000000378237cc2608e34434ea79a3991dc95693fd132cd4f29 2,810 1.00/1.00 vMB 91
676,283 676,283 00000000000000000009e2a65e162f72c15055e03fd097f104b8f4db09545dea 2,782 1.00/1.00 vMB 49
676,282 676,282 000000000000000000090551639c27b42e8669d09f8b2b12ef9ba9ccc8e80da2 2,367 1.00/1.00 vMB 82
676,281 676,281 00000000000000000006b59253ee114dad47fed31efb79448430d5dd4aea5423 1,623 1.00/1.00 vMB 78
676,280 676,280 000000000000000000034754f608a5c167e596f4f07cb088f14bcdd1f7217f74 2,781 1.00/1.00 vMB 96
676,279 676,279 0000000000000000000285b61ccdbe0cf4a87e3ba56f691a90e46dd781b03beb 2,484 1.00/1.00 vMB 69
676,278 676,278 0000000000000000000c3eb6c6eea965f8e443b51a96f2e878df6990b65ebf4c 2,470 1.00/1.00 vMB 83
676,277 676,277 0000000000000000000c78cc04cbd7d5311e5e1a122c62a09688e0e5234c6b62 2,245 1.00/1.00 vMB 32
676,276 676,276 000000000000000000087f34c4d8846f47150291685bc5b49932d0d6952ba3e8 1,197 1.00/1.00 vMB 66
676,275 676,275 0000000000000000000799723975b753b216dbb2be4409108a53b31e8d82e895 2,330 1.00/1.00 vMB 84
676,274 676,274 00000000000000000000706c7f21388b285414c4829ee3981398e0cac82e43e3 1,431 1.00/1.00 vMB 18
676,273 676,273 0000000000000000000b6d4bc8cc0eb8a0996e5bb56f6f106a1cb91dccc3db94 1,525 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.