Loading Tool

Explorer IconExplorer

Memory Pool

23,652 transactions
16.07 vMB
0.04544959 BTC
Random Selection Loading Transactions
Max Size: 83.17/200 MB

Candidate Block

Mining Attempt 70edadff4922bf620251c112349d7d8f8e2d23675cd5eb7a78f72bd6811eed64
Version 20000000
Previous Block 00000000000000000000b31bddf15c89d32274d08a85fb7020240ed911664f51
Merkle Root dde5a715cb031915b8360eb5e34aaf5b842376506ba8347b6b5bbef87123d0e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,322
Size: 1.00 vMB
Total Fees: 0.01625904 BTC
Feerates: 152.74 > 1.63 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,175 (861,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,237 52,237 000000000cc3222a8c68049aa8f111c0b8a86a249dace673a728ef2fdbb48282 1 0.00/1.00 vMB 0
52,236 52,236 00000000068ef45016fc782e2b47ebb722d64196471c18e33f0bb282a1676bb2 1 0.00/1.00 vMB 0
52,235 52,235 00000000156fee3de1d99d2b7a533692ec76460f6679439460e4f93616d2e957 1 0.00/1.00 vMB 0
52,234 52,234 0000000019ef0752e096310588ad916483b9746ea94aa25feb920d24633e9f8f 1 0.00/1.00 vMB 0
52,233 52,233 00000000142f945b050db2bd256d9c8a99957f7350b45f57eb8e45908fa24fa2 1 0.00/1.00 vMB 0
52,232 52,232 000000000d981f42cf9a0cae5f688dcff86fece254fba75f215f9d1fd3877fe4 1 0.00/1.00 vMB 0
52,231 52,231 000000001f18fefe953c19ecff0ec8624f8c9752a193f38c1ac3a030f45c8719 1 0.00/1.00 vMB 0
52,230 52,230 000000001d6cff82688bba2a8e3052f060ae4fbc19f12198cdbb34f66bef2212 1 0.00/1.00 vMB 0
52,229 52,229 00000000107bc9fa1fccbcfbc6be6690d25bdce11c6890e1901a540107acd82a 1 0.00/1.00 vMB 0
52,228 52,228 0000000010e22783252f2d7977432c5dddfa9e7a0338fe0b4cd432774de2f54a 1 0.00/1.00 vMB 0
52,227 52,227 000000001338003333e8b26d063ff5f7aa79243b66246f757a11ea92ac880fd0 1 0.00/1.00 vMB 0
52,226 52,226 000000000b11011d5c28a78b0ae92c1b57ef879553ad8f0850ccd5cf4fde9bcb 1 0.00/1.00 vMB 0
52,225 52,225 00000000130ca263240edb4d272fa1193bebf342d69f1e6bebe2301cd1a8e50b 1 0.00/1.00 vMB 0
52,224 52,224 0000000000ccc174df88cbdf6d2416170c18252c477608a8b5c213ee825cc7e3 3 0.00/1.00 vMB 0
52,223 52,223 0000000007ee1f8f442e22a25df88efce8ee9b8569b5b95871fd9f7068b3591d 4 0.00/1.00 vMB 0
52,222 52,222 000000002092ed910ad8a83d50437ce479f8e4caaf6d9a45c64891f20e361c6d 1 0.00/1.00 vMB 0
52,221 52,221 000000000b3c449d1cdb73ce77c4191fb47a83c5b27847acf3d72d32bc8aaed4 2 0.00/1.00 vMB 0
52,220 52,220 0000000001ee2ccd6b6b2bee53f6e5041681039e9bb22706405aab507136ed01 1 0.00/1.00 vMB 0
52,219 52,219 000000000fec7636ac3252164917b5e6aeba6a4d580b87fbdaf08ea04fe01a10 1 0.00/1.00 vMB 0
52,218 52,218 00000000036e8f859bb97db36095a915558c2aed83fc44bccd1f9eb1a05f1500 4 0.00/1.00 vMB 0
52,217 52,217 0000000004c1b6188509aa6bf59a8c5c4f6030e3a0cab04731784bee0eacc08e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.90 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: 570.08 GB
    • Received: 7.74 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.