Loading Tool

Explorer IconExplorer

Memory Pool

74,160 transactions
28.73 vMB
0.08082091 BTC
Random Selection Loading Transactions
Max Size: 169.85/200 MB

Candidate Block

Mining Attempt 61ff89da6c3174310be2b8b3106df02376a0bc66f2a4b783d1c7d5000a5fcddf
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root efa4d659820aa2bdc3f964eaacddad80b0bcf942b5eba53f171ab17b7f6742de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,529
Size: 1.00 vMB
Total Fees: 0.02263048 BTC
Feerates: 150.36 > 2.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (305,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,740 609,740 000000000000000000053c006c4d4cba37d44ecae5b1ac8fe797470bb8302de1 2,493 1.00/1.00 vMB 8
609,739 609,739 0000000000000000000c1d59d2788e61b062cae37c66959b29c1780b4991c394 2,185 1.00/1.00 vMB 6
609,738 609,738 00000000000000000005bc1f697cf786b9bafa85502b9d19cd5a777bc62a6b47 2,886 1.00/1.00 vMB 27
609,737 609,737 00000000000000000002b3e46a0b1e1002be26ab98e8e3c5f0b36f6943be5237 1,288 0.37/1.00 vMB 12
609,736 609,736 00000000000000000006473319404aa2ef0c5e241ca6e1669bcc632b2fd2eeb0 1,873 0.60/1.00 vMB 5
609,735 609,735 00000000000000000004ab859720c8a380bb863ebbe39dc6fe6db0cde24408c7 3,065 1.00/1.00 vMB 15
609,734 609,734 0000000000000000000c8be5bbc05f3c41b10d4a53e888ff8611125f66679074 2,804 1.00/1.00 vMB 13
609,733 609,733 00000000000000000006db897c28dea114e9f5329afae74b6eb2eba19f394582 1,210 0.33/1.00 vMB 15
609,732 609,732 0000000000000000000ab3df8012f6b836403475d0a07e1aeac64c894ee87c45 2,482 0.73/1.00 vMB 12
609,731 609,731 00000000000000000011b62c29f3d8fc85c19cfb0fd641efc8be70e81bf35a8b 1,524 0.54/1.00 vMB 11
609,730 609,730 00000000000000000014bf61c1787dc673ff69012bbf7b58539edfc3581571c3 926 0.38/1.00 vMB 11
609,729 609,729 00000000000000000007c4c1ab970c5e38dd3dce6de861ee50adbbaf00d4ec20 2,064 0.69/1.00 vMB 8
609,728 609,728 000000000000000000114a020e8c319516b60c078f4f14ec42cd6ca534c93c1d 2,732 1.00/1.00 vMB 11
609,727 609,727 00000000000000000011ece85d051be9ab4fd349cd54f2974d04e7aa74ab7af7 2,783 1.00/1.00 vMB 6
609,726 609,726 00000000000000000005a913c2209dfa8803178585e4d5c671e57939bbefa275 2,079 1.00/1.00 vMB 9
609,725 609,725 00000000000000000006cc428863a139db6b83540abe3405102a0f517ae9e306 2,955 1.00/1.00 vMB 15
609,724 609,724 00000000000000000010960d7b0b8c218ac225d501edcc50899d3ecf70fabc7d 2,600 1.00/1.00 vMB 36
609,723 609,723 00000000000000000006a57f148504f72d03c4df0ff728e8b3d7cfe1a10bab73 2,897 1.00/1.00 vMB 20
609,722 609,722 0000000000000000000902712ea7378d8da6ae763cb3805f875d06b3203de548 1,419 0.45/1.00 vMB 16
609,721 609,721 00000000000000000014a95e39e9941c910d1582df52577bd81e78ede1cc9896 2,548 0.85/1.00 vMB 9
609,720 609,720 00000000000000000010719ccc5f0a7c8e70c7b88993463466fa528af256b18f 2,267 1.00/1.00 vMB 8
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.