Loading Tool

Explorer IconExplorer

Memory Pool

82,188 transactions
31.09 vMB
0.12014478 BTC
Random Selection Loading Transactions
Max Size: 186.04/200 MB

Candidate Block

Mining Attempt 44e3b44c78c8fa42f623cc46481d52cfa17b90395bc65fb86184927272af053b
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 20ae878140912b9bbdd3ad28b25ed3b720258e4577a236bc8a36e989406aff55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.03535321 BTC
Feerates: 101.42 > 3.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (440,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,659 474,659 000000000000000000c8fc7366e62c95607ac9cdfe4107574a4af1d1150b025d 1,707 1.00/1.00 vMB 328
474,658 474,658 0000000000000000009bdb059ae1918989ceb1c17101362a0db9f3325fe960a2 1,622 1.00/1.00 vMB 223
474,657 474,657 000000000000000000cdb4f7911456a4b7665b2541f31284b6b1b5b9e2b1222d 2,110 1.00/1.00 vMB 145
474,656 474,656 000000000000000000f331ac2260b15f734ddc4f4ee1cdcb221f49d24266bd48 2,252 1.00/1.00 vMB 193
474,655 474,655 000000000000000000b48569eecea1c5a4e9e6abfbff6e2cda504df7081bc513 1,885 1.00/1.00 vMB 154
474,654 474,654 0000000000000000017badcfcac0700c8ac175d4463baaf44ba9455d6f25c207 2,066 0.99/1.00 vMB 225
474,653 474,653 00000000000000000029b06bec0ec10eda59df24175be6ec2365f49ce0e0bb53 1,881 1.00/1.00 vMB 247
474,652 474,652 00000000000000000037d379c7b701bc928f6c39e704835b98ead0e2c39c579d 2,441 1.00/1.00 vMB 286
474,651 474,651 000000000000000001637ed147b572d7ca2bdc65fa6bbad37e62f9cc65cc2a00 2,592 1.00/1.00 vMB 388
474,650 474,650 0000000000000000016954d0450529310f9ef380a61200916fb481a9bbf0d5af 2,037 1.00/1.00 vMB 341
474,649 474,649 0000000000000000012d11c46a420474875d0e3cfcdba19aac18df597fbb6d21 1,041 1.00/1.00 vMB 337
474,648 474,648 0000000000000000013482243f2c9486188355d919b321669a44898dfffe919b 2,411 1.00/1.00 vMB 355
474,647 474,647 0000000000000000008d9c04e052b37a4f0d831f3471acafbae0104b1254cc04 2,034 1.00/1.00 vMB 187
474,646 474,646 0000000000000000016c0ebe916594d385162a7b642abfd6294974cd1be97d18 2,293 1.00/1.00 vMB 300
474,645 474,645 000000000000000000629cef912d9e2fae67ba1ff434d3947b645e4d1c0162c0 1,578 1.00/1.00 vMB 71
474,644 474,644 0000000000000000007ce8540acbd1f1191f274e74d735c073a4f102d2371a0b 1,400 0.62/1.00 vMB 162
474,643 474,643 000000000000000000d35d0e2e4877debeb6de61b902721c8f019f1d8346d482 1,960 1.00/1.00 vMB 238
474,642 474,642 0000000000000000009322e66d29635cc693551bf7507159202a7b9917d85031 1,389 1.00/1.00 vMB 115
474,641 474,641 0000000000000000000c27ee43ebf6e6aeeb7f16212c7f3ab89dab151f1d1cf1 1,957 1.00/1.00 vMB 52
474,640 474,640 0000000000000000014bf7ee0934e018b91aa9ff0b7ccce326f88aed2bb0637b 1,433 0.89/1.00 vMB 205
474,639 474,639 0000000000000000017c0e227cd427a90fe72af999eeedbfa3941f68f90e9928 1,916 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.