Loading Tool

Explorer IconExplorer

Memory Pool

35,699 transactions
25.54 vMB
0.05686322 BTC
Random Selection Loading Transactions
Max Size: 130.60/200 MB

Candidate Block

Mining Attempt 07048513d15d4f423ba457425f82e2883e63d2a3c57f5c539bef3a3745eb563b
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 38c327545cd3c2cba97b4fd3d39bd5ad62db1611b4465e198bde59cd56a9a1a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,902
Size: 1.00 vMB
Total Fees: 0.01042531 BTC
Feerates: 508.49 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (669,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,379 245,379 000000000000007519f72bc7d2104edb13d689494d76f02e0c40f4d7d76689e7 159 0.09/1.00 vMB 66
245,378 245,378 00000000000000b3edd0c1fbecd11ab23c1a3b4b646c0fddac3aeeb8bb72da00 615 0.24/1.00 vMB 134
245,377 245,377 00000000000000952662a3f5cffb15efb83eddfc52dfe7104f524d6cdfb721f4 292 0.13/1.00 vMB 115
245,376 245,376 0000000000000058581b776b16ebcd199b8f4f0432ca2ecd3bd1b9d75d3211f6 511 0.25/1.00 vMB 143
245,375 245,375 00000000000000093781f9472f9b3f1786d6cc0686a0b59b204d83c42b4ba42f 393 0.21/1.00 vMB 61
245,374 245,374 0000000000000005a7d5a731bec15414b3cbf5761512fa637586c7ab88be2e8b 708 0.25/1.00 vMB 191
245,373 245,373 00000000000000147d001e054a8860439c855d4572c36cebc8496be40adbc513 218 0.09/1.00 vMB 131
245,372 245,372 0000000000000095f5ba21024694a7dd0a00063d657e73ec2f81926e12a10fae 149 0.06/1.00 vMB 158
245,371 245,371 00000000000000a7ea1a4c06eae2e42c98fadc25498707cdad27ec76ad7a1afe 23 0.01/1.00 vMB 132
245,370 245,370 0000000000000085d93a87fe560694b1226a2256696fa4b7e29c47491be493d7 45 0.04/1.00 vMB 23
245,369 245,369 00000000000000bab1647851a72b3d11c3ca835737c24b33db2899d3385c2ea7 351 0.17/1.00 vMB 135
245,368 245,368 0000000000000097da87d490ab8b9b1044b9a184ff99f4dc54c313e4b9a727da 354 0.15/1.00 vMB 146
245,367 245,367 00000000000000599ee58512ff8082a8eeef03900f8337e5c73e78059275f91a 392 0.17/1.00 vMB 128
245,366 245,366 000000000000008f893d361c314b36b372540ae0676240d551ff087603409011 220 0.12/1.00 vMB 124
245,365 245,365 0000000000000024d09243633e1cb893c23f484acbdc1699c3a046d6e8a92789 163 0.08/1.00 vMB 126
245,364 245,364 00000000000000941e37b2b83c7ef8d6746b5f073e9c28d8ad2ce3dcb3963898 46 0.03/1.00 vMB 9
245,363 245,363 000000000000005bc7ef8d8019cbf219bc9a5ef5330ffd0fdfda383e2c52cac2 410 0.16/1.00 vMB 259
245,362 245,362 00000000000000a5cc8339a4c08779f8b48913788104fc0e86f34ce7e24ba8e2 91 0.04/1.00 vMB 122
245,361 245,361 000000000000006bcd29b71b6813d061bfb4b5963cc43bcfd0aa331643790daf 111 0.05/1.00 vMB 117
245,360 245,360 00000000000000afe1ad96872d347de68cb564e4c40a399f6a144de2af932e8e 39 0.02/1.00 vMB 77
245,359 245,359 0000000000000022f5008dd396d162a6d2e04ae2a28ee4acdd5271afc727393f 12 0.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.81 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: 634.89 GB
    • Received: 12.27 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.