Loading Tool

Explorer IconExplorer

Memory Pool

77,893 transactions
30.05 vMB
0.11277336 BTC
Random Selection Loading Transactions
Max Size: 179.44/200 MB

Candidate Block

Mining Attempt 0eabb9d88772fe321896e2d00602969489b5c4a61457e90e1bc3b9bd3c8826e3
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root b7f19b60065eb36908527b814afccf2a73c87d4caa9e7d84dcec7a4cccc5688a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,325
Size: 1.00 vMB
Total Fees: 0.02748294 BTC
Feerates: 107.93 > 2.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (278,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,236 637,236 0000000000000000000992060705cf1f8e26ee0d8efeb1d17778c09c859367ce 2,099 1.00/1.00 vMB 29
637,235 637,235 00000000000000000011bbd0c3b9df9ad293967e2117d0624513b420b6157696 2,186 1.00/1.00 vMB 30
637,234 637,234 000000000000000000030e03af43ea5317fe7c8be6d8d289cf1cce97233a99a1 1,985 1.00/1.00 vMB 29
637,233 637,233 0000000000000000000653284eeedbc9aabc48ea790309d725d0bc0a76a312a5 2,435 1.00/1.00 vMB 53
637,232 637,232 0000000000000000000c31e3d7036b3737f41a26098462b5d48644f25e1d2c54 2,127 1.00/1.00 vMB 36
637,231 637,231 00000000000000000002b031e21aca4cc2f7337080230d6f5fb8db47a9c8380e 2,318 1.00/1.00 vMB 37
637,230 637,230 0000000000000000000d3b020f59b1db564438bd6a101a0f776d4988e8de384f 2,496 1.00/1.00 vMB 38
637,229 637,229 0000000000000000000fd7c23188f3af5c5085b58e9976783a58f217b5af3f3b 2,697 1.00/1.00 vMB 48
637,228 637,228 0000000000000000000440acf355f2a2568b47882586cc47ef3ac0bae07ce9e4 2,880 1.00/1.00 vMB 51
637,227 637,227 00000000000000000008782b06c69ce0d6b010d3aa465a8e533e1bac89d4fe75 2,965 1.00/1.00 vMB 53
637,226 637,226 000000000000000000011b477d0e9e158cea133d20d1413feb365af055956f18 2,095 1.00/1.00 vMB 46
637,225 637,225 00000000000000000005e61f85ffc572a53dd5e895f4d85e87d8b0424e000d9b 2,576 1.00/1.00 vMB 56
637,224 637,224 0000000000000000000dbeb92bb720cf88f3d48a1cbb302197364a17fe563d43 2,784 1.00/1.00 vMB 54
637,223 637,223 000000000000000000090bc4864684b3f2ff4482fe16b01c7e6414dbbeeaa503 2,881 1.00/1.00 vMB 52
637,222 637,222 00000000000000000006f777f60990764629e604e0bbc8d3d695c50fe7e1682c 2,503 1.00/1.00 vMB 62
637,221 637,221 000000000000000000094ad37597daa1ff64b2e9baefce8898c6c28a89260bd7 3,299 1.00/1.00 vMB 76
637,220 637,220 000000000000000000078475f7729ce1b88989018b441a114e88bbf0f50e75d2 2,907 1.00/1.00 vMB 48
637,219 637,219 0000000000000000000cf8b4cea3614328e81288dad4b2eacc7ac523dfa9faad 2,966 1.00/1.00 vMB 51
637,218 637,218 000000000000000000114a8a1b10606be70cf33e43a6065e13e9dc731bc42762 2,739 1.00/1.00 vMB 68
637,217 637,217 000000000000000000117f8a53abcb544ed237d0cc5e7273eeed261e97141029 2,741 1.00/1.00 vMB 62
637,216 637,216 000000000000000000040089edd25260523f3159983726566c7e7298462d63a3 2,836 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.30 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.