Loading Tool

Explorer IconExplorer

Memory Pool

78,208 transactions
29.08 vMB
0.08056669 BTC
Random Selection Loading Transactions
Max Size: 175.97/200 MB

Candidate Block

Mining Attempt 620a5af351b1f74efda063140768a133f186b0a2ec018df563d89e4d870fa4a2
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root a5bbf2955c0d9bf6c13bf96e7e5de83549a34456a074bb6e1ebbf00fe81e4ac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,850
Size: 1.00 vMB
Total Fees: 0.01986527 BTC
Feerates: 178.73 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (286,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,436 628,436 0000000000000000000e7bc8ef3d07a71f04b68fd30020829e42abd90b62b8fd 2,882 1.00/1.00 vMB 122
628,435 628,435 0000000000000000000cda45fe85a47bcc009c210d1595df60d101d5697921ff 2,465 1.00/1.00 vMB 74
628,434 628,434 00000000000000000001d594dcfe919bbbb80f84ac7c3e418b5f8e7688710170 2,650 1.00/1.00 vMB 95
628,433 628,433 00000000000000000009ac3f50798a7686d6d6b33920ae5c06e58d19ba34842b 2,487 1.00/1.00 vMB 100
628,432 628,432 000000000000000000081a06f218179fa20675fe7b4d6bba20c06bed2a999366 1,989 1.00/1.00 vMB 95
628,431 628,431 0000000000000000000888a060e674539329742c5f32b680a40132c50e00824e 2,956 1.00/1.00 vMB 124
628,430 628,430 000000000000000000061cd5afc6b6bce364cbc63b92b3ac2f9a3cd57037bf64 2,267 1.00/1.00 vMB 87
628,429 628,429 0000000000000000000c06ee246c25ad91df848882f4430ad5c9e65b0e30dfa6 3,085 1.00/1.00 vMB 124
628,428 628,428 00000000000000000008c8fa0d79f31b44e6df494d20da165bf0f0b291e13d9a 1 0.00/1.00 vMB 0
628,427 628,427 00000000000000000007a4504c9d9aa57510a66ae0c995da60cfbf7cee451d84 2,286 1.00/1.00 vMB 97
628,426 628,426 0000000000000000000254d12f670a0e5f3bdf579ce961f23295b0f7f1a6a783 2,975 1.00/1.00 vMB 103
628,425 628,425 0000000000000000000e8ee64abef3fdb2eb62109c8457ca79d98970a6ac5b8e 2,866 1.00/1.00 vMB 114
628,424 628,424 0000000000000000000427cf2c236ccc2ff5abd7aa38e763c017aa0f8c6cf32b 2,449 1.00/1.00 vMB 110
628,423 628,423 000000000000000000083836d25bf2d176cff608e018889bb1a0ff10ce739c9c 1,888 1.00/1.00 vMB 104
628,422 628,422 00000000000000000001b9a21f4c12d4b5e1146b390cbe4c361c2e6fe549836d 1,980 1.00/1.00 vMB 109
628,421 628,421 00000000000000000002f7f63db02cf1c1eea5741c3433162d343bd2a2874364 2,610 1.00/1.00 vMB 102
628,420 628,420 00000000000000000002aea26077cdf614332ea5f61b4b40a93e8d6a1f31f7fe 3,235 1.00/1.00 vMB 130
628,419 628,419 00000000000000000005be52c2b794f25600c8b36fdd24726b4817068998f6dd 2,438 1.00/1.00 vMB 99
628,418 628,418 00000000000000000009e3865e82174a7ad5c267b8e180f41568762d3ab95dac 2,207 1.00/1.00 vMB 113
628,417 628,417 0000000000000000000f9d5ec4edf48876fa0ff49865f1f0642ba29388614d06 3,107 1.00/1.00 vMB 126
628,416 628,416 00000000000000000005c806801fda9c2c3ba293c12d3382a19c27eb3497df48 1,693 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.68 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: 677.67 GB
    • Received: 16.44 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.