Loading Tool

Explorer IconExplorer

Memory Pool

41,397 transactions
30.30 vMB
0.06684809 BTC
Random Selection Loading Transactions
Max Size: 153.57/200 MB

Candidate Block

Mining Attempt cf588582b555474be3cfdcd943663f17bdd2bb5b746fa3e024a98ce769607831
Version 20000000
Previous Block 000000000000000000006714c3d7dc50e84391981f67170adb5c2d01c46a6280
Merkle Root 90cfa4683c6845afc7642ba6cb757e29d947585983b2ca366cebc3f8d8d4c7df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,779
Size: 1.00 vMB
Total Fees: 0.00625993 BTC
Feerates: 40.21 > 0.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,465 (368,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,890 545,890 00000000000000000000c12a9a0198c20b4dcc398fe46cd1aaed5166977bb020 2,469 1.00/1.00 vMB 6
545,889 545,889 00000000000000000002460eb14dffac7c5034645fe15c84fe8f49b6f21c3fa7 2,995 1.00/1.00 vMB 35
545,888 545,888 00000000000000000003e8522fdade393753cc5360a6b6a5877934a0cb3d6d9e 3,199 1.00/1.00 vMB 19
545,887 545,887 0000000000000000001658093dd18a9cd77e9a7ddf01a1921f547a44f196dd44 2,610 1.00/1.00 vMB 43
545,886 545,886 00000000000000000025b3986d33aebe6b7db2fb27267afb7a3c3a8808c9a4c3 2,597 1.00/1.00 vMB 24
545,885 545,885 000000000000000000113e7ac96cccc8096bfabcd43109783d8752cedf521199 2,667 1.00/1.00 vMB 22
545,884 545,884 000000000000000000171a4f2401b3f89d3ae7b5e3adbe2cc35d729dd4b72b4b 2,252 1.00/1.00 vMB 42
545,883 545,883 00000000000000000004e3df5890e7bcd30d7c8712b2430c9825ea465ebe5656 1,901 1.00/1.00 vMB 11
545,882 545,882 00000000000000000021b4c3e8ee6a213d52ec3dd6f7eef2c8e0d224b3cef237 2,920 1.00/1.00 vMB 23
545,881 545,881 000000000000000000249fc86e3357197c5ad5f4bef5ca84875a29b5e1ba5f5f 2,506 1.00/1.00 vMB 34
545,880 545,880 0000000000000000002089c831685b0901ee9ab4fd7c5d2fc2a241786b5f356b 2,139 1.00/1.00 vMB 12
545,879 545,879 0000000000000000000c2ec8e3fd85b02b17c904a28884ebd4967eb9f9e6207c 1,570 1.00/1.00 vMB 4
545,878 545,878 0000000000000000000b34c4d02003913e39a41710a22f245b65067fb913184c 1,917 1.00/1.00 vMB 18
545,877 545,877 0000000000000000002017e2069e72a51dba544362672e9a519c7120ff479528 2,553 1.00/1.00 vMB 11
545,876 545,876 00000000000000000001c642a0e964d3d06e40584cf728614518ce0013b0e1ae 2,244 1.00/1.00 vMB 41
545,875 545,875 00000000000000000014919e451494b38cc37d522d3a716e91baa8b898cb8726 2,148 1.00/1.00 vMB 13
545,874 545,874 0000000000000000000fb5e6a8a7c9cd055f4fd6a0a150b963fc35cd7ffc050f 1,471 1.00/1.00 vMB 26
545,873 545,873 0000000000000000001ecc589cbdde7ed3f159b7be27435eb35542c04ba139a3 1,599 1.00/1.00 vMB 28
545,872 545,872 000000000000000000192a724898a01b3367af53442496b36337a175a2a7918c 2,557 1.00/1.00 vMB 52
545,871 545,871 0000000000000000000383fb0c96397da185a378d04cf7d451ef81a7b446fbb7 2,292 1.00/1.00 vMB 18
545,870 545,870 00000000000000000007e129229618f4432518d57b8406c947008219b4d4b723 2,154 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.43 GB

Node Details:

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