Loading Tool

Explorer IconExplorer

Memory Pool

76,997 transactions
29.80 vMB
0.10374561 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt dddfac9ab1898e905afcaac26c9e93d2b98934b46c3e92bb0f64320dea99e48f
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root dd523650b84932c6357fe0ee250e42832d673af661ab83dc5db58316d8568d8f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,153
Size: 1.00 vMB
Total Fees: 0.03597321 BTC
Feerates: 357.61 > 3.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (425,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,558 489,558 000000000000000000dc7487fb4f3725d196cf057848e98e44ff4e57f8554d6d 1,175 1.00/1.00 vMB 156
489,557 489,557 0000000000000000001b29ce834da7b99beecdb86eafafe7586e82971c977fa5 1,948 0.91/1.00 vMB 198
489,556 489,556 00000000000000000000a3483ae33f62677d3376d832e1d153a984204a69e965 2,729 1.00/1.00 vMB 243
489,555 489,555 000000000000000000b9d57894ee8561a9aeb4673ab1af5010f89a5b69408e4f 417 1.00/1.00 vMB 154
489,554 489,554 000000000000000000cc62703ec07b1b6277f406a250feb52113b2afdb054da1 1,042 0.98/1.00 vMB 310
489,553 489,553 000000000000000000c61b12c65f3cd831c8c1bb55046d588c421808a0a8c986 1,791 1.00/1.00 vMB 196
489,552 489,552 000000000000000000e30507e45750c91928cc551c59218b8d3ade681dfbbc06 2,292 0.95/1.00 vMB 151
489,551 489,551 0000000000000000004b76211a4ad7655cb0d7eb9c0947112cabd96d0f2257a3 2,653 1.00/1.00 vMB 145
489,550 489,550 000000000000000000e0806ea8509e4f68f94b388cbd2f9fb99aec808b745634 2,388 0.91/1.00 vMB 199
489,549 489,549 0000000000000000003d3521d6cd53d5bcb5a9497ff61f9c9630274f2085105d 2,743 1.00/1.00 vMB 257
489,548 489,548 00000000000000000012dec9a8f21eef26ed472472833b5c82caddbeeef01f4c 2,345 0.96/1.00 vMB 154
489,547 489,547 00000000000000000099a423e231ef0f1856249fd37073e85dab8be8b29ba464 976 1.00/1.00 vMB 233
489,546 489,546 000000000000000000690c0450ff48d69d1db8c6fa8338a29a01c8f43f93c2c8 2,255 0.93/1.00 vMB 145
489,545 489,545 000000000000000000f3aab51cb93b3c63dc76d12e108736f08ba10599edc8d2 2,192 1.00/1.00 vMB 153
489,544 489,544 0000000000000000009ae9aa5e9ef0e8df1a5dfdd1823449dae75136b1410152 2,278 1.00/1.00 vMB 177
489,543 489,543 0000000000000000009a09711d029772b9d782cf5657f3b83fc14af729f6e3fe 2,568 1.00/1.00 vMB 90
489,542 489,542 000000000000000000e0aab365ba9532b3aa9967b5a39bde4f92876a44063b89 2,076 1.00/1.00 vMB 103
489,541 489,541 000000000000000000e2f1e9b48d1a9e097e0f0fc8da7f7333907db3438d5874 2,440 1.00/1.00 vMB 110
489,540 489,540 0000000000000000006cfd510c2347b6d7f4c8f68ecb4e77cb6965a50f3de295 1,815 1.00/1.00 vMB 124
489,539 489,539 000000000000000000a4e74ec80344bdc065721e45a8fb02ccd770c97e8d7b2a 2,594 1.00/1.00 vMB 132
489,538 489,538 000000000000000000e645c0fcd8829de8eb8df3edbfbf762b5f84180920b7d7 2,525 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 783.15 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: 744.21 GB
    • Received: 18.71 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.