Loading Tool

Explorer IconExplorer

Memory Pool

77,803 transactions
28.86 vMB
0.06718786 BTC
Random Selection Loading Transactions
Max Size: 175.12/200 MB

Candidate Block

Mining Attempt 53f8822c2d914fde659b801662470be83b258189b5da505a90dca52e1eca3340
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root 58eb453d184c784ded8026301c8c6fdf011fbb4f804fe287c3b3f9192e1c490c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,880
Size: 1.00 vMB
Total Fees: 0.00712835 BTC
Feerates: 149.20 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (327,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,938 587,938 00000000000000000000ddca3ad1979ff34ea6b7f902b7f62ff79c4834c5dc4d 3,458 1.00/1.00 vMB 28
587,937 587,937 000000000000000000029075c032c4ddea3fc4cb79559a9a1d4af665133f7b7e 2,856 1.00/1.00 vMB 26
587,936 587,936 0000000000000000000ecb30bc7560a82a1bfaa05ba8ca3141b66eabde44293b 2,903 1.00/1.00 vMB 37
587,935 587,935 0000000000000000000ae41d3b612efaa399b35eb6a93582604de0b55ec6506b 3,300 1.00/1.00 vMB 49
587,934 587,934 0000000000000000001e2d1849e9aa65cc25509fd622b81f42a98fc1601c31b4 2,756 1.00/1.00 vMB 61
587,933 587,933 0000000000000000000f1d949329850f194ea35a3f46a1e949a3d9ce0c726a9b 2,856 1.00/1.00 vMB 55
587,932 587,932 0000000000000000001c2ca9dfd0f63113bf67461b75425f48e48294c81efee5 1,422 1.00/1.00 vMB 4
587,931 587,931 0000000000000000000b411506b6f702afa7209004368a1f2aa908ae715bb0ad 2,637 1.00/1.00 vMB 21
587,930 587,930 0000000000000000000130754d91f8209b44f7afc528835963ce47693e7970c4 1,773 1.00/1.00 vMB 15
587,929 587,929 000000000000000000042287266a62b5034d256aa702f5c539e80dc5bef58e55 2,072 1.00/1.00 vMB 16
587,928 587,928 00000000000000000000d40d1e9052904c7c440ec7d3bf892d53a6ddad7f1dd9 2,681 1.00/1.00 vMB 37
587,927 587,927 00000000000000000012e39f068acaeb7f6ba74ff779c806fc544b6df568a681 1,465 1.00/1.00 vMB 44
587,926 587,926 0000000000000000001b0660368b4ad093749ffa638441465f4bddf51bae722a 3,038 1.00/1.00 vMB 56
587,925 587,925 0000000000000000000843ab77f514dc5417329f819b7c29e38bc5bf1dd35c92 2,047 1.00/1.00 vMB 81
587,924 587,924 000000000000000000085ac5d2beda3110142c2eafb3196be42b65f1ee634232 1,821 1.00/1.00 vMB 25
587,923 587,923 0000000000000000001b1c7d674fcf658074ed993ffe8233ae8e2ed404f30a47 1,678 1.00/1.00 vMB 25
587,922 587,922 00000000000000000015957c7d815ce21786a2d63b53c8c68b2a4bd83e0932c9 1,600 1.00/1.00 vMB 14
587,921 587,921 0000000000000000001a63f31cbce31387f444e8a8b86e9772881271254b549d 1,888 1.00/1.00 vMB 38
587,920 587,920 000000000000000000075bf4895c0c20da9780d9bef9b7ad8e2a2478b3772b9a 1,878 1.00/1.00 vMB 23
587,919 587,919 0000000000000000000eb77f9e212b640def4fa71f2e94f778c9f60eaa715530 2,865 1.00/1.00 vMB 50
587,918 587,918 00000000000000000014bdb3a492167ea335bad0a2fa7af4a474669e42535e4e 1,789 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.