Loading Tool

Explorer IconExplorer

Memory Pool

68,491 transactions
37.29 vMB
0.16601110 BTC
Random Selection Loading Transactions
Max Size: 199.70/200 MB

Candidate Block

Mining Attempt ee58c084c9259269f278fa55aea68c3e4429e1ca08054c833b6d1b8b434b34c2
Version 20000000
Previous Block 000000000000000000018eb5aa3d4a22f845fc40e3951e74631990c6eb927a84
Merkle Root e7164d9559ee0a29e2deca12e79ce985f236579a1358e4e0c93930e4489703a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,024
Size: 1.00 vMB
Total Fees: 0.06462933 BTC
Feerates: 153.90 > 6.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,405 (354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,051 914,051 0000000000000000000198630ae47214388b6dd17e1b244c2c8fda9186a6f2ab 724 0.19/1.00 vMB 3
914,050 914,050 00000000000000000001fca5d03d150a8b3bc513db65e609eacbba7b8e6522a4 818 0.25/1.00 vMB 2
914,049 914,049 00000000000000000001e6f072f13d5e6011d984baf477c2781c7eb3c6d187dd 3,980 1.00/1.00 vMB 0
914,048 914,048 0000000000000000000192b2a8b3e1ce8bee407614d3a6bff10a77db14386e40 2,731 1.00/1.00 vMB 3
914,047 914,047 0000000000000000000052a6314989568f8a11ad79a4e2b2421ff2f106b2bb4e 3,330 1.00/1.00 vMB 2
914,046 914,046 0000000000000000000052eca5dd5abe6cab34eb0a8c5d2ad415525ff122e770 2,963 1.00/1.00 vMB 3
914,045 914,045 0000000000000000000012341ce71a454e19809163e78b6988c9a26e7c426fda 6,333 1.00/1.00 vMB 0
914,044 914,044 00000000000000000001952dc0b6fc69433d4f91c7e7b06608cbde761d3288b1 524 0.14/1.00 vMB 13
914,043 914,043 000000000000000000007c6d4bb5693218d750ff6bcd6da0ad1596326d284390 5,610 1.00/1.00 vMB 1
914,042 914,042 00000000000000000001bc60d92ebc565f48554278171522540b39d8f6a2771a 4,626 1.00/1.00 vMB 3
914,041 914,041 00000000000000000000b37d7d1cde5b3327db50e7ee97b6df3f144140c302c1 3,230 1.00/1.00 vMB 7
914,040 914,040 0000000000000000000063332efc908bec14d52a46ed8cd1471002d63d97a57e 1,210 0.43/1.00 vMB 2
914,039 914,039 000000000000000000014fcfa543d444f26bb99876f14cc1a7238de01cd8c906 5,774 1.00/1.00 vMB 1
914,038 914,038 00000000000000000000da11a75997c47558cabdbae7e3edd8e511051cd73900 6,726 1.00/1.00 vMB 0
914,037 914,037 00000000000000000001770ab7a3b702cae496b3ed699a1ae17bf65fd2a207f1 6,902 1.00/1.00 vMB 0
914,036 914,036 00000000000000000001393a821ea01d1e77c13913bfbfa7b7a74f570b9deb11 2,479 1.00/1.00 vMB 2
914,035 914,035 0000000000000000000087f5fa73384b341113ebaf18fcf622a4ac7f51bddad6 6,309 1.00/1.00 vMB 0
914,034 914,034 000000000000000000011dcc4eda0dfe876df94135e0796eceef03d6f1f3f04e 340 0.11/1.00 vMB 2
914,033 914,033 000000000000000000006eb27305ec309e507676e74ae0248521cd63c1b2ff4f 4,161 1.00/1.00 vMB 0
914,032 914,032 0000000000000000000068d662ff9bdb68f558533d5ec99a6d7d519aaf40fa16 5,258 0.85/1.00 vMB 0
914,031 914,031 00000000000000000000bb72a9a0c179e0f5ae0664962889c18c347c8358b039 5,793 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 601.18 GB
    • Received: 10.11 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.