Loading Tool

Explorer IconExplorer

Memory Pool

33,693 transactions
25.17 vMB
0.05236522 BTC
Random Selection Loading Transactions
Max Size: 127.87/200 MB

Candidate Block

Mining Attempt f4085c8ad3d94146de89872a54ba8292a327512d3e072e6ba2b03f84c7f11bf2
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 86b1c1f9f2c08db129210645b9eac0f612a0b6efda7959bb914a2932372fb52a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,556
Size: 1.00 vMB
Total Fees: 0.00695640 BTC
Feerates: 508.49 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (520,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,123 394,123 000000000000000009128523f46ac709c7b0deadeab982c7bc760b4b13c6e40e 489 1.00/1.00 vMB 17
394,122 394,122 000000000000000006fe4429bf3340dd96d2fcb40d0762dd7cb2c84f82f6dd1b 1,037 0.99/1.00 vMB 23
394,121 394,121 00000000000000000039b22d3dfbae77df0ac8d2663b9aebfafdaac075db6c69 1,154 0.93/1.00 vMB 31
394,120 394,120 00000000000000000390df638e27864f86c9fb08715cd7039e00a3b4302b9965 1,605 1.00/1.00 vMB 35
394,119 394,119 000000000000000002935fa67d74be21f60b16671f5e0193ae471a0dad121f4b 1,410 1.00/1.00 vMB 31
394,118 394,118 000000000000000000d9afaf014cb6fe88cd4548ca35c8dd22e29ccf4091492d 526 0.75/1.00 vMB 23
394,117 394,117 0000000000000000091d460815380af35e3fa930ceaa52f396a5eafc0b733cc1 35 0.05/1.00 vMB 4
394,116 394,116 000000000000000003446d18686cad773a57b2832aa3998c56d8a57b8bb5e7cb 1,450 0.75/1.00 vMB 39
394,115 394,115 0000000000000000091cd8466d723eea7f753583c0b5c698f8bbddac2699d27e 1,316 1.00/1.00 vMB 29
394,114 394,114 0000000000000000083eca2c80cab52d591f1a4c9eb57c7bbf3d56e0570cc218 612 0.95/1.00 vMB 18
394,113 394,113 0000000000000000078fcc0271188f5a33e938339a4ddc1ac69f5d26593a9a38 1 0.00/1.00 vMB 0
394,112 394,112 000000000000000005e75eee56d71b1ab6f230985b3aff3b042d3d8d429f3bac 1,381 1.00/1.00 vMB 28
394,111 394,111 000000000000000002f1c51d781d830e605b0118d3e69805053d18461cc5c450 2,260 0.95/1.00 vMB 44
394,110 394,110 000000000000000002a5487b48c894818a5ad61240a7c37bd2556070df1c6101 505 0.95/1.00 vMB 16
394,109 394,109 00000000000000000381a5a33569ef6c83683e23cb085e198792a25642216b4f 1,162 0.93/1.00 vMB 23
394,108 394,108 000000000000000009090780b67bca63e4b4409683e2eebc643a7e9381639e82 1,081 0.92/1.00 vMB 30
394,107 394,107 0000000000000000086a5d52e084019c563b64c36dbdf26f31c242ef879f6263 690 0.99/1.00 vMB 17
394,106 394,106 000000000000000005573dd610ab65f5db642095277949b7afe812b4f9d0a5b3 25 0.06/1.00 vMB 7
394,105 394,105 0000000000000000064b7cd8d117126a6d809dfcbe0c8104ef3e41001041f3cc 565 0.75/1.00 vMB 21
394,104 394,104 0000000000000000028f5dbdd1046c3d943ccc347f257a1c2ff0b04d9b12baad 1,435 1.00/1.00 vMB 26
394,103 394,103 0000000000000000050882f86df4d1f979a0c3ead507664b7af88fef296d18ac 161 0.99/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.