Loading Tool

Explorer IconExplorer

Memory Pool

92,908 transactions
24.76 vMB
0.12797246 BTC
Random Selection Loading Transactions
Max Size: 167.04/200 MB

Candidate Block

Mining Attempt 9ae05ce3904eaf3019a407d1b9d6b0165ad4be18ed832bc6824744b39749bd90
Version 20000000
Previous Block 000000000000000000012b7b2761c1760b32df277cfe0e6b74b88e1d007f854a
Merkle Root b290c39265283b5372c6c6b57bea41532eb68e19e1af1fb5cc9f1d3042a95c16
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,885
Size: 1.00 vMB
Total Fees: 0.05443280 BTC
Feerates: 529.10 > 5.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,903 (834,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,514 81,514 00000000001a5d84df1d5b1ed02df2d9558eaea7c7452f7dc79f0a94f5adc624 3 0.00/1.00 vMB 0
81,513 81,513 00000000002dbd1d1536c490d326f468ee342b422a9c07fa7f3adc988f361042 3 0.00/1.00 vMB 0
81,512 81,512 000000000004cff4bc6ce2130c2650aa256cd5582479e1b0f1387afcc47893ad 2 0.00/1.00 vMB 0
81,511 81,511 00000000003926bc998db2885d66ca9eed733d06f8ce1ba267852ce2460c4aad 1 0.00/1.00 vMB 0
81,510 81,510 000000000022945d2384a0c56ba72d92d2b4113741b781fd7aed0290b6ea30a7 10 0.00/1.00 vMB 0
81,509 81,509 00000000001cf42f5b56f6aada81279605adfc2ecf540d4d39814ce3ad2f5c72 1 0.00/1.00 vMB 0
81,508 81,508 000000000027722bf0eb62e196bd4b76ea280b7c6b8fd32f2cca717a64c90d61 10 0.00/1.00 vMB 0
81,507 81,507 0000000000162a89c7bd738533ac2764ddf31509826fc60137a4bcbba1ec17b0 6 0.00/1.00 vMB 0
81,506 81,506 000000000044d1fb3ef82e45aba84e952c19c5905bea0d2c9f4077095edbcdf8 2 0.00/1.00 vMB 0
81,505 81,505 00000000002741b8c4e85d03516a91501c79249d3eaff65b9a54ce1e45dc4fee 7 0.00/1.00 vMB 0
81,504 81,504 0000000000044dbc6770390a7727bc03378b1db788f2b76decb586dbbb3fa1df 3 0.00/1.00 vMB 0
81,503 81,503 00000000001e86cc763906b0024c5d0747c2935ff875407e309099f8325555fe 1 0.00/1.00 vMB 0
81,502 81,502 00000000000a581fd469ced6f7813e3484bbd086c6c7edd80a9d40794e4a3fa8 11 0.00/1.00 vMB 0
81,501 81,501 00000000003997afe8d491c5ad13f9d8c11097857f0e4b612b464d22573b9b15 1 0.00/1.00 vMB 0
81,500 81,500 000000000040ac4077b501c30877a484864a1d85f530f8b5cbba427700fa8a5a 2 0.00/1.00 vMB 0
81,499 81,499 000000000038a5835a78359950c5947f95528597b3e8171c01d1a7c38bd240c9 1 0.00/1.00 vMB 0
81,498 81,498 00000000003ed9a3b694df6e0ce9b886d39f623b5036f1ec5d004e9b292731e3 1 0.00/1.00 vMB 0
81,497 81,497 000000000039a7d3218701d875590499f84c5ae96ea2b6c3b1670037e3f5eb43 2 0.00/1.00 vMB 0
81,496 81,496 000000000018b40807650b4fd34e2739d8066178ebe43549e61f62fd5d17221e 2 0.00/1.00 vMB 0
81,495 81,495 000000000036818216c25c30dfe545f2c0611e8625d66fed0ccd97131751fdd3 10 0.00/1.00 vMB 0
81,494 81,494 0000000000447ec122ec6433c28e7d02cda7d27d99a3e1046fa40720fe99c1d8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.94 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: 797.98 GB
    • Received: 22.38 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.