Loading Tool

Explorer IconExplorer

Memory Pool

27,831 transactions
6.86 vMB
0.06857504 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.10/200 MB

Candidate Block

Mining Attempt 1db066f3b622b754d0b8b3c8e4d86b90f307bd64208360d11556c71ab34bc019
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root cc7a9c2d53ef4ddf58e34d7ea7a59c829295433f381fc2a7a765f8a57d32ee44
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,686
Size: 1.00 vMB
Total Fees: 0.04449230 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (718,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,760 194,760 00000000000003667e54912be7ae1251b0211c779c38971988ea8f4da49ae87d 107 0.26 vMB 92
194,759 194,759 00000000000005f77bddc4c09aaa14221b308550ef1c7afbd0288e3152593074 353 0.14 vMB 148
194,758 194,758 00000000000004eded91ff79850a925baf8ddd927f0c7d9964d73185ab589d6e 9 0.00 vMB 46
194,757 194,757 000000000000020903d0c1a476d308ec745c495a55f1faa610d0f0575dab7990 127 0.06 vMB 91
194,756 194,756 0000000000000513bd26c10493b965bb84220e97bc06848a19d4eb49abc45060 485 0.22 vMB 141
194,755 194,755 00000000000005a40ec5e466c9319511a9a2cb4c7644bbf690a3bb77ef934286 266 0.11 vMB 181
194,754 194,754 000000000000012258f6399dafe334c008e6309a8b1fb733e726da70a04d25b0 127 0.05 vMB 118
194,753 194,753 00000000000003d482395d12c97d1247f2029a47e0054a78abe40efca191f52a 317 0.15 vMB 131
194,752 194,752 000000000000043986eb7c808c76956133cb1c9e712905d44ccd1a185fce467c 687 0.26 vMB 184
194,751 194,751 0000000000000608de2168a2f115e7afbbe48facf3b82d1c3a1deb3d31c84912 824 0.36 vMB 163
194,750 194,750 00000000000005739f00298feaacbf88bc5c3df5ff476bb8855a4bcc08c6775f 7 0.00 vMB 1,493
194,749 194,749 00000000000003dbf829456aa631a007acb788067ddb6b547dbcab51ba9372fa 52 0.02 vMB 593
194,748 194,748 0000000000000598dc6139d6fa27379dabad51fb895ad3e108bf0405e6bd47b0 189 0.05 vMB 17
194,747 194,747 00000000000002275c12f1d87255894d1b07cc7510e5ac4844b9d1973ea66a2a 265 0.17 vMB 170
194,746 194,746 0000000000000682c1d94b33e70075f3360183230d031bec9295bc2cb1ea928f 199 0.09 vMB 116
194,745 194,745 00000000000005e6a1f0fd55666c0fc1936efa2c71be01ade384fab9b740a583 624 0.25 vMB 133
194,744 194,744 000000000000009e7088bdbe57f3c0dfba2faac0b42c15f7e8703937c228553c 14 0.00 vMB 309
194,743 194,743 00000000000004449f58bef15fedb3c2c0474f71719ae588157fcb84be720819 91 0.06 vMB 58
194,742 194,742 00000000000000643dbc6870bf362145baeaa331467ce2abcb78383affde0929 512 0.27 vMB 131
194,741 194,741 000000000000039cfdfe067bf12bb98b0860a903056ff60e422c0697edc0786c 2 0.00 vMB 0
194,740 194,740 00000000000000858b066d91a9986f8700b8835b69cde7480487ca64f0039129 32 0.01 vMB 0
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 82
    • Outgoing: 10
  • Data Transfer:
    • Sent: 40.63 GB
    • Received: 0.56 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.