Loading Tool

Explorer IconExplorer

Memory Pool

45,999 transactions
26.81 vMB
0.08678423 BTC
Random Selection Loading Transactions
Max Size: 142.43/200 MB

Candidate Block

Mining Attempt dd1e3c3d5bc6e12dc06aa10629219fadfafb56d4d83330d80d85b0df20f4d928
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root d9021afbce5ee0d751888f6fb2d7d98cdcb4b1b6c3915ca7f5285954fd39c2a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,403
Size: 1.00 vMB
Total Fees: 0.03725155 BTC
Feerates: 101.64 > 3.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (337,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,020 577,020 0000000000000000000785e20b854e8d11299c9e51919450b17ebcca402e07ea 891 1.00/1.00 vMB 159
577,019 577,019 000000000000000000170c3fb3809c41741854e2ab962d819aa9d3112442006a 1,298 1.00/1.00 vMB 219
577,018 577,018 0000000000000000000a684e32343dbc17480126dfc8c6deef17e94908e1902c 2,316 1.00/1.00 vMB 297
577,017 577,017 0000000000000000001e4a3c55b7fa81033ed9ffbc77159854520e3668e291cf 1,618 1.00/1.00 vMB 42
577,016 577,016 00000000000000000020eb4fddeeb4336f2c16d47789eebfb295f87c66e035a8 1,798 1.00/1.00 vMB 129
577,015 577,015 0000000000000000000a069b97dd8e49994b4f16a0d4b86fa29051385db838d4 1,443 1.00/1.00 vMB 139
577,014 577,014 00000000000000000005697e33650bd7047f90869f95f09bc89c27c0b0761081 2,646 1.00/1.00 vMB 100
577,013 577,013 000000000000000000060e5aae066619d04f1a3f0b277b76feb07ba06829d344 3,328 1.00/1.00 vMB 153
577,012 577,012 0000000000000000002627f9f20b2e14ae49a114d7a12f9ec72e21004aac5707 2,173 1.00/1.00 vMB 147
577,011 577,011 00000000000000000023e015a72bca23b552cf4708c2f0a2a5e752b424e33c86 2,331 1.00/1.00 vMB 57
577,010 577,010 0000000000000000000aa19a9045fc332d9f39aabaf0470a62169cf8f0feeade 2,404 1.00/1.00 vMB 110
577,009 577,009 0000000000000000001818ad5a959af4e9c8b9dfe7067970ce380396a8a911f3 2,514 1.00/1.00 vMB 91
577,008 577,008 0000000000000000002361eb096c5071f7c4b37554fd7ce657e80cf2d3d82a3b 2,370 1.00/1.00 vMB 97
577,007 577,007 00000000000000000013d548cca2dcfb50580afa8928057cfa215b17555d2f73 2,861 1.00/1.00 vMB 110
577,006 577,006 00000000000000000012bd7a61b374bf4d58f3e780a309df05bbdca40e45d1a5 3,084 1.00/1.00 vMB 130
577,005 577,005 0000000000000000000a7e3b417edb0f5f01d91bdc36d16a9c374917fc647183 2,808 1.00/1.00 vMB 132
577,004 577,004 00000000000000000004cc44be2e12e8a8af7d5a70d35a319c0d95fdce3521e6 2,105 1.00/1.00 vMB 36
577,003 577,003 0000000000000000001113e97e93bd818554382f16d089a81371c6873a0b92b6 2,411 1.00/1.00 vMB 55
577,002 577,002 000000000000000000011170d5bc02384455e77411d4cbe199ca014fd144d2c0 2,798 1.00/1.00 vMB 111
577,001 577,001 00000000000000000028b702b9da76f700cf3da9682553090f485a7281e57922 2,664 1.00/1.00 vMB 151
577,000 577,000 000000000000000000176480d876846c2448dc1d499476b87d5ee6aa3b4be6f5 2,786 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 781.99 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: 648.81 GB
    • Received: 13.09 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.