Loading Tool

Explorer IconExplorer

Memory Pool

76,764 transactions
28.60 vMB
0.07091086 BTC
Random Selection Loading Transactions
Max Size: 173.30/200 MB

Candidate Block

Mining Attempt d0724e4a9a311f93a59dc580e480a8d2083948cafb7fdf458a4d66381b032eea
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 06848f6c8e4b6e3749b40e1d5df9cae08b749e4e6b42927113894553e8aae2ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,437
Size: 1.00 vMB
Total Fees: 0.01157655 BTC
Feerates: 71.79 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (419,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,147 496,147 00000000000000000071cf1c15aa0adf6fc2ea262f925a905e87f6c4a0ecbd65 2,484 1.00/1.00 vMB 151
496,146 496,146 0000000000000000006cb636d02e1669929d9019732c403525aeb1402f9ae7f8 2,542 1.00/1.00 vMB 127
496,145 496,145 00000000000000000062f5ea4c5b4184ff442aef1ca6dee561193d0cfc6f8719 1,987 1.00/1.00 vMB 148
496,144 496,144 000000000000000000c1f2b8371c12cda316dcb6204bcf788ea531737266e945 2,151 1.00/1.00 vMB 153
496,143 496,143 00000000000000000077c8bf197ec60934634f9f39904cdcb0cc968b65bb390d 1,909 1.00/1.00 vMB 126
496,142 496,142 00000000000000000052b2c7d09c64eb72a9ec5aef8152ecc397e7b73080f401 2,009 1.00/1.00 vMB 68
496,141 496,141 000000000000000000ad576938a2bfb0a55a60a312cfe331fbf8704a39c6f692 2,734 1.00/1.00 vMB 179
496,140 496,140 0000000000000000002f19988812fc28ebc2bcdf603a670326a9b6d1178f05ee 1,564 1.00/1.00 vMB 7
496,139 496,139 00000000000000000011512d8cd642cec55bacf1c88d2d6f7bb5a321f0cbe8f8 1,604 1.00/1.00 vMB 117
496,138 496,138 0000000000000000008ea2ba7023a004fd780389b980dba5e41cf9dc73cbc873 1,932 1.00/1.00 vMB 65
496,137 496,137 000000000000000000b0af5146d40b5ec7f142a408ead333e2ea43bd32969910 2,551 1.00/1.00 vMB 172
496,136 496,136 00000000000000000054af560d227b0151fddd1abbf626ae70cfa1b890008104 1,031 1.00/1.00 vMB 28
496,135 496,135 000000000000000000b75c5ac97808ac37b7f5ed5efd99cfef88b0d7e27445f1 2,245 1.00/1.00 vMB 98
496,134 496,134 000000000000000000185cfc458e523b8624477ad2883500344a745391e3d9db 1,340 1.00/1.00 vMB 29
496,133 496,133 000000000000000000a3afbb3d7d5a56b0e2be41a4735c5c6c2fa9d61ad3dbfd 2,097 1.00/1.00 vMB 124
496,132 496,132 0000000000000000001934f56fc68635f6928d14f7fed95f85564d772f950ce9 1,752 1.00/1.00 vMB 78
496,131 496,131 000000000000000000c485c55a45d250f002075a320e50e5ba206513ff222657 2,107 1.00/1.00 vMB 180
496,130 496,130 0000000000000000007e24c22e5d3cd3d691d9f621080c48654fe4611ed95486 2,202 1.00/1.00 vMB 31
496,129 496,129 000000000000000000b5df1ccb62f6d7ae350c9f189445dd95382dcea2314ace 2,520 1.00/1.00 vMB 29
496,128 496,128 00000000000000000073728aeabdb11f4f1c372dae9db7b511980a2db07946ef 2,319 1.00/1.00 vMB 140
496,127 496,127 0000000000000000006a28e23e0b3426b73fe109b2fe4948a18e5248eef0fdbc 2,257 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.