Loading Tool

Explorer IconExplorer

Memory Pool

79,567 transactions
29.69 vMB
0.06858495 BTC
Random Selection Loading Transactions
Max Size: 178.76/200 MB

Candidate Block

Mining Attempt ab2121c4516b119e3fcc3be31501636949b207d24c50aa824bb04ade4ad84e7e
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 1eb9e97d73ab9391ab16cfaef42e855c416be14467eb22fdc631f47dea2a1a63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,285
Size: 1.00 vMB
Total Fees: 0.00807911 BTC
Feerates: 100.19 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (259,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,195 655,195 00000000000000000000a355b02d13af60206ab07d7e3fedd36a0aa615af2746 2,751 1.00/1.00 vMB 326
655,194 655,194 000000000000000000055950147dc800dee66efd9d11564c6738cf923c6ef8f6 2,758 1.00/1.00 vMB 170
655,193 655,193 00000000000000000003e82b0b5b9b356472e5323848d4e203612bf53ec59be7 2,275 1.00/1.00 vMB 60
655,192 655,192 00000000000000000003330b3e02ddab693eda9ecb3050a2df327377aa021da5 2,499 1.00/1.00 vMB 136
655,191 655,191 00000000000000000004a1bbdf5771f90c7a3b94b573fbf3993f4eb47d45dfa0 2,473 1.00/1.00 vMB 215
655,190 655,190 0000000000000000000d6a44b46922ebf506f4fb1b9d7914ad3d02f9d5e24c62 2,059 1.00/1.00 vMB 72
655,189 655,189 00000000000000000006db18a7f0eafd37032e11c16a46c8a92e1bbe109f746e 2,604 1.00/1.00 vMB 160
655,188 655,188 000000000000000000028fdbae3226932662240396a8de357703273710bc3029 2,102 1.00/1.00 vMB 89
655,187 655,187 0000000000000000000a54362b84239b3516638a0389af60d6fc1971952e4d68 2,646 1.00/1.00 vMB 106
655,186 655,186 0000000000000000000791385b4b4864330aab53f4a7b3739f0bf5bfc6469f3d 2,567 1.00/1.00 vMB 96
655,185 655,185 0000000000000000000bc02052641d54534a46ba908a6df4398c8c195f5ca0d7 2,926 1.00/1.00 vMB 203
655,184 655,184 000000000000000000066d3d994d044a65d5c4b67664a2a4a9128a9159d6be1c 2,273 1.00/1.00 vMB 130
655,183 655,183 0000000000000000000b7d3d083b5aa7edcacb39b0a8c68139b85a7d2277d71f 2,494 1.00/1.00 vMB 215
655,182 655,182 00000000000000000009e1c58091550616f548bea6993da5b4c1c09bc71e6a39 1,955 1.00/1.00 vMB 275
655,181 655,181 000000000000000000031cf2b575f7315cf60b1622214a96fd62e2453f3398e1 2,355 1.00/1.00 vMB 208
655,180 655,180 00000000000000000006ab737e027e80703206814e6350cfef083d7fe7f9d736 2,667 1.00/1.00 vMB 198
655,179 655,179 0000000000000000000db4b84747d5cc0163554a01684fd585c162f25183e5f6 2,432 1.00/1.00 vMB 161
655,178 655,178 00000000000000000005bf8b065b63c85fc9d3096888ef66cc10d825381cedcf 2,396 1.00/1.00 vMB 179
655,177 655,177 0000000000000000000bd6b40cc4d3a94a22f2d1ac5dc5cd8256643f476ac68b 2,365 1.00/1.00 vMB 223
655,176 655,176 0000000000000000000cb4f2e554737dab425febae49e96f69fa5998bc0c9fcf 1 0.00/1.00 vMB 0
655,175 655,175 00000000000000000008afce70069c1944b62e1c6d97fe59ad6b509ca6b58c5a 1,947 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.