Loading Tool

Explorer IconExplorer

Memory Pool

84,689 transactions
31.81 vMB
0.16503998 BTC
Random Selection Loading Transactions
Max Size: 189.30/200 MB

Candidate Block

Mining Attempt 81cf2dacd81f73470af8b05a1d045d24e1914b9f0a323443d3367b82558fb869
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root c4c3b7c808a47f96c1de9079ab6e1e6bd6d081a6a1051f8a4812e0200c759575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,068
Size: 1.00 vMB
Total Fees: 0.05217740 BTC
Feerates: 402.75 > 5.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (350,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,059 565,059 00000000000000000002cf2a4c11011d87dc38be88473b78278c30d4ca21f942 3,457 1.00/1.00 vMB 34
565,058 565,058 00000000000000000025e2f37266afa1b58f7ebc8e2ec915fda2288c02cd1033 2,888 1.00/1.00 vMB 29
565,057 565,057 000000000000000000185286861ebd63c4788cd8a465c48428628d5e0105b7d8 2,877 1.00/1.00 vMB 36
565,056 565,056 0000000000000000000700b780a83aa19e0fadbc4d1638313fd4bc8112750bee 2,333 1.00/1.00 vMB 28
565,055 565,055 000000000000000000017b08abae695bbbe9a4a6d18d7b1bc1d92a80dcf87206 2,833 1.00/1.00 vMB 35
565,054 565,054 0000000000000000000813c72ada778eaa7a4d5f789897d67ec47028378b1683 2,036 1.00/1.00 vMB 16
565,053 565,053 0000000000000000001f02c17a15334d4de601adde2420d434331a2698efdc78 2,436 1.00/1.00 vMB 26
565,052 565,052 00000000000000000010eb06db5600cfa6e7d5c5993b37bba5ffac05c539f21b 787 1.00/1.00 vMB 25
565,051 565,051 0000000000000000000a77d4589bc2f81c1030f0bbc929caaa4e5113caf3f1e1 2,334 1.00/1.00 vMB 28
565,050 565,050 00000000000000000025937f077334d9909fc158b1155209a42d95fb0647bdaf 3,008 1.00/1.00 vMB 39
565,049 565,049 0000000000000000001213627f0e69bd7bec2d22611a3c18e3c3e3a5106c5f07 2,403 1.00/1.00 vMB 17
565,048 565,048 00000000000000000019accb4839617d0261f4e88fb3f98bf82d5635423a6c2e 2,540 1.00/1.00 vMB 22
565,047 565,047 00000000000000000004005eef2018c9cdf0ca1d6beafa573a3f278dfb68892b 2,939 1.00/1.00 vMB 30
565,046 565,046 0000000000000000002869f96911e122fd5f26f8c7b27c18bfd1e8673364bdf3 1,940 1.00/1.00 vMB 36
565,045 565,045 000000000000000000192466bb5953c728932b0ba426fb3c546848a888b726f7 3,277 1.00/1.00 vMB 29
565,044 565,044 000000000000000000163af793f0cbf63b8e2ad69dd9e36458054c011d15f46c 1,337 1.00/1.00 vMB 23
565,043 565,043 000000000000000000074075b1fae15b99645e34a4c3ea9e0cca7642c6201897 3,004 1.00/1.00 vMB 45
565,042 565,042 00000000000000000000287d957fdecb94b864e8725e8a28a2fe2762cd98882b 2,584 1.00/1.00 vMB 49
565,041 565,041 0000000000000000002af60c11cfe704e7bf3516b91a03b57529fbe792541683 2,457 1.00/1.00 vMB 38
565,040 565,040 00000000000000000020dd118ae7b9c92a650f6caffab0866877f2fc93aff9a8 1,835 1.00/1.00 vMB 21
565,039 565,039 0000000000000000000639dbb55a7bc162adbee19b98b74aa0ce44ed5ebf1f71 2,886 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.