Loading Tool

Explorer IconExplorer

Memory Pool

77,903 transactions
29.27 vMB
0.06334960 BTC
Random Selection Loading Transactions
Max Size: 175.86/200 MB

Candidate Block

Mining Attempt 9b402f048de5539aa1e3f3e743f402f9c1ff8f6c63979782d0c958f4fe9d1211
Version 20000000
Previous Block 000000000000000000016f8a72b1793f8ca22aee79fba5b96612ca7fc9094b9d
Merkle Root c1b988b6dbe2f082e8f4fd0fe7b8acebb915507f720400c066895b838cd3c7cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,705
Size: 1.00 vMB
Total Fees: 0.00401985 BTC
Feerates: 50.28 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,998 (796,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,249 118,249 0000000000000f8541e5f2144690c46a2d646e4a2a122d2ee032e942446c77e2 7 0.00/1.00 vMB 0
118,248 118,248 0000000000001e65e3c4c0ccb54f91d5f920d9e5b1caa83ad84fcd6033b22cae 38 0.02/1.00 vMB 859
118,247 118,247 00000000000084aff848b81792498a42379e70e5c69494d9db0fb44ec391e82d 6 0.00/1.00 vMB 309
118,246 118,246 0000000000009e83499a0fa10174d3d59a10e7c06e9fede4ccb39f3b978d17d7 33 0.01/1.00 vMB 2,986
118,245 118,245 0000000000008056fe3c28953772e172cc35ea34d3d5d2f04d7c95bad805540f 20 0.01/1.00 vMB 1,630
118,244 118,244 000000000000b3e3815952643943a4f684cd3ea0a3b9925a0cd17b1c510e158a 5 0.00/1.00 vMB 517
118,243 118,243 0000000000004e5b21559538cac0ad7718e448733fac0a8268142bdc678e1f41 4 0.00/1.00 vMB 0
118,242 118,242 0000000000000ade617fae5f43a557c980016d0c35267e0544b09b0ec968ad62 11 0.00/1.00 vMB 803
118,241 118,241 0000000000002c5c01647915cbbb456f38c6d9e9fa4f6b1c2da036a70c61a433 8 0.01/1.00 vMB 764
118,240 118,240 0000000000008a3046a813274ac88f27dbce0b02e77cb745c630c964450b68cc 14 0.00/1.00 vMB 916
118,239 118,239 000000000000a31de3de23ecfd50b1694fba55eccc2f6a85a7a52d8b1910b6ec 4 0.00/1.00 vMB 0
118,238 118,238 0000000000006da8124a9d562aba25a7eb61ed909bfaaacb109965020e440324 6 0.00/1.00 vMB 0
118,237 118,237 00000000000076f672df2047f546ca81d31e614baa5075b9fa8de1fcd9600412 93 0.03/1.00 vMB 245
118,236 118,236 0000000000005720ad96bebb47b96f394c0f60906dfbaa5bcbab6510bea0ca39 2 0.00/1.00 vMB 2,061
118,235 118,235 00000000000033b3310ab11da8293cdb8745f78dca85b2f48072cd7228e45ae8 12 0.00/1.00 vMB 0
118,234 118,234 00000000000018042905181ee19a4be7794e720495d6600b36a953fd17bfeade 10 0.01/1.00 vMB 884
118,233 118,233 00000000000066ce7936eef4e22c1b671f2e5350e6745096ec28623eb46e42c4 13 0.01/1.00 vMB 163
118,232 118,232 00000000000080d0af36d1df15155a3377e7dfd42e70605212a8771570ed6d26 13 0.00/1.00 vMB 232
118,231 118,231 000000000000594ca9cdec78c010c24317ae8ce48afdaef9ec2d8975130c6fdb 27 0.01/1.00 vMB 375
118,230 118,230 0000000000003082588ed480d20c091cd23b8c1b80eb3f313e2983c3d9912997 3 0.00/1.00 vMB 0
118,229 118,229 00000000000098ac5416a37761dfae3d5b4c2668d90d8f2682890fd4805851f1 9 0.00/1.00 vMB 2,005
Previous 10 blocks ↓
Total Size: 782.39 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: 664.57 GB
    • Received: 15.00 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.