Loading Tool

Explorer IconExplorer

Memory Pool

77,611 transactions
28.83 vMB
0.07384758 BTC
Random Selection Loading Transactions
Max Size: 174.86/200 MB

Candidate Block

Mining Attempt 4802ffffcc971036119e8e7002c641913d12cf95ba9523c91c5df48069075feb
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root c2dfc215feaf05c55ed77c823b07e9d95565ee5a3475ef72272179e06f408298
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,812
Size: 1.00 vMB
Total Fees: 0.01387404 BTC
Feerates: 82.75 > 1.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (301,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,728 613,728 0000000000000000000d792ba5d28e0dd0de1b34e2fd4d32a5341af90a22b73f 491 0.17/1.00 vMB 13
613,727 613,727 0000000000000000000fd7cf7b44535a6e6e21a321f9b12a23912eb3da855d37 620 0.18/1.00 vMB 14
613,726 613,726 00000000000000000012c854a5451597def68b1d5d4050b4e0d1cd42543130ab 1,724 0.55/1.00 vMB 14
613,725 613,725 0000000000000000000545032fdf85e9819af790c636cd3a445158b83a4bf71d 2,573 1.00/1.00 vMB 14
613,724 613,724 0000000000000000000bb94555aeaacab41c1e95d8abfb0b809d8e7725d831f0 2,655 0.88/1.00 vMB 12
613,723 613,723 0000000000000000000cb8886596c40198de65c11bfc9678751ab89c57ea4658 2,108 0.72/1.00 vMB 13
613,722 613,722 000000000000000000003c9edb57dbc92079d740907929228589e3bde90077d6 716 0.22/1.00 vMB 24
613,721 613,721 0000000000000000000cf33e2d6c777a5e28e1e6aec34a6a15828ffc06c88f08 1,328 0.42/1.00 vMB 16
613,720 613,720 00000000000000000011c513116fd5ee0f7c9cb286f4a88e23b047b95172fbc0 1,312 0.47/1.00 vMB 17
613,719 613,719 0000000000000000000447f979133d35a64b35eac7bada54fe52acd9ada35c66 216 0.06/1.00 vMB 23
613,718 613,718 0000000000000000000913f68150337194c3ae6bae7a1bb188b520c481e8d2ff 762 0.20/1.00 vMB 7
613,717 613,717 00000000000000000004bd6ea258f791b2e74c670f4c962613d9d495507af19a 2,538 1.00/1.00 vMB 16
613,716 613,716 00000000000000000000914cf15e85240e265a5105a0fe144af8cda662780a5a 2,980 0.92/1.00 vMB 14
613,715 613,715 0000000000000000000c47af938e5ad92c75a10350cbcd9e570ff6db49cff442 1,657 0.53/1.00 vMB 14
613,714 613,714 000000000000000000022969bacbdeb77e6c9c8673a155946df1ff754416467f 1,833 0.77/1.00 vMB 8
613,713 613,713 0000000000000000000ee74cc5cdeae2529a3d813ce7da007db4e317fd7275c7 2,422 1.00/1.00 vMB 9
613,712 613,712 00000000000000000004b981b6cec1f9c333a1810f23a0d492b273a081e5545f 2,712 1.00/1.00 vMB 8
613,711 613,711 0000000000000000000b4d2b81c37355897785352b15ca128aee8fed40d6fe9b 2,989 1.00/1.00 vMB 12
613,710 613,710 0000000000000000000e932404f9b1ad8437384300169e272b8b7edc0c750ec2 3,053 1.00/1.00 vMB 16
613,709 613,709 000000000000000000015961435c42d0e08bc46974a5b0b9eda3e1d6e4879bb4 2,356 1.00/1.00 vMB 17
613,708 613,708 0000000000000000000a0063e2a0dba8b43f7ea39db35a844d59814cb2b8fe0f 2,462 1.00/1.00 vMB 23
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.09 GB
    • Received: 16.38 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.