Loading Tool

Explorer IconExplorer

Memory Pool

73,522 transactions
28.31 vMB
0.07506772 BTC
Random Selection Loading Transactions
Max Size: 167.50/200 MB

Candidate Block

Mining Attempt 8efb9ecd262f0f67616e516f9b4a58fac37d238a4b0249387198b1ed6997024c
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8aabe6c6e53f28269934eab8480871d62d58dbd9ab30e13d31b18943ffdde3fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,758
Size: 1.00 vMB
Total Fees: 0.01829777 BTC
Feerates: 150.86 > 1.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (862,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,937 52,937 00000000043607e54a47b6fb56553de840944c28ca9a61758069fab0a1095a97 1 0.00/1.00 vMB 0
52,936 52,936 0000000002e39843abf3b91d9bca252a4ba02bf4b6f45e644c983a3dad90bb9c 1 0.00/1.00 vMB 0
52,935 52,935 0000000000d8bf95e5e7a9e244bad308d99b7d1d4a5bdf56124d0d14bf94ddca 1 0.00/1.00 vMB 0
52,934 52,934 000000000d34ceef162f9de86aa9d29b8de02d754405fbf09892771f97ac9be1 1 0.00/1.00 vMB 0
52,933 52,933 0000000002b3afb5f7a6fa7027c1745f1936f7fae06a805e4d8b403d4525459d 1 0.00/1.00 vMB 0
52,932 52,932 00000000071eccb81da685d132b8eb76b2920cbaa6d1ea6d78479231954e7045 1 0.00/1.00 vMB 0
52,931 52,931 00000000021f3e98d6a8dd8fb01750d041bb8450c883cb504430b7fff1e151a1 7 0.00/1.00 vMB 0
52,930 52,930 0000000006e0711439f6248c427516ff1f2dfaddaa91d2896032153d50b87cee 1 0.00/1.00 vMB 0
52,929 52,929 000000000e55abc634e41955aa76250b4b2ce15bc279dfbfa6f76b6a11ce331a 1 0.00/1.00 vMB 0
52,928 52,928 00000000097cadffc33d2c9841ff55537c4102387ce6719691f3d1ba78411ae9 1 0.00/1.00 vMB 0
52,927 52,927 000000000a7339d8174eb5594b10aec2624ade101ebbc6032ba9d30e1a819c06 1 0.00/1.00 vMB 0
52,926 52,926 00000000077ed90edd3781fdd10ee9e5d790015d1e35fa3aa98961260a983662 1 0.00/1.00 vMB 0
52,925 52,925 0000000000709346b675495225b06a8acb4ef3f90087ecabd2b52a5f2703118b 1 0.00/1.00 vMB 0
52,924 52,924 00000000101056e614402c5343b48c5c7f885bf074996c3eca2c8f5c71543b82 1 0.00/1.00 vMB 0
52,923 52,923 000000000fb15306e70effeba9d7423a23fb26b031b7c9473b59fb0f8c22a8a5 1 0.00/1.00 vMB 0
52,922 52,922 000000001349b44a3a8a10edb9d6dffd7c24c494a6cda6729f0eae19ba5ae3d8 1 0.00/1.00 vMB 0
52,921 52,921 000000000dfedf0a55615d99d9dac541eceaa8786e5ea8fa3953814249576f92 1 0.00/1.00 vMB 0
52,920 52,920 0000000006ca56d20403cdc8c9f9d553c00547a25f284e892943a8c5ef21c50b 1 0.00/1.00 vMB 0
52,919 52,919 000000000080c7323c8b85cdb429f47e9c24421db37ecb56d3d76980c9bcad27 4 0.00/1.00 vMB 0
52,918 52,918 000000000694d06125c6fd5ac38a037b4d5adbe516ad6bf32b2171d4068653a0 1 0.00/1.00 vMB 0
52,917 52,917 000000000277ae93273121cb565ccc9b7b6458a7b5c60ff42bcdb291fada87b0 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.