Loading Tool

Explorer IconExplorer

Memory Pool

36,344 transactions
27.59 vMB
0.06292151 BTC
Random Selection Loading Transactions
Max Size: 138.98/200 MB

Candidate Block

Mining Attempt 6e5a83df2468520c4422ca582629ff1657cfb9b229824ac2985af21cecda7e26
Version 20000000
Previous Block 0000000000000000000141edea387271cfa939f1c4e7740f679098889b1d55ec
Merkle Root d5bd51808bf52bbd6c569593a39910a5b62e7db46954957f0b2c1a1c5fca46a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,611
Size: 1.00 vMB
Total Fees: 0.01039645 BTC
Feerates: 101.47 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,624 (348,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,699 565,699 00000000000000000013e779e1bcdd7f03a1eb04869b3141c3b3ac1487027793 2,342 1.00/1.00 vMB 25
565,698 565,698 000000000000000000008901b2aec244962e1c1adbee03c65fe8c257f58843d2 2,191 1.00/1.00 vMB 21
565,697 565,697 0000000000000000001e4362e0a0f9c0eafde0e23dcd9a0c3dca4f8d6af407f5 2,979 1.00/1.00 vMB 20
565,696 565,696 000000000000000000160954e8310408c8ba689a6a96904197fc130e23e419e6 2,364 1.00/1.00 vMB 41
565,695 565,695 0000000000000000000ddb47a2d338559d0b2ab7a56826ad24bc897b587462f6 857 0.65/1.00 vMB 3
565,694 565,694 00000000000000000005b4bf15c2407d6be49470b723437a02f8d030a5d87b86 2,497 1.00/1.00 vMB 15
565,693 565,693 0000000000000000001360dbe4ab60f97f3502a394f5d22cda766c2fba6faf7a 1,886 1.00/1.00 vMB 27
565,692 565,692 0000000000000000000b93c058facf05d957de2073d469bba608d1195b9f2d6e 3,376 1.00/1.00 vMB 37
565,691 565,691 00000000000000000003e611331155c94102e32a5fce27a600ee6a65e8da9c5a 1,360 0.62/1.00 vMB 14
565,690 565,690 000000000000000000058c72bca416aaf27d81e994891422c4aa64702aab3191 873 1.00/1.00 vMB 2
565,689 565,689 000000000000000000243016a246d8a3b1723ffd2c234848fbf5f69f1a66a825 1,126 1.00/1.00 vMB 9
565,688 565,688 00000000000000000019539f60db34774d192c7d49be689fb0ee2fa3096a50a5 2,282 1.00/1.00 vMB 10
565,687 565,687 0000000000000000000c424c7fae51054b06d0ad99ff3e9690de428b4e6eafb5 1,595 1.00/1.00 vMB 14
565,686 565,686 0000000000000000001b24d99077c8960242e89c31dbf028bf963ecc1b7e1d6c 2,679 1.00/1.00 vMB 30
565,685 565,685 0000000000000000001af403c82e392ffefcf9a7d4730be099fdd6360b6de562 3,047 1.00/1.00 vMB 24
565,684 565,684 00000000000000000013778f27be5f0014ac27be9a4887f858b9963da4af6183 3,233 1.00/1.00 vMB 28
565,683 565,683 00000000000000000002aea05c69d27d87cef9685c3ffe3c31e1b8312d04d923 1,151 1.00/1.00 vMB 6
565,682 565,682 00000000000000000018128f2aea34d271078fbd96b019772f8c0182a89c762c 3,114 1.00/1.00 vMB 28
565,681 565,681 00000000000000000004cfef6d353c7914d941c1748aa04dcf1dad573855397e 688 1.00/1.00 vMB 3
565,680 565,680 0000000000000000000f5396792170e3bb3cda57a524a7acad5cc94e72164f3d 2,641 1.00/1.00 vMB 11
565,679 565,679 00000000000000000023ce14e8aeece0beaa461d33bbea51feefdfc3804cc317 2,973 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.73 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: 630.05 GB
    • Received: 11.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.