Loading Tool

Explorer IconExplorer

Memory Pool

82,257 transactions
31.06 vMB
0.11728567 BTC
Random Selection Loading Transactions
Max Size: 182.70/200 MB

Candidate Block

Mining Attempt 74c9ab770b26620b35dd1e9ff627bd600c1779da12e2a4b14555152f622de294
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 24c9af358e23d03a2cd266a5d0301315d1edd843da50b179e1d43fa4970863e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,727
Size: 1.00 vMB
Total Fees: 0.03973239 BTC
Feerates: 150.77 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (62,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,415 852,415 00000000000000000002ad363739795e9299911bb9dcb4dfdcd461dc37b87417 3,309 1.00/1.00 vMB 7
852,414 852,414 000000000000000000019d632d4fd284777a04243cd3b0b6e21815df8c848f7c 1,155 1.00/1.00 vMB 5
852,413 852,413 00000000000000000002e09947ef7c1968d415f4b3e77520bf7673bcc6a3d21d 1,420 1.00/1.00 vMB 5
852,412 852,412 00000000000000000000380e339390982a6d6712ee280d7aec1b0e76cfde21a6 2,540 1.00/1.00 vMB 9
852,411 852,411 00000000000000000002bf6755a47c9e8fb7d51ba4c4b03a9a3553dc182eb75d 2,730 1.00/1.00 vMB 6
852,410 852,410 00000000000000000001af26c4a6ecea44aa295a84a06392b2a081eea65c378c 3,598 1.00/1.00 vMB 11
852,409 852,409 000000000000000000013ae5b5064ececb6ae8faaa2712f3c9b2908edc355846 5,590 1.00/1.00 vMB 6
852,408 852,408 00000000000000000000fa93181c7302b6800a6312db803eae2485f017610709 7,557 1.00/1.00 vMB 4
852,407 852,407 000000000000000000034ad6638d1fcf0e878ea962607ff06499a060bc4fc5b2 5,845 1.00/1.00 vMB 6
852,406 852,406 000000000000000000006cc82046c4b641239ba7bfcb2e5ce6a39147b3c4d255 5,597 1.00/1.00 vMB 4
852,405 852,405 00000000000000000000cd1463e270c06e37d86a306648460d9a2fc0db88076f 4,383 1.00/1.00 vMB 7
852,404 852,404 00000000000000000001841bee4e828bbc3440383df5a5db5a637245e99b8ffd 5,480 1.00/1.00 vMB 5
852,403 852,403 00000000000000000002eda2e0d69238f1663572b3d037b0189b0b129215bec6 2,847 1.00/1.00 vMB 7
852,402 852,402 00000000000000000002b42da5e99adf3e8275e9d84cc825a939b9a696876389 3,236 1.00/1.00 vMB 6
852,401 852,401 000000000000000000024a929ce5f5c181f9e3095c850ad8b45322b671878427 1,686 1.00/1.00 vMB 12
852,400 852,400 00000000000000000000f29e4232197c7a81dfc7c9855c909a8b6ffb3b89de3e 3,225 1.00/1.00 vMB 7
852,399 852,399 000000000000000000015c16f8fbc63a078197b019b76e9580fcd067cf8e074d 3,096 1.00/1.00 vMB 8
852,398 852,398 000000000000000000014ec57f9e4d0333006d4db253640515871c12d98c8c84 3,465 1.00/1.00 vMB 10
852,397 852,397 000000000000000000004ebb8221dea3cc3979b0ba5167f7223663e68bafcf02 4,087 1.00/1.00 vMB 7
852,396 852,396 0000000000000000000279bebe14e47ff2a2ad5f3d55b64df4b63c56d7a44f7c 4,791 1.00/1.00 vMB 10
852,395 852,395 000000000000000000036694593288d832326d9f962333e691801548686723b5 4,741 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.