Loading Tool

Explorer IconExplorer

Memory Pool

78,075 transactions
29.22 vMB
0.08481073 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt 01b3ab4c570523faad80c0da9a2e13251b855d86dba3d53a53487e276a06f0f3
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 764a355f26548e8f33ae3bdc4d6b781b161ca06cd15afa083f902fe446fae392
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 1.00 vMB
Total Fees: 0.02356441 BTC
Feerates: 302.06 > 2.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (116,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,700 798,700 00000000000000000001fb453ff59f3f93214ee80760003b22d56f9b56123997 1 0.00/1.00 vMB 0
798,699 798,699 0000000000000000000510c58aff6b795f1043820f0f3e489b6ad6d32a7f4e0f 3,106 1.00/1.00 vMB 13
798,698 798,698 00000000000000000002d183bfb962f52eef1cc2404de419aeab102af7a57ce0 3,319 1.00/1.00 vMB 28
798,697 798,697 00000000000000000000c3b1d4854a18e93a8ef6dcabb4514954b1f8f5ad949d 2,434 1.00/1.00 vMB 9
798,696 798,696 00000000000000000004e272a581954cf799e5ebfbec4fb101463433dca45677 2,739 1.00/1.00 vMB 17
798,695 798,695 00000000000000000004c0a6342fefb47c38cf7dcaf35c296975fa205c24e864 2,257 1.00/1.00 vMB 10
798,694 798,694 000000000000000000000d24cd1a1792a593cf73081f6be3ec725d9a9c443504 1,660 1.00/1.00 vMB 12
798,693 798,693 000000000000000000027abdbe59d6fc6b8c72ed05ae484bb3b48b8977471f54 2,087 1.00/1.00 vMB 14
798,692 798,692 00000000000000000000c54d8a6f2fca73ae227cd478ca784040fe3264d74595 2,920 1.00/1.00 vMB 23
798,691 798,691 00000000000000000003a42755c9587d8ea095deb2e386f666a9644578e6527e 2,653 1.00/1.00 vMB 11
798,690 798,690 000000000000000000043c95a4cbde0fb6478cd78d2a5e52cee66a6c37211f5a 3,245 1.00/1.00 vMB 15
798,689 798,689 000000000000000000048b15632ab75a063de6cce28f0594fd7e9da9dc11b825 2,016 1.00/1.00 vMB 15
798,688 798,688 00000000000000000003bebc831f9f4b0a9f2bc40fe90a47b5f7402becced2c6 1,990 1.00/1.00 vMB 21
798,687 798,687 000000000000000000032b354f0e632133e324c49b512d5d524de990a22336c9 1,886 1.00/1.00 vMB 20
798,686 798,686 0000000000000000000297bf099bb30318b1c2126e32fd5fd74da6fcc33a6305 3,490 1.00/1.00 vMB 26
798,685 798,685 000000000000000000007c09c4947e6cbaf09bbf53b3b1fe5894a2db526f75f2 3,299 1.00/1.00 vMB 25
798,684 798,684 0000000000000000000008e5e0628f32b37d5a43eff94e9e56656cb86c5f92db 2,302 1.00/1.00 vMB 19
798,683 798,683 00000000000000000001b6e087e3d2737a26445a1117b219952f6d775401f108 1,690 1.00/1.00 vMB 27
798,682 798,682 000000000000000000004f83444a719a5f6acff5c2f434b710e3cb269c2cc3fa 1,862 1.00/1.00 vMB 17
798,681 798,681 00000000000000000004eea45eaa27ab0349c0a66a647b15663a5782d5b69579 3,374 1.00/1.00 vMB 27
798,680 798,680 0000000000000000000253164dc05782c8bf2f032f12a04b8a685c9cb495907a 2,688 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.