Loading Tool

Explorer IconExplorer

Memory Pool

35,950 transactions
26.78 vMB
0.05795907 BTC
Random Selection Loading Transactions
Max Size: 148.66/200 MB

Candidate Block

Mining Attempt 13be636ad478d68c48470b7c6e9a4f367b6dc1a75d3b24863f02eb1123a9c2ec
Version 20000000
Previous Block 00000000000000000001424302ec34072a4b8c40dd9cb31078684eec4076e4b1
Merkle Root 22cd8e7263d915fb23999ea5ad62b167b1b58cbc292185e8f8275f4a9d471146
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,468
Size: 1.00 vMB
Total Fees: 0.02589855 BTC
Feerates: 77.90 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,726 (731,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,919 207,919 00000000000004b0fd84700ca7f1864d4ceaf853475e9581900582e66ec0a4dd 142 0.05/1.00 vMB 95
207,918 207,918 0000000000000041b566b6344b5ceb9c07f548fc723ab270c96a25c617074b79 55 0.02/1.00 vMB 197
207,917 207,917 000000000000007ebdfdab8d639f8e341a472a1182bef3f026c5967f438683e2 223 0.08/1.00 vMB 170
207,916 207,916 000000000000004f67f9579237eaf5d61d0d7d6339ada6a41acc63d1d542bd7d 363 0.13/1.00 vMB 200
207,915 207,915 00000000000001f9665ffe38622320d7822ccc39e1bc5a27e45fcdb7cf4977cc 131 0.05/1.00 vMB 125
207,914 207,914 00000000000002ac5522cc4d4dc62f4c86c900a8f7adad07fd3245c922ebdbe3 49 0.02/1.00 vMB 140
207,913 207,913 000000000000026b9a02d706e2d2b074cdf38d00b35050fa0f737c329f14013e 58 0.03/1.00 vMB 130
207,912 207,912 00000000000004cb50b3a2b9b130c9d0a226e7d4d469f35a8e4424363d0cd23e 93 0.03/1.00 vMB 203
207,911 207,911 0000000000000236de13eb72c0dc2e5139d2c8f4a718c0b67fe7f014bfca1900 65 0.02/1.00 vMB 28
207,910 207,910 00000000000001b9ae187b30b9bf884921274884fc44a5990e473c43da8d836c 55 0.02/1.00 vMB 107
207,909 207,909 00000000000001ae128c81104db9624d17f020e8029f1ddc03c1ccf3cd42f463 127 0.05/1.00 vMB 166
207,908 207,908 00000000000004326e23d0bcc5b8cb2238f400579c78a565ae66e40c63eaa5a0 118 0.04/1.00 vMB 181
207,907 207,907 0000000000000363ceb69575b464e6cd60b40ad53f7ec9b324f7d18d782ad486 89 0.03/1.00 vMB 158
207,906 207,906 0000000000000139b6088ed50ff052f148d40037cd8d835890e94b6ad2971dfe 177 0.08/1.00 vMB 154
207,905 207,905 00000000000004d58b164f2d88bed3abf851a8504ca25129d9a2577011b2cd9f 170 0.06/1.00 vMB 84
207,904 207,904 00000000000003e28e82da459925cecf5581dae0e5a4d7279b81300e672a7d93 18 0.01/1.00 vMB 195
207,903 207,903 00000000000004ba6aa5d3b794e0d55a30e228e12aa89fbd679f2e2b1f05a4a5 111 0.06/1.00 vMB 94
207,902 207,902 000000000000040611aeb5fdec06be9b414df95656c8e97dbc3253d3ed178dc1 6 0.00/1.00 vMB 111
207,901 207,901 00000000000000f770af82b983f7d111eeab3b2dac538c668fe47e9ff44b2d6c 285 0.10/1.00 vMB 195
207,900 207,900 0000000000000313b5eb3157b8167941e0317068d8befbb1a5fceb4836f08398 199 0.08/1.00 vMB 161
207,899 207,899 00000000000000e1c4e8816a4c26bbda61fea47abd066ed1ae8007b9348c7604 120 0.05/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 826.24 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,286.70 GB
    • Received: 237.27 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.