Loading Tool

Explorer IconExplorer

Memory Pool

82,643 transactions
30.79 vMB
0.08137659 BTC
Random Selection Loading Transactions
Max Size: 188.76/200 MB

Candidate Block

Mining Attempt af83fc5f85e7da06ca9ef602e7e3a9e1722b7564d4d1964610c6e01ad6abad81
Version 20000000
Previous Block 00000000000000000000da0edbb3d775bfacdf06a00f717a7f06ad044f066fee
Merkle Root 625dc1e5c9fb8e9dada425f81d5a349e4a0fde70a0fb1496291c5d381471f80e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.01235764 BTC
Feerates: 79.55 > 1.24 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,334 (552,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,804 362,804 00000000000000001293c74dc303ab043e59da202e31b2464b22e94b1e40d927 540 0.42/1.00 vMB 20
362,803 362,803 000000000000000005f9c040d67df483eec2af12270ed977beb2cddc9c1a0689 1,241 0.93/1.00 vMB 23
362,802 362,802 00000000000000000e93dd275395b7f13187844daaa2f3976be5079a9979d6ad 1,535 0.75/1.00 vMB 35
362,801 362,801 00000000000000000c7d05e1e9ca46d56cd85d59f037fca5479277bab9bff8ed 390 0.25/1.00 vMB 24
362,800 362,800 00000000000000001583481b7b7857ce2824a05c8f304ad52540d3af9bcb4753 1,039 0.61/1.00 vMB 25
362,799 362,799 000000000000000005697fd14272d1054b3c2658606272e49559e5b0df32748d 885 0.62/1.00 vMB 17
362,798 362,798 000000000000000011aa023945ee5dd8ef2cc059f2e3e2a36dc344763e6e5a50 1,702 0.75/1.00 vMB 34
362,797 362,797 000000000000000006eabe940b793c7491645ed712081a7bce3f1e96fcd95b8d 1,015 0.67/1.00 vMB 21
362,796 362,796 00000000000000000bedf91386ea021ae90b53ae4b8606df4102807c459d7f60 1,342 0.93/1.00 vMB 20
362,795 362,795 00000000000000000778c4b224763724cf3a6cd9cece411ecc8e4a6026fb57b5 664 0.68/1.00 vMB 18
362,794 362,794 000000000000000012a7c3b0c96f3004167872b30b5cf76d8ed6cd56a59f1443 1,690 0.92/1.00 vMB 27
362,793 362,793 00000000000000000d10d38a0563b56c5165dcc30a3612e798a90496012bf02e 1,597 0.94/1.00 vMB 27
362,792 362,792 000000000000000013e2c2e64162ae5cbe85c049c9d4e080bda7e2b3c2a9b793 360 0.24/1.00 vMB 21
362,791 362,791 00000000000000000c8d49286fea390daa240a6f31e93a6a2d495bf4eff7f83a 329 0.22/1.00 vMB 21
362,790 362,790 000000000000000015b1313855f9d1c998dc2f37eef1860a3deec7637dd6f338 723 0.36/1.00 vMB 17
362,789 362,789 0000000000000000121d9925d2fe1b66751b999b1cf5b2524aa641fc96a773b7 610 0.35/1.00 vMB 28
362,788 362,788 000000000000000001b0b743725ca9509e80dd820c0fcfbfe93abb64ee490c2c 1,455 0.93/1.00 vMB 23
362,787 362,787 000000000000000001610833e629a1cc98bbd4e06f5af65cd070bcf12b365406 764 0.71/1.00 vMB 21
362,786 362,786 00000000000000001061a573ba245822a1a81c9612f79778c86d77fd655b5aa2 1,593 0.75/1.00 vMB 32
362,785 362,785 000000000000000003bf3a0b2178bedad84c1c95952a142e8790a237415e27c8 800 0.62/1.00 vMB 20
362,784 362,784 0000000000000000026a466ee5be52688b6291b4245ef595c53130c15d649f31 2,462 0.93/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.97 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: 715.96 GB
    • Received: 17.76 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.