Loading Tool

Explorer IconExplorer

Memory Pool

39,685 transactions
32.68 vMB
0.07623016 BTC
Random Selection Loading Transactions
Max Size: 161.60/200 MB

Candidate Block

Mining Attempt be461272ae6c5777f1e28a3cac0b8b819bf12293f1f5f0b34428d62cbf0afeca
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root 4285cf444b1506cc62395ca9fb30bcb8820b8c1a961dbdd98f6850dbf184569a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,245
Size: 1.00 vMB
Total Fees: 0.00725015 BTC
Feerates: 30.98 > 0.73 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (843,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
70,886 70,886 000000000001c316cbb19e27afee3e42aa7091f3667fb4ef37ee4e8740343181 1 0.00/1.00 vMB 0
70,885 70,885 00000000002f5a19d0a0db94d21510a2b4e70ef64a8b74cd9ec1d40919fab210 1 0.00/1.00 vMB 0
70,884 70,884 0000000000ec091ea14a34cb4a85fbda45b4f66cb0a9031f408b3fc665f6f5fd 1 0.00/1.00 vMB 0
70,883 70,883 00000000007b35f2b158458575dfc1b9798cce3f21685a81454f522950f461d9 1 0.00/1.00 vMB 0
70,882 70,882 000000000093062fb499a9f638854644967cbe00f5a43c4526a3d929b4ce5da2 1 0.00/1.00 vMB 0
70,881 70,881 00000000003f71150314b94ab3d9d15f09926a7284fd00fcdbec74e1806ddb33 9 0.00/1.00 vMB 0
70,880 70,880 0000000000fc010d0626ca9e6f6b31cb8408b78f3a52f695d13654ec54ae9fd1 1 0.00/1.00 vMB 0
70,879 70,879 0000000000af658662ff7c99ccb7594feb87fef5a33a4e705479b26eeed24d20 276 0.06/1.00 vMB 0
70,878 70,878 000000000067551f3a1dcf92290ca9b62937d62160c319ce2d0dfea4cf10fd3a 112 0.02/1.00 vMB 0
70,877 70,877 000000000038509d72d0a66fd2ec8586d510a5a36cec901b3689607c2871481d 61 0.01/1.00 vMB 0
70,876 70,876 00000000001272d541fc93898c613280db1cc64472b92fff841c33b1f6610bd3 190 0.04/1.00 vMB 0
70,875 70,875 000000000085240735aaca9c00d6fb637a507127713ba4de214b2532288b5d2a 548 0.12/1.00 vMB 0
70,874 70,874 00000000001df759fe491964b9aadb01ccb4c8e4ec8b7d5b5b1725e6b1556198 79 0.02/1.00 vMB 0
70,873 70,873 00000000001cf9a61fec87f8a8a60234d0aebc704ea83beac2c9c5f5bcf8c378 113 0.03/1.00 vMB 0
70,872 70,872 00000000005777c693a113fd766d1d08e5f5a654c46fed9efea50918ac4f5bc8 147 0.03/1.00 vMB 0
70,871 70,871 000000000009793ff489eb5188fa20e0a34ddf01f4319a822334bc6851fa5f73 200 0.05/1.00 vMB 0
70,870 70,870 0000000000370f135f51aed33baad4029e5c6cab595a3dc0663c12896c205b1a 372 0.13/1.00 vMB 757
70,869 70,869 0000000000c6f565330e0fbcb3b97696d4cdfda85b2d7d3bab3e5bc48b7a9388 29 0.01/1.00 vMB 0
70,868 70,868 0000000000519aabf7ca56345d4bbe1a8dcab02be862e325671609b5f9e8ef5d 104 0.02/1.00 vMB 0
70,867 70,867 0000000000f33bff36a6fe49de64c985e4e14fa4dfbefc9769b298587025594c 345 0.08/1.00 vMB 0
70,866 70,866 00000000001179e355facd76aad6914edcbc373f37b9a4bdd848c17d52cb10ff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.60 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: 623.97 GB
    • Received: 11.52 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.