Loading Tool

Explorer IconExplorer

Memory Pool

85,610 transactions
33.02 vMB
0.11140923 BTC
Random Selection Loading Transactions
Max Size: 199.64/200 MB

Candidate Block

Mining Attempt 5f6adf5cfe5bd090ddd49a9f6ec93e4e71a9fe36d9ca7f3e2f28d46498fba198
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 2c581f9c6d316c608dd203359bbee7023a135113372fa6173027f641d325f30d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,518
Size: 1.00 vMB
Total Fees: 0.03533251 BTC
Feerates: 223.65 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (437,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,462 477,462 00000000000000000133c5df640d0e2c8af13c2ec1b531b7627856ea1d6588de 2,040 1.00/1.00 vMB 134
477,461 477,461 00000000000000000005a87343d11f120c26db65fb4232a8a8173d9a27e1825f 1,270 0.99/1.00 vMB 87
477,460 477,460 000000000000000000d198fa617434da03bdad8a54af5b808bd52f69fc26607c 928 1.00/1.00 vMB 49
477,459 477,459 00000000000000000065c88d89d7d62c90ab5f668f3c4ee0312c219c58aa2dcb 1,329 1.00/1.00 vMB 78
477,458 477,458 0000000000000000004fd1807732e0c4855a9e679445d30e8b9e90155152279e 298 1.00/1.00 vMB 8
477,457 477,457 00000000000000000147ed5c70e5c9ab9bb99ff3f6e2b785579e5c29986a4bfd 969 1.00/1.00 vMB 63
477,456 477,456 0000000000000000003c7e7e8c1c1025abbd89ecc17bff70e78092f718222742 414 0.29/1.00 vMB 137
477,455 477,455 000000000000000000073198690de14255db30af50856e96f88e6bed6ef242e1 720 0.84/1.00 vMB 19
477,454 477,454 0000000000000000002ed4cc4ddddcbfdd96fe54be4c448b2ee723155cba8a65 1,252 0.59/1.00 vMB 157
477,453 477,453 000000000000000000c8d3d3b25293b612579bba524a61ba4d19bd37c748a558 903 0.70/1.00 vMB 101
477,452 477,452 000000000000000000d73cc7b8114c81fbd636dff84765ec997b97abfe89438b 257 0.19/1.00 vMB 186
477,451 477,451 0000000000000000000b32c5f4a1ca6223a40eaa41a4b5e987470559fcd66d99 689 0.99/1.00 vMB 65
477,450 477,450 0000000000000000000f8af53cf3944b4474533465877c471ba3dd1f2b8ae9c1 768 1.00/1.00 vMB 70
477,449 477,449 000000000000000000a13cde76e71ce0340223380189b9e61d3d6f04e354899f 1,848 1.00/1.00 vMB 102
477,448 477,448 000000000000000000afcd501b28b26044684d7118b2adb65a9d1fe9bc5a3a3d 438 1.00/1.00 vMB 18
477,447 477,447 0000000000000000003ed46b7f662a0c4011d80236e6dbffc96b976276b68a88 1,105 1.00/1.00 vMB 74
477,446 477,446 00000000000000000118d3c7cf1f83225ed9d4ce3595b195aaa4e40c00b088fc 911 0.99/1.00 vMB 53
477,445 477,445 0000000000000000008e8cd5a3b29a2b794e91b7f2bd58fcb0490562239252fd 743 1.00/1.00 vMB 9
477,444 477,444 000000000000000000abeea1eed07f40c7e04fc1c8f94ab03d2b15591918098d 1,924 1.00/1.00 vMB 172
477,443 477,443 000000000000000000ba10c28cdc180a75f51ec98b29b770427d7d7b0d30bcf6 1,320 0.99/1.00 vMB 50
477,442 477,442 00000000000000000015fddfc9cb65a00dfcaedb8e275dfbe935b8bd38472bf5 1,425 0.93/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.76 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: 709.02 GB
    • Received: 16.83 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.