Loading Tool

Explorer IconExplorer

Memory Pool

82,697 transactions
31.14 vMB
0.09428754 BTC
Random Selection Loading Transactions
Max Size: 190.61/200 MB

Candidate Block

Mining Attempt 744cd66630e68dc6c54b692bf64385be426014f4f9e8bc8d8b9dd07ba858886b
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root e77c054b7cdec865e7455f1d41819c75aa0d06b9b985f2644ce59c049ff2b3a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.02398808 BTC
Feerates: 100.00 > 2.40 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (437,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,466 477,466 000000000000000000ea9617a9f369465b6dc4ea1d1f9971c70c96a71e66e05e 1,703 1.00/1.00 vMB 106
477,465 477,465 000000000000000000c6c14534e579b2bb9205852fe17ebda2b986503dac08c7 1,323 0.62/1.00 vMB 168
477,464 477,464 0000000000000000008cfba9ad68103b028ef6fae6313bcf9999096610cacbf4 1,975 1.00/1.00 vMB 135
477,463 477,463 000000000000000000454c8bd1b7b2a00aaaf190bbc5eed0e1e553a610c85246 2,124 1.00/1.00 vMB 158
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
Previous 10 blocks ↓
Total Size: 782.77 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.33 GB
    • Received: 16.88 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.