Loading Tool

Explorer IconExplorer

Memory Pool

40,540 transactions
27.87 vMB
0.07186567 BTC
Random Selection Loading Transactions
Max Size: 142.99/200 MB

Candidate Block

Mining Attempt a95de28a733e1bdfe67caa66bc9234a489fe18fb3998727667da2417117ad3f4
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root e2663a69cd653dadde2d7fd01959b952c61ecdc843186f18713e31f38f29f0b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,968
Size: 1.00 vMB
Total Fees: 0.01845908 BTC
Feerates: 101.49 > 1.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (474,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,051 440,051 00000000000000000077113a880dd0ce6c3dd9a24cab9a768c086b95e9e4b757 2,671 1.00/1.00 vMB 76
440,050 440,050 000000000000000002faafda7798e8dfcc15464fea443eac04860f712279c83f 1,884 1.00/1.00 vMB 73
440,049 440,049 000000000000000001880db33266e852bad6ef0aed8ba8d6821dd8494b4dc51a 2,209 1.00/1.00 vMB 77
440,048 440,048 000000000000000003294b3f244e33fc244ad1ad36debb0048dfab7f4867b93b 1,403 1.00/1.00 vMB 63
440,047 440,047 000000000000000003b2d2a958ba056dc299111db09b6a544cc708a023710bb7 2,172 1.00/1.00 vMB 81
440,046 440,046 00000000000000000243cb2d973a4c2eecb6740d2ea5c63226f2a373c0a13c3f 2,604 1.00/1.00 vMB 117
440,045 440,045 00000000000000000143f12209f81e0d2b9e84ea0a46c7adf5a8b39711b30cd0 2,642 1.00/1.00 vMB 51
440,044 440,044 000000000000000001dfeef051e6d96ba0c67cf60ae5abc93e5382a4c4a1a1e6 1,813 1.00/1.00 vMB 80
440,043 440,043 000000000000000002566d055912b66c4b6e976954ef0017f43cc6d4c288cc52 2,324 1.00/1.00 vMB 88
440,042 440,042 0000000000000000010e4e6097ffa94ecd2b7bf68b850f6c8c9000cf7747bd18 2,069 0.99/1.00 vMB 70
440,041 440,041 000000000000000002dcb7ac0944c9dbb8df0d405329a3d5611a7a629ecaa4e6 1,890 1.00/1.00 vMB 59
440,040 440,040 000000000000000000cf62fe864f7c9bf7410582f4f96f9398b18f3a7c3f2186 2,582 1.00/1.00 vMB 92
440,039 440,039 000000000000000001d817277d0dd4a61efc98931da402cbe8b137f2dbe31760 2,207 1.00/1.00 vMB 71
440,038 440,038 000000000000000000e99fa18a7093f113f8d4495ffde2211fe41f4ac5a550df 1,992 1.00/1.00 vMB 73
440,037 440,037 000000000000000002bcea7f0adffb40deee272a0514b4f3f34f53171e80ce49 681 1.00/1.00 vMB 71
440,036 440,036 00000000000000000078bd213beabea074bfb1bbf15dbd150d4e4b63094c72ac 1,294 1.00/1.00 vMB 63
440,035 440,035 00000000000000000009c6de2ea932d8c89fb822a638f8b17d9de1c9c286f404 2,418 1.00/1.00 vMB 74
440,034 440,034 00000000000000000344f812dc24a52a92fe2e3456fab4e8d5ae6e307925cb8c 2,258 0.75/1.00 vMB 119
440,033 440,033 00000000000000000105c3da766c3f15ed5b5f8518d5426c14494215f90d7f49 1,729 1.00/1.00 vMB 56
440,032 440,032 0000000000000000013714e551d19bbd304376655f4f9dc6860b363776c95248 1,159 0.76/1.00 vMB 45
440,031 440,031 0000000000000000015cd61259f2bca9cac2243273199d3e022ce35507ace4c6 2,146 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 781.76 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: 632.52 GB
    • Received: 12.12 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.