Loading Tool

Explorer IconExplorer

Memory Pool

41,916 transactions
26.56 vMB
0.05813573 BTC
Random Selection Loading Transactions
Max Size: 138.56/200 MB

Candidate Block

Mining Attempt 1c12d07a2c2ac40aa1fdb0cda0eafebc2379304a236a93d81ea15fe76e097b9f
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root 96a7e303201aeeda85dc219e50c9c0dc49cff568bf7e470355c4c5df0183e35c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.00916235 BTC
Feerates: 100.45 > 0.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (147,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,729 767,729 0000000000000000000705dfb56244edd59069cbb5bae46521a7686eff5e9666 2,332 1.00/1.00 vMB 28
767,728 767,728 00000000000000000000f46bde93194317243453a8b99670706a687fd027c7de 2,769 1.00/1.00 vMB 14
767,727 767,727 000000000000000000057900e04ea26eceb7e208244e2b2b97ec6d065fbcb16e 3,358 1.00/1.00 vMB 12
767,726 767,726 000000000000000000013c19b1273fd27d89084217a54b61f9b9f967419aa2f9 2,671 1.00/1.00 vMB 13
767,725 767,725 00000000000000000005953fd4f3c46a3c6931089ce1e0eef08a4728460e3840 1,555 1.00/1.00 vMB 17
767,724 767,724 00000000000000000003bceced742c00c3a7101f6f2dccad11f5244b7af6d25b 2,731 1.00/1.00 vMB 26
767,723 767,723 000000000000000000044ea1aa153f4dc90913954c9213aa731c5ffa88ea9812 1,864 1.00/1.00 vMB 20
767,722 767,722 000000000000000000011a6d8d466e39308dbcd9a6b03c010cf28dc5a0407c97 2,600 1.00/1.00 vMB 31
767,721 767,721 0000000000000000000059e648cade4f11a6e9ce7f0e7c8cdb71953b953d3fdb 1,750 1.00/1.00 vMB 24
767,720 767,720 0000000000000000000196a00bef5cda9f77d1689634d5bbeb31073356dc316a 2,677 1.00/1.00 vMB 19
767,719 767,719 000000000000000000077411a7107cf6d13ca1df252189880dc9db427ef20c7a 2,998 1.00/1.00 vMB 29
767,718 767,718 000000000000000000012735cc9bb95586b0d3c306f2393ad1bdc5b824167bbb 3,078 1.00/1.00 vMB 28
767,717 767,717 000000000000000000006bbc67085984eb517b4587650ecafd69480cecc5a7cb 1,155 1.00/1.00 vMB 15
767,716 767,716 0000000000000000000169fee7b7f41d9e6d2609c3baf67f43c43c4b976f65c2 2,934 1.00/1.00 vMB 21
767,715 767,715 000000000000000000014c467245c584c5d17bbbee096b26d5039e6454e2b665 2,908 1.00/1.00 vMB 20
767,714 767,714 00000000000000000000bd5dc33174ebec42970773004173afdd8729c52ea2b4 2,364 1.00/1.00 vMB 28
767,713 767,713 00000000000000000005308e3bc0117a1f2fe12c469a2506b8adbc067ab83882 2,203 1.00/1.00 vMB 19
767,712 767,712 000000000000000000053edaf177e107c8e92bf2bb45712c4aaf23cd5eeab509 1,951 1.00/1.00 vMB 27
767,711 767,711 000000000000000000014339a50c2d3b9235c38020e7a12b991d628acf0dd073 3,431 1.00/1.00 vMB 21
767,710 767,710 0000000000000000000146671e1f58f754a6b03d4f9a6fa5c47a631e6eb94624 3,160 1.00/1.00 vMB 31
767,709 767,709 0000000000000000000667a4d9bdb5332954a5c2f4a1c428425840c410f89ed8 3,459 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.18 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: 653.64 GB
    • Received: 13.98 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.