Loading Tool

Explorer IconExplorer

Memory Pool

76,780 transactions
28.52 vMB
0.06210168 BTC
Random Selection Loading Transactions
Max Size: 173.10/200 MB

Candidate Block

Mining Attempt 8890f238ef8998cad39beba17094699899545afb8619a47a04b8d38ea9a19b48
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root 406b690c33f9bc2cdec42aa8654be347476e8ef91c5ac456ddcf7a0107c997bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,097
Size: 1.00 vMB
Total Fees: 0.00304923 BTC
Feerates: 4.99 > 0.31 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (475,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,619 439,619 000000000000000001d7a81b6e52b6380dffb277ca68c947ffbbe1e544f0d3c7 2,422 1.00/1.00 vMB 69
439,618 439,618 0000000000000000013ebc83498c1eef05ce9573c0c3770f66ee586e9384a39f 2,204 1.00/1.00 vMB 69
439,617 439,617 0000000000000000016b8aae6a554c454b9570eeda93dcc7cb5c4c6b3ae08d11 2,233 1.00/1.00 vMB 76
439,616 439,616 000000000000000000c93d001cd62f5a3b3d3d85aa470974452c4869a7951ee7 2,368 1.00/1.00 vMB 87
439,615 439,615 000000000000000002894e1eb07b158ebf276c1378ecd167d7b4ba25fb1efec5 1,267 0.94/1.00 vMB 32
439,614 439,614 000000000000000001347e995c1b5cd71080cf2c63b516093098928b68f8b1af 2,372 1.00/1.00 vMB 58
439,613 439,613 000000000000000000ca0a0bacb30f1f336239d5780fffee9989892a8709fc50 2,158 1.00/1.00 vMB 72
439,612 439,612 000000000000000001080f4c4743d16396bafbb3f2c00eb3d18c19ec7a8d455a 2,019 1.00/1.00 vMB 58
439,611 439,611 00000000000000000030273b754c2adfbb88df15fb239f420290b13ba46ab297 2,299 1.00/1.00 vMB 72
439,610 439,610 000000000000000002f6fd02967b5a21a1a7b11eb687aee7a6bbcf59154ff49b 2,144 1.00/1.00 vMB 61
439,609 439,609 00000000000000000221dca78826bb3c0d7e1d0b8bb8768762cfbde2bf1f472b 2,806 1.00/1.00 vMB 94
439,608 439,608 0000000000000000039fbc90e1108706d32088ee7ce1be422e528141d8660a6d 1,545 0.86/1.00 vMB 57
439,607 439,607 0000000000000000017e423572574ebe2017705a1c411870506fb08a791d3859 898 0.35/1.00 vMB 73
439,606 439,606 0000000000000000020ac7a7d7687dcb7c19b04f0e6dd8d2a3df60bd01612c72 2,223 1.00/1.00 vMB 60
439,605 439,605 00000000000000000256fd863921b5994c561ef4bf14ded4712f1c13199771b4 2,550 1.00/1.00 vMB 72
439,604 439,604 000000000000000000e345eaa7e3205de020d5d35729d44d879cfa4c463d95e3 2,088 0.97/1.00 vMB 62
439,603 439,603 000000000000000000d2bd0e8da932afa26f7e42919f731ed55d78ec10cdc67b 1,228 0.56/1.00 vMB 55
439,602 439,602 0000000000000000025f8eb633996059a9b11f48662b26ed6b7f3eedae32ffec 1,402 0.53/1.00 vMB 76
439,601 439,601 0000000000000000006a4e13f12e119efbcafa725fb5b842c6ba15f004557a54 1,796 0.95/1.00 vMB 57
439,600 439,600 000000000000000003c9643f0f9cfa4cdd6c2c13dbed6abe35e8a23c96efe563 891 0.36/1.00 vMB 73
439,599 439,599 0000000000000000018a9ba884856275c3994c531928526c24766030c2faef0a 1,343 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.57 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: 670.26 GB
    • Received: 15.84 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.