Loading Tool

Explorer IconExplorer

Memory Pool

79,880 transactions
29.84 vMB
0.08089428 BTC
Random Selection Loading Transactions
Max Size: 179.09/200 MB

Candidate Block

Mining Attempt dff5ceb5d5fc5cb5c2d9b4f9bbf0612fa4349ff8a9019d7cbfa9c7a868db84ea
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 9908b457effbfd6eb46874861a59d22f996fe78c787c58fdc9931ab2389b9ee4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,688
Size: 1.00 vMB
Total Fees: 0.02003993 BTC
Feerates: 100.29 > 2.01 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (368,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,101 546,101 00000000000000000003576788dce4343f4f76f5f3f93721efa1a6bea879bfd1 1,307 0.56/1.00 vMB 19
546,100 546,100 000000000000000000016119adc271c3a124b928c40f636d8f72e24ca8302c95 1,267 0.75/1.00 vMB 5
546,099 546,099 00000000000000000017ba193d214b35dde8fb019ea9040d3d17fbb5af588101 1,804 0.63/1.00 vMB 23
546,098 546,098 000000000000000000121c0be692748921ea0e9930911e740e8b8b4ae0c8b98f 1,896 0.87/1.00 vMB 15
546,097 546,097 00000000000000000004abc3f4ead7ffc8e86a17275035a62b95c200a10d8a48 845 0.33/1.00 vMB 19
546,096 546,096 00000000000000000023e59ed59dca9bd300e3f0b5c724aa1642465edbab8980 1,931 0.92/1.00 vMB 16
546,095 546,095 0000000000000000001ff8b57431c30d01a5790e46b4b81ddbedd9e8ca413a9c 1,454 0.66/1.00 vMB 14
546,094 546,094 000000000000000000213ed984f3ca1410dc7a56571e2253b0cc0261978cf716 1,118 0.55/1.00 vMB 4
546,093 546,093 00000000000000000022849ce64e24380c6f404155577d367b5d08682ff4bb05 2,510 1.00/1.00 vMB 19
546,092 546,092 00000000000000000022f4f56807cd32c0f99b901c62c25db2a9916dd2356aa6 953 0.39/1.00 vMB 21
546,091 546,091 0000000000000000000d3745b8568c0d95c308f7fa8b861644f9d5a7673581ec 118 0.03/1.00 vMB 15
546,090 546,090 000000000000000000060ff7db0b950415685a16688b12a64492b7ce6cf19726 1,148 0.40/1.00 vMB 14
546,089 546,089 0000000000000000001656e3377dba0a6504c3099012edf30f72972d95890fa4 1,003 0.84/1.00 vMB 3
546,088 546,088 0000000000000000001a27e5c4351f81109f1ce94ed1326c1f086f30d8b55271 2,128 1.00/1.00 vMB 23
546,087 546,087 0000000000000000000a37c1d7cea35b5cf58a302d954c41124ae3e22697234e 814 0.27/1.00 vMB 28
546,086 546,086 0000000000000000001fc1b047855d0a2e0541b92a1452286cfa7397475a78d6 2,830 1.00/1.00 vMB 11
546,085 546,085 00000000000000000024685b466a10c904511b025c9c8677a0192c584ab1c549 2,131 1.00/1.00 vMB 17
546,084 546,084 00000000000000000012a2b23e9023f615b0b6d3b7f37f7d4cf4baaba80cdf3c 2,701 1.00/1.00 vMB 27
546,083 546,083 00000000000000000008138b38c57a70a25772d773ad9624151cd4424b9c5d8c 323 0.11/1.00 vMB 24
546,082 546,082 0000000000000000001ad0ac65eb3e7c4d70bb279fd99766426788833bdcffd5 1,801 0.95/1.00 vMB 2
546,081 546,081 00000000000000000010188c7aa85fbadbf8c802a000eb0d50ec087031ae6a2d 2,707 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.70 GB
    • Received: 15.04 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.