Loading Tool

Explorer IconExplorer

Memory Pool

33,850 transactions
19.26 vMB
0.05953381 BTC
Random Selection Loading Transactions
Max Size: 103.49/200 MB

Candidate Block

Mining Attempt 46d3cea099bf3bd02807f1a11ebace8b77e0c04d0c0d62bda98a83fa854d5254
Version 20000000
Previous Block 00000000000000000000e4ada073251b6117a59c81e39c4eb6236cd4f0a55146
Merkle Root 7d5d73df20758bc2234debb97655dd62a079adf54249532c6e54a9a900613f80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,051
Size: 1.00 vMB
Total Fees: 0.02213359 BTC
Feerates: 150.65 > 2.22 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,124 (784,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,983 129,983 000000000000021589a865eb403c14056d16aeca182d3ffce819fbeedcee88a3 14 0.01/1.00 vMB 845
129,982 129,982 0000000000001841493947120974631d10c792cf0c5ea2261d05349fe79ea628 96 0.03/1.00 vMB 502
129,981 129,981 0000000000000a1153c8d2994d1b0fb826460eb59d03281ef94da827267f01a8 19 0.01/1.00 vMB 1,602
129,980 129,980 0000000000000beeb6303d155c543eb2322d86a238c2e9c610774e79d4ca17b3 34 0.01/1.00 vMB 863
129,979 129,979 0000000000001209b969a2f2e3f684840bd414ba9c874ee91758094ba0f563a7 42 0.01/1.00 vMB 94
129,978 129,978 0000000000000ad246fa5edea7aa5ddd1e0a2b15857f33954e4a7bda689fd952 158 0.05/1.00 vMB 51
129,977 129,977 00000000000011770f31c86f9fe0e614a2c7b15892f998f92b376d5319a7a854 28 0.02/1.00 vMB 827
129,976 129,976 00000000000003ddc5ccb26997e9074ba7cbd5f4a7ec01f9c35ad257fe653504 17 0.01/1.00 vMB 564
129,975 129,975 0000000000001a4e1165055cb53b2d59090ae7b1363d7638591040ac797c64c6 60 0.02/1.00 vMB 1,574
129,974 129,974 00000000000007da1148c0f4874293a956bccefa8fc6275c74a0b9e33ef1fb44 31 0.01/1.00 vMB 560
129,973 129,973 0000000000001a81420b6e3fefb70af71b16411132825e0e0b431e8ca00902c1 75 0.03/1.00 vMB 912
129,972 129,972 0000000000000a65c5384cb07b393e3f1a68b7293cac7096dd927924268c13e5 8 0.00/1.00 vMB 2,515
129,971 129,971 000000000000104d8a7af0a4a67bf8913f6932f39fa13e50ebf9c4c01d105ded 14 0.01/1.00 vMB 2,371
129,970 129,970 00000000000011752e6a786ae6b57c5ce3adfb4a4787de140968e77509b67f11 10 0.00/1.00 vMB 834
129,969 129,969 0000000000001b1447d841e9d070452f94f4c19505849b6366b713de0738206d 42 0.02/1.00 vMB 562
129,968 129,968 00000000000005926cd84a0a711a50a3ad42482e912057f0f81c265b2cac23d7 30 0.01/1.00 vMB 575
129,967 129,967 0000000000000f279bc719ff2e2a3b670cba6f67a6bfa83d3305eba62f6be9d2 31 0.02/1.00 vMB 217
129,966 129,966 000000000000119c7dd224afee60a01258d341133f6cc852b794fdd2aa65050a 154 0.05/1.00 vMB 363
129,965 129,965 000000000000192197e1016a67773a4553696a79a7969e8564c996a9e57b6ba5 34 0.01/1.00 vMB 616
129,964 129,964 00000000000000bd266dd5a160297cf9458263ee33d9a9998da4837aa7bd9dd3 36 0.01/1.00 vMB 724
129,963 129,963 00000000000011a3211ad356520cd9b8208c4046855c20fc9ceb4c73a91ff87a 10 0.00/1.00 vMB 356
Previous 10 blocks ↓
Total Size: 780.82 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: 561.01 GB
    • Received: 7.36 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.