Loading Tool

Explorer IconExplorer

Memory Pool

76,886 transactions
28.54 vMB
0.06301646 BTC
Random Selection Loading Transactions
Max Size: 173.24/200 MB

Candidate Block

Mining Attempt aea81b6e6d0831681754a326c125b892d1645204acbab46af9079d0658d9c891
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 163fef9c637c0bf9d57aacb049906848d502db02e8fcfb6795f9cacd7a9005db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,046
Size: 1.00 vMB
Total Fees: 0.00363928 BTC
Feerates: 15.05 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (290,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,568 624,568 00000000000000000011417ea6609c35bec5618c67a2e594468a2af03cd6f729 2,284 0.88/1.00 vMB 8
624,567 624,567 0000000000000000000f6dec487d0bb706f6ed9ed26ab8d0f61e92added6ede3 3,135 1.00/1.00 vMB 16
624,566 624,566 00000000000000000001e99e852274f938053be83d28a092d3dbcbd8711ed06b 672 0.20/1.00 vMB 12
624,565 624,565 000000000000000000036a24da955be110549949c0b3009bdd19f598c32c03fa 395 0.20/1.00 vMB 15
624,564 624,564 00000000000000000011e0e2d96dd13a5aa394cca5253e6ae9936ae529ecce2c 1,580 0.54/1.00 vMB 14
624,563 624,563 0000000000000000000b60ec9abfeae236981e80017cbfc49ffa611c702e27fb 2,093 0.67/1.00 vMB 13
624,562 624,562 00000000000000000003263e3abaa2451cd5d1717a0a35f3e39f948e95c70c44 1,847 0.57/1.00 vMB 12
624,561 624,561 0000000000000000000e81d21de3f9bcf948fa43262fabc990842f73b06bf79f 1,014 0.42/1.00 vMB 16
624,560 624,560 0000000000000000000f7141d48927b5c5b2c6d6a2b911f29e534c526cbb9804 1,753 0.66/1.00 vMB 13
624,559 624,559 0000000000000000000ced9e7a6df9e2ce893190c373fc5280dc3b6de2ab7a2c 2,157 0.72/1.00 vMB 13
624,558 624,558 000000000000000000045bb7d3f2823f815502abfae997278b7a758f0ca03d55 1,268 0.43/1.00 vMB 15
624,557 624,557 00000000000000000010da8de7a711b5bff35fb0ea5ed37d5842a53dfdebf102 2,018 0.87/1.00 vMB 13
624,556 624,556 00000000000000000013aa6f5bb0258fd83950560c607fd0cbba1c1d18485285 1,071 0.35/1.00 vMB 14
624,555 624,555 000000000000000000004c4db97a72e988b35a6f38cf5b2194665285d0a63462 809 0.27/1.00 vMB 11
624,554 624,554 0000000000000000000ed8e3e971ba5f78781f109c4e82b17a178865ec09753e 2,675 0.86/1.00 vMB 9
624,553 624,553 000000000000000000018f0ce4769fa491212bbec38c2bb55871970582989cbb 2,186 1.00/1.00 vMB 9
624,552 624,552 0000000000000000000ca6414933587aac22e1b0dbdcd0121019f18f394b8976 3,075 1.00/1.00 vMB 21
624,551 624,551 000000000000000000044f1d5686f6bfbe41db3d0c1ca6c0c3fd453b6b3550f9 493 0.16/1.00 vMB 13
624,550 624,550 00000000000000000000e5594c191bdf64b92b5bda47358086f7977cd85b89b6 1,360 0.54/1.00 vMB 13
624,549 624,549 000000000000000000117f46cde76717f537c6a3bb266dba89376b35d3761c97 165 0.05/1.00 vMB 14
624,548 624,548 00000000000000000012f46edfd22b6fee3cfe2e1e3edbcff6c3cd3968444e39 2,208 0.74/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.