Loading Tool

Explorer IconExplorer

Memory Pool

77,616 transactions
29.56 vMB
0.07264366 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt bfebd8cb08624c991c2e88143a84947e712349a39c15577af9b7f359c306bde0
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root 44e3d077633965425aed83ee41519701a0504a58521ecb4e0302148573ff67ac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,220
Size: 1.00 vMB
Total Fees: 0.00734394 BTC
Feerates: 75.20 > 0.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (386,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,844 528,844 0000000000000000002d6f22c088bf70158d61686af0af696dfbbf2b32293231 1,308 0.57/1.00 vMB 47
528,843 528,843 0000000000000000000481052b6105d5b6747ceea042f55f2a408dada324ff84 108 0.04/1.00 vMB 36
528,842 528,842 0000000000000000001b9b8622fda14afbdcf69d32d11fb47cd162d72832c655 344 0.13/1.00 vMB 40
528,841 528,841 00000000000000000032f44fec7d93574456bb3594a7441921aecff90e7f0e2b 81 0.02/1.00 vMB 30
528,840 528,840 0000000000000000001c7fe60afb016c59da352c34d9cbe884fc2b071669ef1f 345 0.22/1.00 vMB 44
528,839 528,839 000000000000000000218472c3fdd1250868ae31f9b3cde82215e4c8fbd0fcf2 191 0.07/1.00 vMB 50
528,838 528,838 000000000000000000240f51c0678a536aadfd174379a25e14cc7a89bf1f624b 2,617 0.98/1.00 vMB 47
528,837 528,837 000000000000000000266f84797e3f5940e11c1a985a540735c3c64b0770bf33 313 0.10/1.00 vMB 38
528,836 528,836 0000000000000000002296a52344310652ab27ef14cc74930865c0c1bacef511 251 0.36/1.00 vMB 18
528,835 528,835 0000000000000000003750e48d60d38fbfff0663c9dc8a47d299053b273a4933 141 0.07/1.00 vMB 29
528,834 528,834 000000000000000000359c04cf3d9ef29fd65dfbd7f008ba8a11a6b465e9cf26 141 0.05/1.00 vMB 42
528,833 528,833 0000000000000000002494177938897275787900aa09ff90e0ef47912f5376d9 1,005 0.58/1.00 vMB 25
528,832 528,832 000000000000000000269fe6c7871e5e14e8a8e23f81b38502302da78b418b4a 291 0.12/1.00 vMB 62
528,831 528,831 0000000000000000002a24e0da2c8796c614ede9ecd2d20b224b6a7e448c912e 182 0.13/1.00 vMB 28
528,830 528,830 0000000000000000002f0483ff4ba913f490562277e417b855418782ed32d1ae 640 0.27/1.00 vMB 34
528,829 528,829 0000000000000000000ef6eff1599fc9af239d26887eed598494f50953033c36 1,929 0.91/1.00 vMB 35
528,828 528,828 00000000000000000009ab0aa43181e5d9b175d44a0a067f8cf023e6f69e7a42 907 0.40/1.00 vMB 47
528,827 528,827 0000000000000000000ced0c856464c6aa4b708de24adc756a0ba047e3b7281a 649 0.29/1.00 vMB 37
528,826 528,826 000000000000000000098931e079aea63e358f68f7f212bac0f974995a24c326 104 0.03/1.00 vMB 48
528,825 528,825 0000000000000000001a242d5869bf1f74d062e1d76974d7130f50258dd09910 786 0.36/1.00 vMB 57
528,824 528,824 0000000000000000001fc154f647ff59401636096cc3962df0497db29ef511e1 514 0.25/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.