Loading Tool

Explorer IconExplorer

Memory Pool

45,841 transactions
29.10 vMB
0.14109403 BTC
Random Selection Loading Transactions
Max Size: 151.63/200 MB

Candidate Block

Mining Attempt 7a56147d8cca2ef41bf04ef3d86141ef99bc4c9855d6e6126a25eb78783067f5
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 42aa73147c3bc7761950446d14ac56e6942860608407fb324486e58e62ca0dbd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.04283218 BTC
Feerates: 150.75 > 4.29 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (76,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,770 837,770 000000000000000000014818a8cbb1f40eb2754f66c6904e2ffd31b54d197f52 1,282 1.00/1.00 vMB 6
837,769 837,769 0000000000000000000048e84d30d1e07e02c595da72a34bbebfa0f4c9378e0f 2,153 1.00/1.00 vMB 8
837,768 837,768 00000000000000000003280d087c38d893ea8fc404580e8942238835e70c4ebd 1,923 1.00/1.00 vMB 12
837,767 837,767 00000000000000000000db5fbfce695e0dfcffbfa3d3c1d4d4659b79d28ed39a 2,700 1.00/1.00 vMB 12
837,766 837,766 0000000000000000000214583e84da1ae4e34fc99b96f2bd5b8ba299fb1c122d 2,774 1.00/1.00 vMB 8
837,765 837,765 0000000000000000000238c7b226994c43f373e68538fe12a389477d922e931d 1,451 1.00/1.00 vMB 10
837,764 837,764 0000000000000000000082a834375376e1b05168e4a3bbc1632b50b93dfb3174 1,572 1.00/1.00 vMB 15
837,763 837,763 000000000000000000000ea8826b8e7c2e4cece28650920c6d69f8f06ed4d672 1,839 1.00/1.00 vMB 7
837,762 837,762 00000000000000000002efb0c898cbec06fa53ebdef28af44e1d796775e7d5d6 1,956 1.00/1.00 vMB 7
837,761 837,761 000000000000000000004cb15a44af24a6fab5daa56c52dc91d082b28588d943 2,356 1.00/1.00 vMB 15
837,760 837,760 00000000000000000001dd4ac6696e96a5ca98fa2ddd750445fada949f89191f 1,506 1.00/1.00 vMB 7
837,759 837,759 000000000000000000005d3fa8c9c95dfc06802282afd3bb8434037c570ee808 2,500 1.00/1.00 vMB 5
837,758 837,758 00000000000000000002cbbef573adf994f11b0f07f8fe8493340f492ee1a2cc 1,841 1.00/1.00 vMB 8
837,757 837,757 00000000000000000002be09b1d6081e57cd51bc91c5934750fcbd38fe2bd9f9 3,435 1.00/1.00 vMB 8
837,756 837,756 00000000000000000001c7fefa25a53c95327717d881cf6942b87669eefdc6d1 2,756 1.00/1.00 vMB 9
837,755 837,755 00000000000000000002260dddbedc12ee13dad32b658d9f4101791aede82d56 2,199 1.00/1.00 vMB 16
837,754 837,754 00000000000000000001a387cfdbccb20915a467e5dfa8a486bf4d1ea14a8a34 2,257 1.00/1.00 vMB 12
837,753 837,753 00000000000000000000b1a558070aede0285160d273a56d6a18a59f0a5f9038 1,250 1.00/1.00 vMB 11
837,752 837,752 0000000000000000000244b20e453142a3d343fda271f8d0257d68bbdb1a81fc 2,009 1.00/1.00 vMB 14
837,751 837,751 00000000000000000002ac85e6cb841c449b16bded697b8c9e191e17464eef09 812 1.00/1.00 vMB 10
837,750 837,750 00000000000000000002f0d87fdeac5e9feb57df2b5f83e9e9aeae98c46d0441 2,282 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.