Loading Tool

Explorer IconExplorer

Memory Pool

44,826 transactions
28.57 vMB
0.06518543 BTC
Random Selection Loading Transactions
Max Size: 151.96/200 MB

Candidate Block

Mining Attempt 3a686baa8e8e37c0626999014ae46402da34bbd1f8c90b0390d9a7d904658f6e
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 2d57b5383b602d1616c6feba2856269653a4996bc67af38d0a4ca24cca65d5e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,221
Size: 1.00 vMB
Total Fees: 0.01107231 BTC
Feerates: 60.21 > 1.11 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (313,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,818 601,818 00000000000000000007416ab282aa36ec6e4f7226d34e12a5dd833213d8ae24 2,324 1.00/1.00 vMB 26
601,817 601,817 0000000000000000000ddd9976c9c2214b8eb1d2ebdf71ee2abb159bf6f82ba3 2,784 1.00/1.00 vMB 45
601,816 601,816 0000000000000000000019fb05af4f222cd655d1a050608324478277ed0dc7ae 2,537 1.00/1.00 vMB 27
601,815 601,815 0000000000000000000c1c150210cd5bb00698dd3b328ecf9ba2a2a3d1d86e09 3,074 1.00/1.00 vMB 23
601,814 601,814 000000000000000000116f8e0413ede670a78a2577475bc05c2343c0367f6e85 3,278 1.00/1.00 vMB 32
601,813 601,813 00000000000000000013fe2cade408aa72b3439f05261e35e5185126101b9a0a 2,576 1.00/1.00 vMB 44
601,812 601,812 00000000000000000001a95505ab9fd3fed67c85d064e565eec76cbd8802de29 2,834 1.00/1.00 vMB 43
601,811 601,811 00000000000000000008f06dd477c9435aca61a0364bbad9cee255e673e9a675 2,703 1.00/1.00 vMB 27
601,810 601,810 00000000000000000007de60a92a64f35d1068fb2fda921d4314a07f0a9080bf 1,878 1.00/1.00 vMB 26
601,809 601,809 000000000000000000070ff205fd03be8fe2d046e20df132b5e657ce7cc2315b 2,819 1.00/1.00 vMB 29
601,808 601,808 000000000000000000076944fd2f611610f787921c5cb86124203dd61d7d46a1 2,954 1.00/1.00 vMB 37
601,807 601,807 0000000000000000000f73f8b8edcfd4beeda82e66a996da496e2d7cd8025054 1,418 1.00/1.00 vMB 26
601,806 601,806 0000000000000000001270dc6363f21177f6343fac887fb938274694a1333d67 3,123 1.00/1.00 vMB 44
601,805 601,805 0000000000000000000807159d88679208374fc8e95664c37f8ddc93720ed65b 2,543 1.00/1.00 vMB 35
601,804 601,804 000000000000000000140e3d328c8a0f5e2d3e304242bdd714dfb226ab10a24d 2,752 1.00/1.00 vMB 29
601,803 601,803 000000000000000000021e83e78584ec0b302ca21a687ea66f8a4e9aee1c9051 2,146 1.00/1.00 vMB 30
601,802 601,802 0000000000000000001349f9891820beb0c00d7e22ea85c07e959ec14ba00fa3 2,643 1.00/1.00 vMB 44
601,801 601,801 0000000000000000000d21562cac4fbcfc9f4c1e9531afcf9f63c70c78f4681c 2,057 1.00/1.00 vMB 44
601,800 601,800 0000000000000000000054ac82fa7cc99bbfaa2435f245760351180c9dc265a7 2,367 1.00/1.00 vMB 49
601,799 601,799 000000000000000000126017b42b5e3eaa0b5ad9a5518d5930cf8eef5bd3c2fd 2,821 1.00/1.00 vMB 58
601,798 601,798 0000000000000000000e3fd8d5559eccf8908c6ec2cf76523ff2852aa108cb87 1,630 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.