Loading Tool

Explorer IconExplorer

Memory Pool

79,175 transactions
30.28 vMB
0.06852283 BTC
Random Selection Loading Transactions
Max Size: 184.04/200 MB

Candidate Block

Mining Attempt 96d7fe9a409470849e2420163208c9ad954f3d0e0a61c6713710579c31dc0d3d
Version 20000000
Previous Block 000000000000000000013056a9caa15cd1e34c038e1bb47f9d61c37f2e670056
Merkle Root 08a7f8cfe46b5d830b01d6278e809dd483ae4ac553148f8d593f79bcfec1b39b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,283
Size: 1.00 vMB
Total Fees: 0.00400119 BTC
Feerates: 50.27 > 0.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,196 (140,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,639 774,639 000000000000000000013a8d6e14a1bbc14fc3afd1e71e0636e7cd4abb135e85 4,344 1.00/1.00 vMB 8
774,638 774,638 00000000000000000003017e6092e9422f0c42764069e3830e8b760f27c04c07 2,514 1.00/1.00 vMB 9
774,637 774,637 00000000000000000004e8a4c96d9c1b4be2a42d6da8522e1cb2ca79cc398a0b 1,462 1.00/1.00 vMB 19
774,636 774,636 000000000000000000040a7257dd767b15b1501873acda7338615581cf324176 2,123 1.00/1.00 vMB 6
774,635 774,635 000000000000000000061a204d479c5675fa147ba06fdaea1be882c04716940e 2,918 1.00/1.00 vMB 17
774,634 774,634 00000000000000000003fc09524e8f995c98ad08559d9a1b3187c623a8bd9eae 3,491 1.00/1.00 vMB 15
774,633 774,633 0000000000000000000521d8e88186fa2c6766b027868fe91437a0c556a59506 3,447 1.00/1.00 vMB 28
774,632 774,632 000000000000000000002e4a3e220267feaa0e839e32fac3e9efb2d79b2c7e6c 1,651 1.00/1.00 vMB 6
774,631 774,631 00000000000000000006aaddb751687cda2982ec7e5880f078424c67ac044805 3,127 1.00/1.00 vMB 19
774,630 774,630 00000000000000000004eade489ae614f5239ec94f2a78a1dea78d512f5fa635 3,347 1.00/1.00 vMB 10
774,629 774,629 00000000000000000001879c02d484c3920e24668e0c2b87e09ec46c7f4091ba 3,542 1.00/1.00 vMB 24
774,628 774,628 0000000000000000000515e202c8ae73c8155fc472422d7593af87aa74f2cf3d 63 1.00/1.00 vMB 0
774,627 774,627 0000000000000000000560268dbd186dbecdd347e6dad829c10c0fd3cffb2b1a 2,651 1.00/1.00 vMB 17
774,626 774,626 00000000000000000001122b494c71b9525d9c13a683bbedecb3be9056c30433 1,906 1.00/1.00 vMB 25
774,625 774,625 00000000000000000002b145ee1961cb0247014fdb038ebe7b278184830331a4 2,421 1.00/1.00 vMB 27
774,624 774,624 00000000000000000004d0f67fcd629024420da7b4ec9428165792030a819ab6 1,850 1.00/1.00 vMB 8
774,623 774,623 00000000000000000003fbaeea943f8bbd2d66d2fca18477b7454a42a84858fe 793 1.00/1.00 vMB 15
774,622 774,622 00000000000000000004b9a5923c4c734226a92f3926d1609f5471aa8e7d4a07 3,200 1.00/1.00 vMB 27
774,621 774,621 000000000000000000040b9fab0330cf358f1ad07ed4a0e267c3e13646e8ea5e 3,927 1.00/1.00 vMB 4
774,620 774,620 00000000000000000002c60e59b510e893a79d65c3a6260daa3eca8188af812b 3,321 1.00/1.00 vMB 23
774,619 774,619 00000000000000000006c4318fa6ee92ba02ab103d68624a847d122bdc233bb1 4,695 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.73 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: 707.68 GB
    • Received: 16.69 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.