Loading Tool

Explorer IconExplorer

Memory Pool

78,325 transactions
28.72 vMB
0.10566142 BTC
Random Selection Loading Transactions
Max Size: 174.71/200 MB

Candidate Block

Mining Attempt 98d48a84efa102c7317073d66bb3f3b7b16025dadb9f4d6149109af6a5a62e9d
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 445c9d21bb40c5b27e4efa7897593fd397439965eb3fa56fbd203f3e174f8053
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,936
Size: 1.00 vMB
Total Fees: 0.03769405 BTC
Feerates: 602.26 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (484,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,587 430,587 000000000000000004c79b563ebd765fa279edb66b238c178023b02956951af3 2,191 1.00/1.00 vMB 52
430,586 430,586 000000000000000004d3bb3764c95a5c3274059455c5baaaa79400af523b9742 2,796 1.00/1.00 vMB 91
430,585 430,585 00000000000000000253cf3ecbea560a20d0a559d1ee9d72b9c311471899db5b 1,727 1.00/1.00 vMB 46
430,584 430,584 00000000000000000071484d5889870711542d8507b2f762303cb07d4de9e34d 1,757 1.00/1.00 vMB 47
430,583 430,583 0000000000000000040b507214e0fdd7b5c9bce49771f71e80b5a95559df6c57 816 1.00/1.00 vMB 12
430,582 430,582 0000000000000000026c9b69ecdba5ac3307f51bcab44c21651b1529ce95b484 1,747 1.00/1.00 vMB 25
430,581 430,581 0000000000000000014b235e84371d484d690548eed923716ec5a6e8eec7da39 2,654 1.00/1.00 vMB 65
430,580 430,580 0000000000000000023ce02c8f0e935185e2d343071e7b8baf8fcddcde6e540c 1,327 1.00/1.00 vMB 28
430,579 430,579 00000000000000000088445cd0a9428b6f8e95ad3a809fb6e3cb41cd6205ba42 1,913 1.00/1.00 vMB 54
430,578 430,578 000000000000000000dfa1a70c007a36540dab6f8088f549d48f184f688feaa0 1,975 1.00/1.00 vMB 45
430,577 430,577 0000000000000000040e62b8396bc35be3fa8d1343fa7764c15c1a78bb48e805 2,402 1.00/1.00 vMB 57
430,576 430,576 00000000000000000044ecdefd6e849c03f4e2386cb30aafb4fdb708f4031d0b 2,664 1.00/1.00 vMB 75
430,575 430,575 000000000000000001cc3bde9d1e1015e6e14e4118bd19574d2401c9fadfa724 2,032 1.00/1.00 vMB 60
430,574 430,574 0000000000000000009440c09c5eb77aa9c1c6e9bb7095898f8179b0ab8a557e 2,460 1.00/1.00 vMB 59
430,573 430,573 0000000000000000040916be9df7cb0cad56d688b8c29fdc7d3d3e0a82fe94db 1 0.00/1.00 vMB 0
430,572 430,572 000000000000000003619f9a02c14be916ea497841322e2aa0a1de4d169d9f55 2,315 1.00/1.00 vMB 64
430,571 430,571 000000000000000003679cd5913c9acbb1c4bd833c496e80dbd772156f5dbcf8 2,362 1.00/1.00 vMB 60
430,570 430,570 00000000000000000417507b21ffa17160d9b317e9ae3c3e68f8a990810263d1 2,988 1.00/1.00 vMB 70
430,569 430,569 0000000000000000010d5789ef5b67fa7484fe9b87f610d1e738a62da0a2af75 2,408 1.00/1.00 vMB 50
430,568 430,568 0000000000000000006d3db305a1983781d4f11ef710d1d92082739c238ed285 1,864 1.00/1.00 vMB 68
430,567 430,567 0000000000000000002fa28cbd010dfeaff0158296a13a11e50601b63e54212d 892 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.92 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: 714.39 GB
    • Received: 17.53 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.