Loading Tool

Explorer IconExplorer

Memory Pool

5,739 transactions
1.13 vMB
0.01138559 BTC
Random Selection Loading Transactions
Max Size: 8.44/200 MB

Candidate Block

Mining Attempt b83e20d0d1e1e64d1ccb2819d1aa3b23d57a6383417bfc6d326dcb2c0bc806cb
Version 20000000
Previous Block 0000000000000000000192c31d103e45cc56aa7a2843c10defc38cbc689372b7
Merkle Root 647c90e1573e010a53e3b02e50a2e61885cc45b8e1b679df763703deaf3e0256
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 5,428
Size: 1.00 vMB
Total Fees: 0.01088519 BTC
Feerates: 75.72 > 1.09 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,150 (47 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,103 938,103 0000000000000000000144f3d35524b2fb638a9e7298858fbf39abd1cfc79e2e 210 0.06/1.00 vMB 3
938,102 938,102 00000000000000000001d4f86a6e2eb925150f15974ffe1f4dc1b4aa4271d589 4,048 1.00/1.00 vMB 1
938,101 938,101 00000000000000000001a0a02efaa454758e2de0b3eeb8e5ba30b1f60441d654 3,040 1.00/1.00 vMB 2
938,100 938,100 000000000000000000000c9c5c881f19821016bcd964c7ae464c9484edb14709 5,710 1.00/1.00 vMB 1
938,099 938,099 00000000000000000000188d04d98a39bcc358be6a803ac41360d4e0ed943a5f 3,645 1.00/1.00 vMB 1
938,098 938,098 00000000000000000001614e64d6daf4184d67c4125390318fe14a65d5e3841e 5,220 1.00/1.00 vMB 1
938,097 938,097 00000000000000000001dbf21473f80a24e30f017f287169ee711b3cc946970d 1,810 1.00/1.00 vMB 1
938,096 938,096 000000000000000000007ffb4c6cc9ea18fb55e39fc93311aa67d801a4409a91 3,273 1.00/1.00 vMB 3
938,095 938,095 00000000000000000001ccac2f1f49eba7028e30203a691aeca674241868c03a 6,640 1.00/1.00 vMB 0
938,094 938,094 00000000000000000000e5de1b543ce242b35f46b35f76e84acd0e613f6a806a 4,262 1.00/1.00 vMB 0
938,093 938,093 0000000000000000000017fdbee3f24c1e4e42d4cfa3b0a0d3830feaea3905ec 3,283 1.00/1.00 vMB 2
938,092 938,092 00000000000000000000e1f01fafaa224e2fcdc790f07f558da00a2b95b90e4d 164 0.06/1.00 vMB 5
938,091 938,091 0000000000000000000172fd1bee28d971e6deb304fafbf7bde1b2f8028f10c3 3,997 1.00/1.00 vMB 1
938,090 938,090 0000000000000000000177024635c7a9e218df4e5237afb882ba8ba5b73e9102 2,972 1.00/1.00 vMB 2
938,089 938,089 00000000000000000000eaa0b9031bf81c368df29bb62a27794f7d7a38308f36 3,445 1.00/1.00 vMB 2
938,088 938,088 00000000000000000000afd194b2a53ab823e89ab75b8282f275434cb3392cfd 4,025 1.00/1.00 vMB 1
938,087 938,087 00000000000000000000f8aebc95310f90253a5a86279919b5d3b5089ef9a028 3,665 1.00/1.00 vMB 2
938,086 938,086 00000000000000000001d0bec9e99f33303174553ce146094f16624843a9548f 3,369 1.00/1.00 vMB 2
938,085 938,085 000000000000000000014d6a132d29e2ef7783baecc275bb14dc0ae9afc8a4e8 4,479 1.00/1.00 vMB 0
938,084 938,084 00000000000000000001155b724317546c27ac03598648916ac599cc95ee64ae 965 0.26/1.00 vMB 2
938,083 938,083 000000000000000000002510ecb00ecd88e316f3d9469f29dd806a9480de7316 3,798 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 823.41 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: 4,084.41 GB
    • Received: 223.68 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.