Loading Tool

Explorer IconExplorer

Memory Pool

37,929 transactions
27.03 vMB
0.06471502 BTC
Random Selection Loading Transactions
Max Size: 137.58/200 MB

Candidate Block

Mining Attempt 91ff6a91cb3e775841217f855b2dbcc8c2532a3fa9d47202a74dd3e85d12de2b
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root aaebcf81c3ca141e2c9d95bb07dbf5269814211807d6042341e44191ffd235d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,761
Size: 1.00 vMB
Total Fees: 0.01382081 BTC
Feerates: 100.28 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (458,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,666 455,666 000000000000000001007547bde64f8da2cc48b5add8b020300611d5832d18c1 2,197 1.00/1.00 vMB 158
455,665 455,665 0000000000000000024c25a896937c4eed2c4dd3c611fd17979318081372c7f8 1,987 1.00/1.00 vMB 140
455,664 455,664 00000000000000000047f75b14a57e65cd6ed726239db972d11b386523048997 1,280 1.00/1.00 vMB 118
455,663 455,663 00000000000000000248c678dd8170bd85d8e66e59fe7199f6a1512dea43c47a 2,140 0.99/1.00 vMB 150
455,662 455,662 000000000000000001627406838bb8d70530f5b391dd28a4cac90e833439c47d 2,632 1.00/1.00 vMB 186
455,661 455,661 000000000000000001511ac791639cd660efa37afc685e546739b54a00698204 2,383 1.00/1.00 vMB 161
455,660 455,660 0000000000000000022c41ad0eb5bf1587a28b9a5c0403ed6dbc53f1b368be03 1,506 1.00/1.00 vMB 104
455,659 455,659 000000000000000001a3110b88e76df7c08f63dfedffca22f92ede4fb39ee87a 1,170 1.00/1.00 vMB 127
455,658 455,658 000000000000000001e3614680bcd7d0d9d95d699227771c4e8c9775154c20bc 1,930 1.00/1.00 vMB 116
455,657 455,657 0000000000000000013e0f901175d389998ef6948b438688170c310b4daf30df 2,427 1.00/1.00 vMB 141
455,656 455,656 000000000000000000041947bc1b1d3afd2cd73a2fd977ee23f090f399eab296 2,016 1.00/1.00 vMB 112
455,655 455,655 000000000000000001929992cc02763430a3103bcbcd33b4730985217e304f04 2,160 1.00/1.00 vMB 159
455,654 455,654 0000000000000000010171387b14bd3655231c1f3d65804967f4a5bdfe9921d2 1,977 1.00/1.00 vMB 200
455,653 455,653 000000000000000000a4251636b9763f0814dcd1716706dd23eab3dbb2c094ff 2,690 1.00/1.00 vMB 192
455,652 455,652 00000000000000000067dfa295f91886ac3c4d25dae566f55d819f1fb6045e76 1,979 1.00/1.00 vMB 143
455,651 455,651 000000000000000001779a148a26f39368e3da26984240c98bb1280d7c43d234 2,334 1.00/1.00 vMB 157
455,650 455,650 000000000000000001f5cdc3d05fd37e07ec80c0f2585fd961bbe87ecfa32f08 2,062 1.00/1.00 vMB 126
455,649 455,649 0000000000000000002210147b1e6a6999c828c96588a1f201dcb74624ebc248 2,297 1.00/1.00 vMB 156
455,648 455,648 000000000000000000a61e3bc87d28a7245fa75956ddbce8c54b8cb49d5dd2a9 2,560 1.00/1.00 vMB 190
455,647 455,647 00000000000000000078d3af51b5fe50c2192c2bc00e3c4ea336e9f578caa734 1,907 1.00/1.00 vMB 145
455,646 455,646 00000000000000000070901358da864f2e99b6b9b8e362584279873dbd1cfdea 2,112 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.