Loading Tool

Explorer IconExplorer

Memory Pool

87,800 transactions
32.55 vMB
0.24717646 BTC
Random Selection Loading Transactions
Max Size: 194.57/200 MB

Candidate Block

Mining Attempt a4a9afe24e447a4b4899909e9fcb7af6711f380ee06bd99e0bdd0e055ac035d7
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root fb6d78d01f4b683558f6e2a02a806d1b624e875000bac8f7e4ef3c9cbfefefb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.10950780 BTC
Feerates: 538.26 > 10.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (460,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,886 454,886 000000000000000000818d0387ed61764bae418417c227416fa9e158ee63a2f7 2,159 0.98/1.00 vMB 108
454,885 454,885 000000000000000002330629c99fbb9b2a266964ba3d7d5c1fa88590e4f838c6 970 0.55/1.00 vMB 66
454,884 454,884 00000000000000000017a782d092d8d90ff9621af8b39dd72d80b9032c4e7933 2,932 1.00/1.00 vMB 195
454,883 454,883 0000000000000000022350d129be5e4623d485db6cb32cfb3ab6c2fbd8c807d9 655 0.29/1.00 vMB 113
454,882 454,882 000000000000000000985a5d4bd6c3446cd6877a6aa288c180be40024978895e 1,400 0.65/1.00 vMB 114
454,881 454,881 0000000000000000008a9838c0981eebe2bd2120fac320c930289bb25931e421 116 0.99/1.00 vMB 7
454,880 454,880 000000000000000001b242021bc8a5618cca0e654c8b783c41e7d59dfdb4b5d4 677 0.27/1.00 vMB 132
454,879 454,879 0000000000000000002a573ef41ab4320e0f2a7cb2a9223400f3a20eec5b0955 2,172 0.99/1.00 vMB 114
454,878 454,878 000000000000000001d5243c5f93c420236722f748d4ab7393ef1b338f7b62d9 533 0.23/1.00 vMB 123
454,877 454,877 000000000000000000ed0da04248846443f4a75871385d303b639abd80c20b18 2,303 1.00/1.00 vMB 107
454,876 454,876 000000000000000001034603c6ac46e4ceb0728bc964bd5ee16657f03e6e63a6 1,229 0.37/1.00 vMB 175
454,875 454,875 000000000000000001b361e6098ecfebdc7b13b68c5cd9882ae2d1b3e741e427 512 1.00/1.00 vMB 4
454,874 454,874 000000000000000000d7d7b0105e277d5ab7a4e9b4b55fac0efda3dd2149dda1 74 0.02/1.00 vMB 129
454,873 454,873 000000000000000000c09d01cf2eaa0b39e32810f2374a274df1d508a2ea688d 398 0.23/1.00 vMB 78
454,872 454,872 0000000000000000014b043a35029ab985510d1a1a8159209e006e4144bdd5d8 999 0.70/1.00 vMB 134
454,871 454,871 0000000000000000010b757ec94740c4f6d812020a1da06ff9632976f5c97480 2,012 1.00/1.00 vMB 96
454,870 454,870 0000000000000000004e08708a3f0895651acd6f15c256b38c2a3674d0e1e66d 513 0.37/1.00 vMB 83
454,869 454,869 0000000000000000021fd8a083b954f56d6869efafc42e4b254dda70a93cfd0e 1,349 1.00/1.00 vMB 53
454,868 454,868 000000000000000001b1f853407a58c17365e3ed1c91608a34115e2d9ed2a1a7 1,954 1.00/1.00 vMB 115
454,867 454,867 000000000000000000e7eab15964d7a17ae88e8f547426d9024ea0ff0377f2ed 2,471 1.00/1.00 vMB 159
454,866 454,866 0000000000000000005a5922a22bfeb9dae9acdfba3c0b0c2591019a843829b2 2,429 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.