Loading Tool

Explorer IconExplorer

Memory Pool

72,215 transactions
23.56 vMB
0.11882681 BTC
Random Selection Loading Transactions
Max Size: 148.89/200 MB

Candidate Block

Mining Attempt 29d11f0fafac52d05c94a2373b968a472ca2f6a309ad80a1a4f8b6e7f48124c5
Version 20000000
Previous Block 000000000000000000010b2c16d60c0ca28cd48e438bbf0324ae96f9c29fef4c
Merkle Root 00d9ed8a7cfb8ad38089d59d91b31aca53e6eb9f26855ca55df02c4cb8181720
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.04536334 BTC
Feerates: 318.30 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,665 (837,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,912 77,912 00000000000a7b42d840391a450082b832ab7f5507b9f7a296af20825219ba48 1 0.00/1.00 vMB 0
77,911 77,911 00000000005751f77314a51d0c6b822cb26e6f669df87a1e6256a7ee2e7f9608 1 0.00/1.00 vMB 0
77,910 77,910 000000000040c7892d6b64c10a97bc804b016fc3a7aff62e9fef65caea6714c2 2 0.00/1.00 vMB 0
77,909 77,909 00000000003f36193ec8e558cfbf326d340e6b4097cab417684dd234bed4bfba 1 0.00/1.00 vMB 0
77,908 77,908 000000000006ee2d13a1be3008b2e13e62d253575dfe74c8b1b864c3cb820d07 3 0.00/1.00 vMB 0
77,907 77,907 00000000005931af2c7a22075eadca1e8d84cf43d72e8800323d1162196c4095 5 0.00/1.00 vMB 0
77,906 77,906 00000000000887ecddce7d0565cf6eee0f32e747abf6efeb90cc449024124126 4 0.00/1.00 vMB 0
77,905 77,905 0000000000543d98f0a5359fddebc2d39af05cf9bc8c4df29951b86ca257907a 2 0.00/1.00 vMB 0
77,904 77,904 00000000000dac78672b7026aeab77ab8b676fc84014e40f3f85af77f3cdd4c7 1 0.00/1.00 vMB 0
77,903 77,903 00000000000e923a45e1fd691f55c887b663ade7d9d3803924a761e554e4cffe 1 0.00/1.00 vMB 0
77,902 77,902 0000000000486befa334ad90c63e902e6ee593d841c81f0666455bbd1435e77a 1 0.00/1.00 vMB 0
77,901 77,901 00000000004211af4f2bc5f185ae029b0e2cf98288c5b5767d11e860208d4e63 1 0.00/1.00 vMB 0
77,900 77,900 000000000009d0d24ed46ad35d578332802abad7d00a22db5ffe63526df4304d 1 0.00/1.00 vMB 0
77,899 77,899 00000000005885008e57457c8615f3e426a08bd2cabcc176995c3672465b614f 2 0.00/1.00 vMB 0
77,898 77,898 0000000000576e23321872887659b8448f10ec287e867dc801b4f8168bb8a2b8 1 0.00/1.00 vMB 0
77,897 77,897 00000000006492ea5bbd7959cfb3dad68c95442e4d70ee7fcfe5ed95467be14f 1 0.00/1.00 vMB 0
77,896 77,896 00000000004e443d06ca173d55b3b337f8d3a12e105894f7950ac7d9b35ed18c 1 0.00/1.00 vMB 0
77,895 77,895 00000000002e1f617eb8e153fede93a3b63904ec0e580c8d938b036c1960c7a1 4 0.00/1.00 vMB 0
77,894 77,894 0000000000559c93422b7477c1bc44697df301249d4c1116c192572929a46ae4 3 0.00/1.00 vMB 0
77,893 77,893 00000000004ef2a408758917fa9bd4570bc29f25aff5afe16b0e02f70ede5065 3 0.00/1.00 vMB 0
77,892 77,892 000000000056b0dcb182f9e011bb2d06447dec808669e0e6f1f2a66d3b58b298 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.54 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: 773.93 GB
    • Received: 20.61 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.