Loading Tool

Explorer IconExplorer

Memory Pool

80,766 transactions
29.78 vMB
0.09396377 BTC
Random Selection Loading Transactions
Max Size: 180.69/200 MB

Candidate Block

Mining Attempt 05f092b0c15518cda92eabf8073a70419816dbc6ca359d9e868e235119a5a168
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 682af04fde15d69837c3fdb8b5a5ffa31f415876cdc3e026dffeb054db45c1c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,965
Size: 1.00 vMB
Total Fees: 0.02683508 BTC
Feerates: 90.00 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (401,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,206 513,206 00000000000000000047cac69d6cd67eca60df5bbd31fdf900ab0b8638122b0d 1,536 1.00/1.00 vMB 26
513,205 513,205 000000000000000000514b8d1cab6ac738e966660251a5e8a9304e122b79b8ee 678 1.00/1.00 vMB 6
513,204 513,204 00000000000000000030966aeec5f7dff788e93ea75d0d3f8c47af3b02eae59f 729 1.00/1.00 vMB 8
513,203 513,203 000000000000000000556977a40dc693ed30b8bcbfd57e937c01dfb0066417c0 1,984 1.00/1.00 vMB 18
513,202 513,202 0000000000000000004d61dcd778b8ed9cf2ed1678019665a2f602388ef48e66 2,525 1.00/1.00 vMB 38
513,201 513,201 0000000000000000003dbbdfaff37617c3cab1fdb4b41c75b04acb93148e1d4e 1,738 1.00/1.00 vMB 77
513,200 513,200 000000000000000000503454d1c268d76e62c119f499bf3cfccd06e1bb326c61 1,457 1.00/1.00 vMB 46
513,199 513,199 000000000000000000305f83fc73bed2d6019a8f3a4e2512a7b2d4e7f36ba075 111 1.00/1.00 vMB 3
513,198 513,198 0000000000000000004e40dd64d4cd9fcaa207c1ded5315042b784fd75d94da2 552 1.00/1.00 vMB 19
513,197 513,197 0000000000000000000329f41b5c8b4c3710d2fe12410dac39338c9c48ca760c 761 1.00/1.00 vMB 48
513,196 513,196 00000000000000000050eac748b17c8dc0f7770ce0650fb923017a4aa32fd43c 455 1.00/1.00 vMB 4
513,195 513,195 00000000000000000019de8e6eacfea8c46b108ee2ceaddc32fa0581997b5ff9 1,807 1.00/1.00 vMB 33
513,194 513,194 0000000000000000003ef908c5b1b4058eb4234bd8278781b70d4bc2255c63d8 1,881 1.00/1.00 vMB 42
513,193 513,193 0000000000000000001966eee384f5e81702bb2fca6c826562fcd3d7617bf41a 1,631 1.00/1.00 vMB 80
513,192 513,192 00000000000000000027951fef03d8178c79d62eaa45769d1445bdb4d86b024f 2,447 1.00/1.00 vMB 37
513,191 513,191 00000000000000000016ada11fe0dfcaa7620475ead3ae9118e1ecabd19e2e71 593 1.00/1.00 vMB 5
513,190 513,190 00000000000000000000368c141b25a2f2f75e5e0f2a5fb087a9748789a1000e 1,542 1.00/1.00 vMB 15
513,189 513,189 00000000000000000028f37b4d5ae6398345ca430d55b99f7c601725c927bdd6 1,755 1.00/1.00 vMB 12
513,188 513,188 000000000000000000450cb99877a36a8e03d46bbffe947ef467b1c0d5d7abaf 2,649 1.00/1.00 vMB 31
513,187 513,187 0000000000000000000c37f14d031eac658bb18dcc5f9357b2e53fe580515ff6 1,280 1.00/1.00 vMB 37
513,186 513,186 0000000000000000001f3db1a4cc330044f04fc30d8af70ae1d54a121c7bb1e0 642 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.