Loading Tool

Explorer IconExplorer

Memory Pool

82,594 transactions
34.55 vMB
0.15625302 BTC
Random Selection Loading Transactions
Max Size: 196.96/200 MB

Candidate Block

Mining Attempt 99f7e71de3c33cc35b2cd2d05da5747d0408402cb79cfb7acc45613528b23c2b
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root c7788e17c0e7ed5cba6065fc7f810114b12dbb5a97ce67a6df6ee9086eab982f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.03923174 BTC
Feerates: 301.60 > 3.93 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (31,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
883,760 883,760 000000000000000000022067fbca224202172f97bff8ee4d26131ef7c6d3db16 1,805 1.00/1.00 vMB 3
883,759 883,759 000000000000000000004202c43fc8d97886b7288dc77641dfccd58484713e30 3,380 1.00/1.00 vMB 7
883,758 883,758 00000000000000000002436a1daeee68c65aeb10a1762e0eb4a0703a04915093 1,815 1.00/1.00 vMB 1
883,757 883,757 0000000000000000000075bba5d02e28bb4216194d755ef9a1226b330b6eb8e2 1,124 1.00/1.00 vMB 2
883,756 883,756 00000000000000000000c1b88d5a9b28a022d7a18dd2ea1b1442cb1f7a8b2cf2 2,360 1.00/1.00 vMB 3
883,755 883,755 000000000000000000025816ad823259cfff9223ad53b79d787bd7f466dcc7a4 2,873 1.00/1.00 vMB 6
883,754 883,754 00000000000000000000ed7ccbdfb5be23f9cf8602401329517549041d89c7e8 2,748 1.00/1.00 vMB 3
883,753 883,753 000000000000000000008e75e1e0ec1cd8b9708fd81ebb36f58334aa26e8fdc8 2,342 1.00/1.00 vMB 3
883,752 883,752 00000000000000000000c2be5492da3c63ff93a6bc80b3bc95a356013ff42c27 2,048 1.00/1.00 vMB 1
883,751 883,751 00000000000000000000874669db2c95e86ef95a6448ce315c4662cc8ef30b28 3,778 1.00/1.00 vMB 5
883,750 883,750 00000000000000000002030ff37db3d8497b5b730a7b591cb575803d2d1ee3fc 1,622 1.00/1.00 vMB 1
883,749 883,749 000000000000000000024b625e3599b42af75ef672b8f1fd3adb9c658ab63ee7 2,452 1.00/1.00 vMB 2
883,748 883,748 000000000000000000011e2a183b442a39594fa7216a3c71779f8015da0f905b 3,550 1.00/1.00 vMB 4
883,747 883,747 000000000000000000000f26893ac0cd3c272dbe93177c5780b297b7ec7253c3 2,893 1.00/1.00 vMB 6
883,746 883,746 000000000000000000000539e99e8e07e0794a77f6091ea9f2dea5d8fe63ed2f 3,562 1.00/1.00 vMB 5
883,745 883,745 000000000000000000011992f930b53856d387f6edc426c4a121f84426cb14df 1,924 1.00/1.00 vMB 2
883,744 883,744 00000000000000000000e163137a0a1ef8e1975558ca310d17673e4b949de68b 2,380 1.00/1.00 vMB 3
883,743 883,743 00000000000000000000de51a2982967adf4cce7d1debb98e709bdfcdb937dd4 296 1.00/1.00 vMB 1
883,742 883,742 00000000000000000000f1ce839890f2d881962933c78d93cb8a7ef7027dd7f9 2,599 1.00/1.00 vMB 3
883,741 883,741 00000000000000000001b9cc24c9a010deabf3cc874a2c0aa5f860f5308d290f 2,911 1.00/1.00 vMB 4
883,740 883,740 00000000000000000000a95314d4168eb3b18a214ac7c752985c788976f44706 812 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.10 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: 728.28 GB
    • Received: 18.47 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.