Loading Tool

Explorer IconExplorer

Memory Pool

82,098 transactions
30.94 vMB
0.08931824 BTC
Random Selection Loading Transactions
Max Size: 188.78/200 MB

Candidate Block

Mining Attempt 61a928af677b917f73cb0f4a2056eb72860459281bb443b9998b39f22a8a85ab
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root ce34c8dc3cec9f29277068384bf68878edac914c8f504d1ed230043fdc6b3f5e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.01982425 BTC
Feerates: 150.93 > 1.99 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (633,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
281,759 281,759 000000000000000262e7c84ec7e65a39c785ab67921282a3705536929b6b6d21 387 0.18/1.00 vMB 33
281,758 281,758 00000000000000024e3d920b8df0a21c184e2e449648c97ffdce3eaa9a0e5bb6 109 0.05/1.00 vMB 41
281,757 281,757 0000000000000000458317b74dfecce5ea3c2c29947649e56bd5a12944df9f0a 203 0.16/1.00 vMB 23
281,756 281,756 0000000000000001358d3aa59b80614c2f54b5b7b4ed24f66efff5f54f8b16d9 164 0.05/1.00 vMB 61
281,755 281,755 0000000000000000fb301606526308b02fea9a1c9a0b2cc6bfbb2c918325f259 1,168 0.50/1.00 vMB 46
281,754 281,754 00000000000000007d34f8c7f2314a26302a75e8c04726b11043f9b0da2bf791 181 0.09/1.00 vMB 51
281,753 281,753 00000000000000001f330afcef4bb42c61cb3492cae2653c2d89c0f59892e6e0 1,182 0.55/1.00 vMB 40
281,752 281,752 0000000000000001414475d40616f3c1b63f7de2b2bf30b58acab9e713af3edf 100 0.05/1.00 vMB 36
281,751 281,751 0000000000000002369c871be49c684897fe3555aebc55d27be168b0650c12e0 66 0.05/1.00 vMB 24
281,750 281,750 000000000000000042ea190c9d5a186bcce7c07ea5d572bf250d0cd8a53418c3 227 0.11/1.00 vMB 44
281,749 281,749 000000000000000031cdf1d4e7ae9b9fd607ea513c1a0e6ba2c7991f767ccad3 85 0.09/1.00 vMB 17
281,748 281,748 000000000000000068a28c4a8bdad955c90b4667a695b40a80dee156cb39e79f 340 0.25/1.00 vMB 23
281,747 281,747 000000000000000200e8e9cd4a7065c65ea1540da5cab9da1128b10aacd83058 405 0.25/1.00 vMB 29
281,746 281,746 0000000000000001fdf8202ef0ceb3e1ebbdb39433acaec3978f6bfa9d5a3c7a 509 0.25/1.00 vMB 27
281,745 281,745 0000000000000001183fbb645d82c7268d6799da4650a2130358acf03bdf48f4 140 0.05/1.00 vMB 75
281,744 281,744 000000000000000100f55ecbb149ee90c791e1182de886046d043941df5d02a5 759 0.25/1.00 vMB 58
281,743 281,743 0000000000000001deaf969b97a9bf1ac9ef55c331a0cde83fb33448421e5419 796 0.25/1.00 vMB 72
281,742 281,742 000000000000000078bac1c9c1c7d6ef266f1cd35c3ecf954e976613c8ca8ff2 208 0.19/1.00 vMB 15
281,741 281,741 00000000000000002c6c8af70abe87a46207332cac30ad1f6170540dd3985e4d 745 0.35/1.00 vMB 37
281,740 281,740 00000000000000021b9a0212b526a58b1f4adfe4be59c683919650dad78e4226 199 0.05/1.00 vMB 125
281,739 281,739 00000000000000005a6ccb5b1629fe820943110e271f4ad27c0d917f5c296e6f 788 0.25/1.00 vMB 67
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.85 GB
    • Received: 17.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.