Loading Tool

Explorer IconExplorer

Memory Pool

39,347 transactions
32.61 vMB
0.07474936 BTC
Random Selection Loading Transactions
Max Size: 161.13/200 MB

Candidate Block

Mining Attempt 1aeb314d226c2c27c99024312f8daf9c1e0c5623d5fd17a52e789fc21eb9c96f
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root d2eab8a961f932ddaaa539bb28e9e4d3895123a6e80dde672e40f8eac3dad694
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 785
Size: 1.00 vMB
Total Fees: 0.00599766 BTC
Feerates: 9.48 > 0.60 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (843,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
70,865 70,865 00000000006909961cec06fbdaec413f8ea4b785cccc3d52a1dbd017c538313c 1 0.00/1.00 vMB 0
70,864 70,864 0000000000e44bfc30d221c431f1980f0f592e18346f83e20417dc600d288c87 1 0.00/1.00 vMB 0
70,863 70,863 00000000008c6418a0d9031b8a3c6599723c02a1bb7a92c7e311d790030a5a10 2 0.00/1.00 vMB 0
70,862 70,862 0000000000b31ec05464b889dac1c025fe2a2192ebf632d47c4689af8a8f9bb1 2 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.