Loading Tool

Explorer IconExplorer

Memory Pool

43,073 transactions
29.07 vMB
0.09103665 BTC
Random Selection Loading Transactions
Max Size: 148.71/200 MB

Candidate Block

Mining Attempt 94b59fd1b073ff78ba9f3e9384db0a34929539be47701323e5512beaed33fd75
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 62908e7c4bfbcc59de1c72c193e8b8cbfc1b7a72e154253846668afa7574814c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.03273531 BTC
Feerates: 88.27 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (527,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,129 387,129 000000000000000005a7d08ce207cc0a3bcf9c7922fe51ef6515d16847ee4d2d 769 0.67/1.00 vMB 17
387,128 387,128 000000000000000009b0e4b146a18a6eff0203844d03222d3a9a05f2fe72ea8a 2,369 1.00/1.00 vMB 43
387,127 387,127 0000000000000000009820272f9791df12b9eec55e8c00d71c9d237b9b858e08 1,291 1.00/1.00 vMB 17
387,126 387,126 00000000000000000173d1632f8a7d6efdb79ee7a41df3e6918095084fb1168c 2,709 0.95/1.00 vMB 47
387,125 387,125 00000000000000000751d7d93c9bb79d58c87037abfe32c0e5fd0fe225bdbace 655 0.25/1.00 vMB 43
387,124 387,124 00000000000000000042a58404f4b6b29dd00042479435f48187ab602046990d 1 0.00/1.00 vMB 0
387,123 387,123 000000000000000007790e0bf64e973f10344da05652e238d61ea14810849073 608 0.43/1.00 vMB 23
387,122 387,122 00000000000000000d9365d1cffb33e0e998dcb4aad75fb2196b88bea9bb5c60 1,505 0.75/1.00 vMB 35
387,121 387,121 0000000000000000059054b866f635e202c9fe35fbcb504b1d7b1d022c6a0b72 1,295 0.93/1.00 vMB 32
387,120 387,120 00000000000000000a3d2665320749337f58259731307bf4daf8926efc11d4c9 140 0.05/1.00 vMB 30
387,119 387,119 0000000000000000040ea8a864a05ba29d5d6a8455f26627511796162ac8623d 489 0.93/1.00 vMB 10
387,118 387,118 0000000000000000090fdb78f2de8e1fdc9cc7ab402f4fa94a859abc04d6f638 669 0.34/1.00 vMB 30
387,117 387,117 00000000000000000a849e4c5cd4b751f837892f627562958adadc4304fc96b1 756 0.97/1.00 vMB 19
387,116 387,116 00000000000000000187c2e494a811cbc32612dceded1fa30e138f53849a9c4e 704 0.95/1.00 vMB 13
387,115 387,115 00000000000000000b3218ebc6670e4b387e963eac8d6da5836351c4ad54f5a0 1,625 0.99/1.00 vMB 24
387,114 387,114 0000000000000000085a7ef5c91f4d88bc51c2c31cdfae4564a90673c9ed42db 1,079 0.75/1.00 vMB 26
387,113 387,113 00000000000000000bb4a669eeeafd5cf8d31f7a75ba441adc698a99685fb7a0 1,814 0.93/1.00 vMB 32
387,112 387,112 0000000000000000005f72d105f0747009c7af6aa196afdcf19fc45a1d70cdd1 2,726 0.95/1.00 vMB 46
387,111 387,111 000000000000000005fc8c5d1a27b5f8a7dca635fbfaef6c85fb4b361d79ce31 1,104 0.99/1.00 vMB 21
387,110 387,110 00000000000000000ac8d392f3371ba1d4f40e6b51076c2078718c0efab97fa4 1,078 0.88/1.00 vMB 19
387,109 387,109 000000000000000004f0baad232214d5160737702e217664a3d5006451fcef6e 2,363 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.02 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.