Loading Tool

Explorer IconExplorer

Memory Pool

86,464 transactions
31.64 vMB
0.14842440 BTC
Random Selection Loading Transactions
Max Size: 190.79/200 MB

Candidate Block

Mining Attempt fed599b84c1d2f2d674266b2afb5fea6a7e983ccc4226920b438516d8c285331
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root c31248eb17d6364cc640284af7040e4fdbdc13310f7b798a007cc27f443a180b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.06495114 BTC
Feerates: 214.31 > 6.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (796,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
118,228 118,228 00000000000038b8adc4019d760f21917dedca69de9f34412d9b11f4ac0d8466 21 0.01/1.00 vMB 712
118,227 118,227 0000000000004fa101cd5793735ebd2c403f7e88fc4739b26015f95235fc83df 6 0.00/1.00 vMB 3,872
Previous 10 blocks ↓
Total Size: 782.33 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: 660.72 GB
    • Received: 14.77 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.