Loading Tool

Explorer IconExplorer

Memory Pool

81,362 transactions
30.62 vMB
0.09447252 BTC
Random Selection Loading Transactions
Max Size: 186.95/200 MB

Candidate Block

Mining Attempt a634a42a1ae0ca08250764fe530b2f81e5a26c8b95ece186e2a39b62b7846de1
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 8ee12b35a87890ddff2f1d64bae2a82c7b266bcc7d9f2817523d7e1c1dab5c65
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,199
Size: 1.00 vMB
Total Fees: 0.02387284 BTC
Feerates: 301.60 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (442,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,661 472,661 000000000000000000f5fe5eac7fd595af972191439f607ba74c1047fbe3ae43 306 1.00/1.00 vMB 361
472,660 472,660 0000000000000000006738d26d61dfa2020379104d55d5e77a3b5ae90fe34787 1,582 1.00/1.00 vMB 349
472,659 472,659 000000000000000000ebee93107d5d13efc7e2f6f68844ff379db8361efa026a 501 0.26/1.00 vMB 223
472,658 472,658 000000000000000000212062813cecacd3596697e6276cccf58049163f2fdb86 1,863 1.00/1.00 vMB 257
472,657 472,657 000000000000000000a84534ca386364917b3fba3f0c1b0c22cc7c5f998b5671 982 1.00/1.00 vMB 67
472,656 472,656 000000000000000000f570118271be4a5c8e2991ebb7504b9fb7d792da25ce4c 1,969 1.00/1.00 vMB 181
472,655 472,655 0000000000000000006488b41c1593cc022e249e8ca89dd2dc35babe6a234254 2,343 1.00/1.00 vMB 231
472,654 472,654 00000000000000000108e1c72eb245bd5d96ccd178dc3d3800e003657fa6a0bf 2,146 1.00/1.00 vMB 312
472,653 472,653 00000000000000000049a53deb5be627ad3384fbaa98c9cf1d1ac0d2c91b8483 698 1.00/1.00 vMB 309
472,652 472,652 000000000000000000b8c4dce8ee6956f2137ef34d3d46633ada38583626bb81 737 1.00/1.00 vMB 329
472,651 472,651 000000000000000000a827901b8f119e1dc14a8ecf367996b0d0d922c68287c2 1,576 1.00/1.00 vMB 364
472,650 472,650 0000000000000000017d11f4d443ad90115e80efc2e644bde48a4d0dc83dd62c 1,306 0.73/1.00 vMB 294
472,649 472,649 0000000000000000015349f14b3ca48350b7e5598729277cd785bbd785960de9 2,252 1.00/1.00 vMB 376
472,648 472,648 0000000000000000006b9de38c333eb294c42d70ea9d7730924f72d27d86d0d7 1,635 1.00/1.00 vMB 300
472,647 472,647 00000000000000000134fa27c2b8c059b868388e6708a176197910c6961d250d 681 0.64/1.00 vMB 277
472,646 472,646 0000000000000000005d7a721ca27b114f1c1153f2350e144bc7db533446e808 1,161 0.62/1.00 vMB 223
472,645 472,645 00000000000000000052e8d0976e7af2792aa4046d79d07dff5e630234247957 434 0.20/1.00 vMB 256
472,644 472,644 000000000000000000751ba48150b62552640fb1e0eb197f3a3e69e6f5a9d2df 1,806 1.00/1.00 vMB 193
472,643 472,643 000000000000000000a54fb25886168143ed0aef8174e25ddcebd48769cd9b5d 1,100 1.00/1.00 vMB 115
472,642 472,642 000000000000000000ccb94f7ecc9bbfe43cc2e1ee66e425bf1f74f6517f2d02 988 0.99/1.00 vMB 135
472,641 472,641 0000000000000000015d3d64d4cb567a89eab5d6bc15bc559b5272c17403f76a 1,379 1.00/1.00 vMB 201
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.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.