Loading Tool

Explorer IconExplorer

Memory Pool

83,058 transactions
31.36 vMB
0.13038420 BTC
Random Selection Loading Transactions
Max Size: 190.11/200 MB

Candidate Block

Mining Attempt f1296d52e63516cc2148509021caedf85ca6746fd7f9a2aeea551d3f102f784d
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 6e4a82fc2908f29f0aedf4f032b49ce2bfb1ad7c98121deeed190c1543f03e43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,036
Size: 1.00 vMB
Total Fees: 0.04608620 BTC
Feerates: 318.30 > 4.62 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (640,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,677 274,677 0000000000000001ceccfdd692a4bbbfee2bdf9cbd513b29d5c3319c7420df9b 100 0.03/1.00 vMB 165
274,676 274,676 0000000000000003fbc25a2dad6dbefeca9da17930add7e10c1d04d453be7ab9 84 0.04/1.00 vMB 44
274,675 274,675 000000000000000480b55a3a42926942bf5a9af656abd19385d2762bcfd8447f 482 0.28/1.00 vMB 31
274,674 274,674 0000000000000003bdd925491f64b6d3e9fb63a1f86c96708561e7d24c18b5f8 751 0.25/1.00 vMB 84
274,673 274,673 0000000000000001e9fc7ae8aa77ca62ea5b24a95aac5108a1c5a9838dc8f09c 375 0.15/1.00 vMB 77
274,672 274,672 00000000000000022c61662f0d889d9961f86f3ab9b7c004060e803809635291 393 0.17/1.00 vMB 41
274,671 274,671 0000000000000001d05165a0da90078954b28b0d284a4c2c5c2bac1d865f7b88 565 0.23/1.00 vMB 50
274,670 274,670 00000000000000013df5d2775455321af748848a8b48de68793bc07b74d4b08e 173 0.14/1.00 vMB 19
274,669 274,669 0000000000000000bbdd9e695c9fb5efe1e1c5217ce2d71c8d5922b1b6aa4525 288 0.14/1.00 vMB 51
274,668 274,668 00000000000000004bccb6ba1d5bfe20101884847fcb531d26d3f8752fdc46de 582 0.25/1.00 vMB 57
274,667 274,667 0000000000000001e34bd539c3a726eba1dc174aabe6a359361eb9988d7d363c 142 0.09/1.00 vMB 47
274,666 274,666 00000000000000003d9f40ba52dc16f4cc5903797d6cffd6a1e07bb5d319452e 98 0.05/1.00 vMB 29
274,665 274,665 000000000000000395a86d839f3ba0754a451555a8d98e1081160ea069565a19 571 0.27/1.00 vMB 52
274,664 274,664 0000000000000004046de2531c30ff18f0f14f4423c70b27927089a5849a650e 457 0.21/1.00 vMB 47
274,663 274,663 0000000000000003df3c5cd2f1aa8f50a55589a4735fbe2815c1fd2f9fd563d6 146 0.06/1.00 vMB 42
274,662 274,662 000000000000000246a877984e4dab6c459c70626265cb7a45c2ff2eed9f708f 256 0.12/1.00 vMB 56
274,661 274,661 00000000000000031464ee259d1b5723bb4f7c7f1420f5270ba35be159f59cef 343 0.17/1.00 vMB 53
274,660 274,660 0000000000000000a856428bf1171d4960c8965ae4642dafaa445775012ff35d 171 0.09/1.00 vMB 43
274,659 274,659 0000000000000003cbece9b2f8b3dbc29f24e6d83e96b7c6e19678c230d4e4a9 324 0.20/1.00 vMB 25
274,658 274,658 00000000000000014f509a5aa34b45033af45c1f3a2a9f754e6786c5b20d3b90 669 0.25/1.00 vMB 89
274,657 274,657 0000000000000000cb35276c9a46cc08919d25d48a211f85fafb37cce477e42e 138 0.05/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 783.08 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: 722.58 GB
    • Received: 18.40 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.