Loading Tool

Explorer IconExplorer

Memory Pool

41,556 transactions
26.01 vMB
0.05317319 BTC
Random Selection Loading Transactions
Max Size: 136.23/200 MB

Candidate Block

Mining Attempt 192ae88227e93c564b54bbc62ddd722998bad0c76cab8104dc362a4eafe6ebb1
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 0bbf94061521ba491085774935a0972d4d706412b3294ca7999c430eca182a9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,911
Size: 1.00 vMB
Total Fees: 0.00587377 BTC
Feerates: 61.00 > 0.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (420,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,390 494,390 00000000000000000063da8dff64497d4e78372f22c0e5e1d7a06b38a0c03486 2,673 1.00/1.00 vMB 343
494,389 494,389 0000000000000000001f51028697c32232906e7ecb89f8c11cda5dc8b076e217 2,310 1.00/1.00 vMB 492
494,388 494,388 0000000000000000009d16e32419e196a73a31e1b2edf5e323918acacff2ac08 2,563 1.00/1.00 vMB 802
494,387 494,387 0000000000000000008bb0dd507431b9553ba8027e5aaf4571005d94e1aabdb2 2,219 1.00/1.00 vMB 505
494,386 494,386 000000000000000000cde47c25a7d171fa7b5474682761fdb8760d49156c413f 2,383 1.00/1.00 vMB 773
494,385 494,385 00000000000000000069dd02720020f0c9307596ca11888b345361048d665846 2,390 1.00/1.00 vMB 349
494,384 494,384 000000000000000000789254d7972366aaf6f91767acc492e7084645a8a06260 2,796 1.00/1.00 vMB 444
494,383 494,383 000000000000000000ba73a98951a94abe8a531f8dd8813014a34f8c78073994 2,479 1.00/1.00 vMB 466
494,382 494,382 0000000000000000000072ad7e6fde841727cd3534fb21cee5a4f12d18cae2a5 2,431 1.00/1.00 vMB 703
494,381 494,381 000000000000000000be621902a00a3a35103d2953fcafb35ea103ae8c680afe 2,139 1.00/1.00 vMB 633
494,380 494,380 000000000000000000503ad54d5416d550a1e3d05abb8f50c69f4b8b39b5238a 2,406 1.00/1.00 vMB 438
494,379 494,379 00000000000000000065bdffc93261835cc437721c81be2cbf2f57ed22fac431 2,818 1.00/1.00 vMB 765
494,378 494,378 00000000000000000059c4a9aed728e91e05d524d99c77c625b8bc9135d4961f 3,073 1.00/1.00 vMB 754
494,377 494,377 000000000000000000156d69d211f2985eb8418f88c1a816ae53e46ef22fcbe2 2,723 1.00/1.00 vMB 777
494,376 494,376 000000000000000000c2e53399e1358d9ed651e1eb00bd8d11de86b8a40ecf05 2,201 1.00/1.00 vMB 548
494,375 494,375 000000000000000000ade26b9971e4a50c9edcb4f2b75ad638e0cdd9a98863bc 2,484 1.00/1.00 vMB 685
494,374 494,374 0000000000000000005aeee2febb155c29bd887193df420bae6c45d8b95d9b9d 1,977 1.00/1.00 vMB 500
494,373 494,373 000000000000000000b28c6a49910a1b610da92d87a90316e96290bea97b5ed6 2,409 1.00/1.00 vMB 798
494,372 494,372 000000000000000000876306cffa8537aeb7651ddf475a840aced58ef5b9266e 2,494 1.00/1.00 vMB 740
494,371 494,371 0000000000000000006825d5690015d5d88e4f02d5af1e21e9a37dd92dae92eb 2,456 1.00/1.00 vMB 745
494,370 494,370 000000000000000000108d1e06108fe015c5b70aa171f8a9fa895716809aae67 1,594 1.00/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 781.91 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: 645.61 GB
    • Received: 12.74 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.