Loading Tool

Explorer IconExplorer

Memory Pool

42,869 transactions
27.02 vMB
0.06917795 BTC
Random Selection Loading Transactions
Max Size: 141.78/200 MB

Candidate Block

Mining Attempt 86dcc874d0816d7014427e61bd1fe15433c9d3fc38791929003122e548e3fe22
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 0f8ccc3c614a85d5f4a90b6d7d8ea2a327113560e2f1ce8b739815129fc1d2df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,411
Size: 1.00 vMB
Total Fees: 0.01881977 BTC
Feerates: 201.07 > 1.89 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (414,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,765 500,765 0000000000000000002ed9996203f41987dac6dd0f64de44aba007863bc98392 2,279 1.00/1.00 vMB 945
500,764 500,764 00000000000000000089cd345243bedc29b0eb31d7c06f4d61473ba20358dae4 1,264 1.00/1.00 vMB 431
500,763 500,763 000000000000000000868c6df4e74a2c00d98e4d0f5770a07ac4aec3621b2ad5 2,380 1.00/1.00 vMB 962
500,762 500,762 00000000000000000088a45dd588aab53b4a359896c67ccb446714e2e9e0d2ea 1,358 1.00/1.00 vMB 491
500,761 500,761 000000000000000000036c90c761f9be35ab4939a63482291e07412543de5bc3 2,233 1.00/1.00 vMB 748
500,760 500,760 00000000000000000026cbc2aacbb090198a93c21fd56af8ed8363bea74e9bfa 2,174 1.00/1.00 vMB 605
500,759 500,759 00000000000000000095a8f6cb4b4885ec079dc38e01db4cf17c35d956f86470 1,870 1.00/1.00 vMB 560
500,758 500,758 000000000000000000440ecc4445a912a29420a4956cb369f4f04e59bd800695 2,032 1.00/1.00 vMB 421
500,757 500,757 00000000000000000082757747cd7650c768b60ee6a77770ea374f6cf6d4f94a 2,258 1.00/1.00 vMB 695
500,756 500,756 0000000000000000007d63c0697c2a0fe227a89f95f495bf050dea7635771e11 2,412 1.00/1.00 vMB 1,133
500,755 500,755 0000000000000000005070574eaddf7861be12b075b6936f22265f4004432bab 2,279 1.00/1.00 vMB 760
500,754 500,754 0000000000000000003781d587f14d4b2669b27b2e82bbb79fd514b36e863b83 2,242 1.00/1.00 vMB 681
500,753 500,753 000000000000000000377836caea3b829e2fc57e4511c803762247dd390fa5c9 2,500 1.00/1.00 vMB 459
500,752 500,752 00000000000000000064e429dfcfa3990922774f394604255ebb1622265915a0 2,833 1.00/1.00 vMB 802
500,751 500,751 0000000000000000006dc579b3b957c61b68d14b8018fc425099eff98b314870 2,539 1.00/1.00 vMB 681
500,750 500,750 0000000000000000000e1791979e2bae1f30c4267667c1d99e945592f5feb6b2 2,495 1.00/1.00 vMB 1,100
500,749 500,749 000000000000000000341953e8cd9e30bb686687d8dabc069f20f89a715a3213 2,634 1.00/1.00 vMB 882
500,748 500,748 0000000000000000005b56a121a5524b49d83195a4ec86a9b0456d3197c759d2 2,686 1.00/1.00 vMB 1,049
500,747 500,747 0000000000000000008217d48293d1353e7f66d5532dda0eee8bcf9f10802a92 2,642 1.00/1.00 vMB 1,011
500,746 500,746 00000000000000000064fd7b4959b13dd1cc9e456bc26a74e33b6a2282ce631e 2,542 1.00/1.00 vMB 973
500,745 500,745 00000000000000000032dab8b054f2edf3323df7d19b58088ad27c2cc594e742 2,340 1.00/1.00 vMB 1,182
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.