Loading Tool

Explorer IconExplorer

Memory Pool

68,938 transactions
26.52 vMB
0.07955660 BTC
Random Selection Loading Transactions
Max Size: 158.45/200 MB

Candidate Block

Mining Attempt e9156eaee32b5bfb1dc3abb5b80367ea7a7cffed13f1afaaadefd8367747e9c2
Version 20000000
Previous Block 00000000000000000001f2a28dee07f9a3398629093f1d88e602d56d3ff73dd4
Merkle Root c93a82755ab9760cd54f9c33071626afcee20538cf355a29ef475f38a6257dc8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,830
Size: 1.00 vMB
Total Fees: 0.02311462 BTC
Feerates: 385.69 > 2.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,523 (795,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,146 120,146 00000000000018740d337575749ec9f9635c0b359c0a48c0b5a37fb3e1a5b623 19 0.01/1.00 vMB 546
120,145 120,145 0000000000007c05012e852acae04795425a9eded6506afc9199dd8f1a744daf 8 0.00/1.00 vMB 0
120,144 120,144 0000000000004d468e119e615bdeb7d359502f461a5a4fdd5b50a88aee4b344c 9 0.00/1.00 vMB 0
120,143 120,143 00000000000043fc8e3421fa4e5a9d67228f155711124984bf342f9e603a57fd 10 0.00/1.00 vMB 995
120,142 120,142 00000000000076d7795e11fa9ad78d4d9ce123897df631869234a09e4f4d04a3 7 0.00/1.00 vMB 0
120,141 120,141 0000000000000ae7637c45b9a69add360f42e359bfce6ca563ffb60b89cfc62b 8 0.00/1.00 vMB 0
120,140 120,140 000000000000639c9cd70145bd0329e589c0e18030431d891b527a3d719b4d8e 10 0.00/1.00 vMB 0
120,139 120,139 00000000000025fd8c140d0c1711f65805050069d977d8fb34bb4b078aceb0a1 2 0.00/1.00 vMB 1,305
120,138 120,138 00000000000022f11403a93f673849f1a09cee65a07f786c637ca809621ff7ba 8 0.00/1.00 vMB 0
120,137 120,137 0000000000004a74c10741dfd3088fb840b49f09ac5bae3ae44f674bf8c8f7ae 15 0.00/1.00 vMB 952
120,136 120,136 0000000000008fb6dcb085bbe37aaa6af1984b9c8658cfa614329b42cb53d013 21 0.01/1.00 vMB 872
120,135 120,135 00000000000069603fe38499a28f5d8481189ee2bac40f1e0a184e5b234d05a3 12 0.00/1.00 vMB 562
120,134 120,134 00000000000089989a3bc39ef8141c5b63c03481de1acd59d77a4313812c9359 10 0.00/1.00 vMB 248
120,133 120,133 000000000000207632d85858313d6e07243300601dc0b90a5382a8b93b0efbd5 52 0.02/1.00 vMB 1,937
120,132 120,132 000000000000929cf73593556707ace12b33ce8fcbff0536badec6c8aa6a7131 1 0.00/1.00 vMB 0
120,131 120,131 00000000000035618df5dde5401d77bb7d801c215849e4327b7d7c8292c4fcff 13 0.01/1.00 vMB 417
120,130 120,130 000000000000a47f5a5ff9cadc798149a2fd3e3f15b0f1d1e74daaaafd99f38e 11 0.00/1.00 vMB 0
120,129 120,129 00000000000065da47cb89c2a63565df1b1cf981b824f2d41806865bfa7ed234 3 0.00/1.00 vMB 3,184
120,128 120,128 000000000000a2d4de5f13afdd23db9ed89c64699ee3d92597eb1a0225fdfb68 10 0.00/1.00 vMB 952
120,127 120,127 0000000000008217517d314de6202d83d4824be2a1841b64f0cd23e94c75d26e 19 0.00/1.00 vMB 200
120,126 120,126 00000000000027ec3678c8c86bd1fd1966dd01192fe84917bd69a821bccca1a5 18 0.01/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 783.31 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: 767.15 GB
    • Received: 19.35 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.