Loading Tool

Explorer IconExplorer

Memory Pool

16,147 transactions
6.84 vMB
0.04383569 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.17/200 MB

Candidate Block

Mining Attempt 206e8c08c4ff5004e87270452d0763e99167fdc67597a18e5ae1971d003a0c6a
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 8a08a9aea8b6a8dc2f68eca37c9b8df27bfd8acaf197c8296193f277ad6ee086
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,335
Size: 1.00 vMB
Total Fees: 0.02695665 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (724,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,887 188,887 00000000000001df575c6265633b8f44b0c92bebb4bb1b950a34a3f56b4209b1 246 0.13 vMB 93
188,886 188,886 0000000000000211bc8aca081b99a7c8dc7c9cca8296336b9d81f555fb3a9106 1 0.00 vMB 0
188,885 188,885 000000000000045ef69f298216efe8b7a58797570e545ea4ec362fddde00ecf8 182 0.08 vMB 137
188,884 188,884 000000000000015232f53a50a36577b92f5732d9c182858ffc653798c9284a03 48 0.01 vMB 80
188,883 188,883 00000000000003d1dd7797c7453049ddc6b22ddfad22f3faea81c51e080c4601 256 0.15 vMB 129
188,882 188,882 000000000000074c8650904f7c325c3b0bcba4a9c38acdfe3c5078ff477b9da5 153 0.05 vMB 107
188,881 188,881 000000000000006f7cc6f3c6babf098c5d5e6a6304257888664ff24738d5c5de 72 0.03 vMB 75
188,880 188,880 000000000000026ca39503ace83997768d71e6ebd4ada377910dcc49b2266b73 363 0.19 vMB 138
188,879 188,879 000000000000034007133e062e5b864f16f5d43027c697eeefa8a44b92cc1c0f 117 0.04 vMB 68
188,878 188,878 00000000000006e0b3bbd9b67ee285916502d08890837043aa997c9bc9673db0 10 0.00 vMB 0
188,877 188,877 00000000000004463386a43fdae88726733cd8792eaccdd19ceb53ee61b8a82d 32 0.03 vMB 88
188,876 188,876 000000000000036ba60d1b68067156a71c508e8a746da7a5c16c48ffbca7fd43 145 0.07 vMB 94
188,875 188,875 00000000000006b1dd7f2373f3bf23eb7b5860e17b96a16ffa3757993cffe7e5 38 0.01 vMB 8
188,874 188,874 000000000000069f62d86df426a1a0b3718a89515bc9195c6a70e4d126adc7d1 264 0.13 vMB 131
188,873 188,873 0000000000000388a496adbf0ee6676c677b5e78881a9bbf3e633f6057c514e6 78 0.03 vMB 62
188,872 188,872 00000000000004745d8592db7a67fae88bcfafbcd8616544ce4e4e8b432f3413 64 0.02 vMB 204
188,871 188,871 00000000000001034665d4a48523927aae264f9eca2452c27a4188e4cde36893 26 0.02 vMB 71
188,870 188,870 000000000000068cbad57181b2d9038091877feb057ba54ed6806d9c266594a0 84 0.03 vMB 174
188,869 188,869 00000000000007571fd2a9de051946b4f60f71181129bc1de29b5a5f50785b87 72 0.05 vMB 103
188,868 188,868 00000000000007b869840ae1e783d9b288fe6bf21bfe6d2f3e66ce71a7674e4e 28 0.01 vMB 65
188,867 188,867 00000000000000f3587bb724900978bef3611a45f0068f7e1fa77eda1d492619 42 0.02 vMB 80
Previous 10 blocks ↓
Total Size: 779.66 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: 316.08 GB
    • Received: 1.51 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.