Loading Tool

Explorer IconExplorer

Memory Pool

73,783 transactions
28.59 vMB
0.07550489 BTC
Random Selection Loading Transactions
Max Size: 169.16/200 MB

Candidate Block

Mining Attempt 001c93b74782e681dac4671634f792e5e7258633fbe2b333a882a2b29f48f3b8
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 0f335bf294c3149f042a3df2177fd969cff5e912e5bab006b0f2cbe63567d474
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,000
Size: 1.00 vMB
Total Fees: 0.01809277 BTC
Feerates: 61.00 > 1.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (177,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,028 738,028 00000000000000000008dc22450f30b71349060451861e463b514acedccd8890 3,690 1.00/1.00 vMB 24
738,027 738,027 00000000000000000000ccf132d75e55bb387bb08fc6335d11a12b7eef223da1 2,735 1.00/1.00 vMB 29
738,026 738,026 000000000000000000073b031a078b76659137410ca40c55d6b22a462cc1c5c3 2,985 1.00/1.00 vMB 3
738,025 738,025 00000000000000000003d8b08b72ee0e7f5a75aa0c0d11b659a34bbf9a054a5d 3,059 1.00/1.00 vMB 12
738,024 738,024 00000000000000000002c1bad4c21082a40109b6caa78194cd50aff28c163010 3,015 1.00/1.00 vMB 16
738,023 738,023 00000000000000000008369be9f2d8976b825881ea6a945e87d207d653b61ce3 3,624 1.00/1.00 vMB 9
738,022 738,022 000000000000000000032449788856beea5bc6dbeb9d9327bafb85f78571abae 2,099 1.00/1.00 vMB 15
738,021 738,021 00000000000000000003d76f93bdb46ddf3d52c453d837ba8d6f6647a804329a 2,416 1.00/1.00 vMB 17
738,020 738,020 00000000000000000007f0f41842c59630cae082002b62ad68a973c21d2d2aff 2,557 1.00/1.00 vMB 19
738,019 738,019 00000000000000000009071c6b6c79ea32a04fe05a912f6775d232279f47af8e 3,536 1.00/1.00 vMB 26
738,018 738,018 000000000000000000010159be390a9a9c66586dd8da212c0d7da4105ba1f234 3,362 1.00/1.00 vMB 16
738,017 738,017 00000000000000000005f54bf65b1ec9e8a3fb14876c30fc2bd5b93633146bcd 2,998 1.00/1.00 vMB 32
738,016 738,016 0000000000000000000827372605e95dd0eaba8c5ad8a814786938b537232fda 2,614 1.00/1.00 vMB 11
738,015 738,015 0000000000000000000782b931f8798dfbe2c628a3e092e83ba80a3c9da2dfd9 2,983 1.00/1.00 vMB 21
738,014 738,014 0000000000000000000488f35c1d360184cccc037c20cb72d2717395f0878050 1,819 1.00/1.00 vMB 15
738,013 738,013 000000000000000000002238647348a1fa9b21a6b5c1b99980050b978f11278f 3,253 1.00/1.00 vMB 18
738,012 738,012 00000000000000000003d6e76e60d95260762c65f421e8b0a97abe6a1827d4b7 2,986 1.00/1.00 vMB 31
738,011 738,011 000000000000000000024d931a48e5cf104b6cf4f750180d5b6d003eb9d6ca99 3,028 1.00/1.00 vMB 23
738,010 738,010 000000000000000000062c074d23d95934388d5323f2adca066e3119c500de92 3,256 1.00/1.00 vMB 21
738,009 738,009 00000000000000000000d78fff64002403fa32c2555ff4d7107a585bf6d1b18c 2,860 1.00/1.00 vMB 23
738,008 738,008 00000000000000000006ed567004da1d3fae7fc5fe5e5d5587fbba1e7884270e 1,013 0.35/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.