Loading Tool

Explorer IconExplorer

Memory Pool

39,271 transactions
26.70 vMB
0.08304271 BTC
Random Selection Loading Transactions
Max Size: 137.31/200 MB

Candidate Block

Mining Attempt 3db8a1a331363b07f5c44225b7ff643aa8dd9b666bdd298c6bf9c38f4b29a253
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 7ddd472a0ff2baf5fcf0a09d4072aa825e31dfeed8e0051a8b959bdea7a9ce2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,338
Size: 1.00 vMB
Total Fees: 0.03177287 BTC
Feerates: 197.12 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (461,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,099 453,099 00000000000000000268b41f4b243087763bd242ce0e39c564a8ac85b6f36680 2,371 1.00/1.00 vMB 93
453,098 453,098 0000000000000000019a37f18f072c21f6075400d8f9f5f261eebee95355a171 2,095 1.00/1.00 vMB 77
453,097 453,097 000000000000000001b14d0753a63db9b8e463d0c96aa7fc0b37b785f8d0694e 1,620 1.00/1.00 vMB 88
453,096 453,096 0000000000000000017730b4165cfb00c0d22c2eaac959d9580a42bdfbaa27ed 2,141 1.00/1.00 vMB 71
453,095 453,095 000000000000000000a62fb03c36ecbe26ab4523447e5c9e138541ec827762b9 2,547 1.00/1.00 vMB 142
453,094 453,094 0000000000000000008a698ad3ca4905c10847f961f82e94bfa28ded5696fc65 2,399 1.00/1.00 vMB 85
453,093 453,093 00000000000000000243975ce0bd6c24581d3805faaf9dc49e8801d1b711ad23 1,907 1.00/1.00 vMB 64
453,092 453,092 000000000000000001045492cf8a001d3e1402406af438d81d4ad7dea2d48b65 2,120 1.00/1.00 vMB 98
453,091 453,091 000000000000000000fc0d939717203690cd6d21fef14a8a635d0317ff111e7c 2,965 1.00/1.00 vMB 170
453,090 453,090 000000000000000001b614d33715ba0b3ab810c829a2ac09febf6ca681b258a8 2,405 1.00/1.00 vMB 95
453,089 453,089 00000000000000000123e038c4f38060d0883eda3ff472c1ab84a658e9ae6de1 3,443 1.00/1.00 vMB 75
453,088 453,088 0000000000000000017556ca9d93173b9092942e5f1189ea8790c4dd092056fc 2,962 1.00/1.00 vMB 82
453,087 453,087 00000000000000000059cce43a936055c33f9852d68ea9e78cfd99e1191e703f 2,330 1.00/1.00 vMB 95
453,086 453,086 000000000000000000103810ef72f874c28550383361bb4a31cbf81cd0b75f03 3,045 1.00/1.00 vMB 80
453,085 453,085 0000000000000000010a720e6d5dd97a7b4fa7f164f59d85f19d9f4034652a24 1,866 1.00/1.00 vMB 75
453,084 453,084 000000000000000001059d7612335fdb23fd72335634de534f8f9cf81e08fe97 2,091 1.00/1.00 vMB 98
453,083 453,083 00000000000000000001d5e72f63f7a2fa3bdf15b4b47f0d3bc76596fe29e25c 2,455 1.00/1.00 vMB 148
453,082 453,082 000000000000000001f94bbd87aeff0c72f8fe3fc1374af412a194643e24cbed 1,922 1.00/1.00 vMB 106
453,081 453,081 00000000000000000253b6b81b2424e23335158ca418743994dfc1679b24d12b 2,541 1.00/1.00 vMB 104
453,080 453,080 00000000000000000015eef5a21c9909f68aff12c7dd74ec28cae5d315de06d0 1,651 1.00/1.00 vMB 100
453,079 453,079 00000000000000000121017b5c5386fd3cbfb3c8f87a574327785abcebd355f7 2,822 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 781.81 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: 635.12 GB
    • Received: 12.29 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.