Loading Tool

Explorer IconExplorer

Memory Pool

85,452 transactions
33.10 vMB
0.16142626 BTC
Random Selection Loading Transactions
Max Size: 197.05/200 MB

Candidate Block

Mining Attempt 94f8be02922727bccd6644ede5b8a51200d28e1b21e031536d76cce06d7cf0eb
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 95ac1a322769b6deb3538ad7772ee2820ba9d211f9c026b3c9e1787280c7c31f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.04992163 BTC
Feerates: 318.30 > 5.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (559,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,733 355,733 00000000000000000fcf9e101d76652a374edc87610376804dfa24858a8f0fe5 645 0.64/1.00 vMB 41
355,732 355,732 0000000000000000128a3cc0f2e10e76895a7a6749550ac8d0c26e70e6faedbf 134 0.11/1.00 vMB 21
355,731 355,731 0000000000000000123b8b7d1831783cebdaa2e543b9077c53ff8a12e9ae35cc 399 0.25/1.00 vMB 25
355,730 355,730 00000000000000000b820c9d9a1f6a88f3aabddd9fdad4ddfc9ec39950562c64 1,041 0.62/1.00 vMB 24
355,729 355,729 000000000000000008fad3392b5e80303ecc13ab5243a64726a126aaf5e7b8bb 343 0.38/1.00 vMB 14
355,728 355,728 00000000000000000a7f51f3d0c9fa79f061dab85a25c57157294bdb8391eca1 1,660 0.90/1.00 vMB 27
355,727 355,727 000000000000000015694c453c49a613a3bdb1759c8812c337b3be36458130e9 586 0.58/1.00 vMB 11
355,726 355,726 000000000000000003f6f143c5e633d5ab4a08c0b3b6c1f6a34e83d30139a405 1,121 0.75/1.00 vMB 24
355,725 355,725 0000000000000000046c55f46fcd796aa28720688afbaa2e4bde27dea748a817 1,133 0.75/1.00 vMB 21
355,724 355,724 00000000000000001111eadb55fd1ca1b95669904294c0dd05d57991979ae8e6 2,297 0.75/1.00 vMB 43
355,723 355,723 000000000000000007c7f76139337294f66ef3e73e1b6eda21787c79bc74cf11 185 0.12/1.00 vMB 25
355,722 355,722 00000000000000001162f5f90488426ab4e0887768519e36c11ecfac368cf380 300 0.13/1.00 vMB 18
355,721 355,721 000000000000000011c5ee78be10dadea5ec53c8470f4448fcf14cbdff0041fc 367 0.26/1.00 vMB 19
355,720 355,720 00000000000000000c7e1231927355009faa7891b19b601d6c73a5d12253af08 256 0.09/1.00 vMB 47
355,719 355,719 000000000000000010e243a11c5b0481e23b7e360b7f4b31c7ce2d4accf0ded2 1,186 0.66/1.00 vMB 26
355,718 355,718 00000000000000000ae375e9a11e3911abeee1d357e33bdaefeafd18f0b53bb4 1,275 0.68/1.00 vMB 27
355,717 355,717 000000000000000003f5b99fbfe07dbf3ab5ec41de8b4b2cebb57e0cc821d6cd 754 0.42/1.00 vMB 26
355,716 355,716 000000000000000007092a2ce8749483d59d9a649b73fa1e5700f89dcc53346e 462 0.32/1.00 vMB 21
355,715 355,715 00000000000000000582aead0f4e0d43bdd7b7e00d168ee880875dc44d0d078a 1,175 0.68/1.00 vMB 24
355,714 355,714 00000000000000001281e8f38b734fc3843681eb2dc4b7167b3ff8fcaddf90ab 1,150 0.70/1.00 vMB 20
355,713 355,713 0000000000000000089c391e2a3efaa0a5fb67b331f94fb007b692c43a63361a 416 0.27/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.