Loading Tool

Explorer IconExplorer

Memory Pool

36,979 transactions
25.98 vMB
0.06289295 BTC
Random Selection Loading Transactions
Max Size: 133.14/200 MB

Candidate Block

Mining Attempt d7dc700ed079862ad71e12bbb977be0973f561fa4a905eda35b3df294756f29e
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root 74cbe4561ea07aa46d16fe5644d637967c9e176e3819a80f8ad13351c705e55c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,810
Size: 1.00 vMB
Total Fees: 0.01504585 BTC
Feerates: 171.09 > 1.51 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (76,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,785 837,785 00000000000000000002f3be7778a44f4afd6323d77c7c3baab65f9f5dbc5c9b 2,641 1.00/1.00 vMB 11
837,784 837,784 000000000000000000005077a7b2eaccfc5eb017f3dafdd76c83406411b62a7e 3,838 1.00/1.00 vMB 22
837,783 837,783 00000000000000000001e048e60bec92b42dd20def433f06f975dc1789a2223f 1,974 1.00/1.00 vMB 9
837,782 837,782 00000000000000000002f5e3da765487716fb2090960792efbc0d0bf142dd98d 2,388 1.00/1.00 vMB 15
837,781 837,781 0000000000000000000298d12e9a81ae94ac1d5ac96bb8bec0d51e20abba7781 1,899 1.00/1.00 vMB 12
837,780 837,780 00000000000000000000cc3734c7d0cfb6e0a864702aaadb00209040dd4c8385 3,164 1.00/1.00 vMB 13
837,779 837,779 000000000000000000013ea2529158d818a2522a6dbc00a36c5bdadda14fd01a 3,487 1.00/1.00 vMB 21
837,778 837,778 000000000000000000031a036441155d6d4a8d0b61c494460bb014d027bfcf71 2,939 1.00/1.00 vMB 10
837,777 837,777 000000000000000000007491e5832dbe19f5bd4fcff8dc02ec9887b49126c9f6 2,548 1.00/1.00 vMB 7
837,776 837,776 0000000000000000000276bbcc5c6c591391c0f3fa5c1db6775fe484a24a8bb6 2,685 1.00/1.00 vMB 13
837,775 837,775 00000000000000000002efc61b8dfb9ab01b0b947b0006a862f9133d2fed9fef 2,697 1.00/1.00 vMB 13
837,774 837,774 000000000000000000000dafdbdd4f684b344935e7573e6cf2cfad3e88c95902 3,173 1.00/1.00 vMB 20
837,773 837,773 000000000000000000027cb3cc1589db1adcc6745d0bc0aba51e0aa4dde3a531 1,118 1.00/1.00 vMB 5
837,772 837,772 000000000000000000004ef5b61634fdab1cda2a26f28f80ba12bc69ebae8cb5 2,497 1.00/1.00 vMB 12
837,771 837,771 000000000000000000031196b4e9d114d0f19aacabf493ba78f6d2cd019ee24e 3,997 1.00/1.00 vMB 7
837,770 837,770 000000000000000000014818a8cbb1f40eb2754f66c6904e2ffd31b54d197f52 1,282 1.00/1.00 vMB 6
837,769 837,769 0000000000000000000048e84d30d1e07e02c595da72a34bbebfa0f4c9378e0f 2,153 1.00/1.00 vMB 8
837,768 837,768 00000000000000000003280d087c38d893ea8fc404580e8942238835e70c4ebd 1,923 1.00/1.00 vMB 12
837,767 837,767 00000000000000000000db5fbfce695e0dfcffbfa3d3c1d4d4659b79d28ed39a 2,700 1.00/1.00 vMB 12
837,766 837,766 0000000000000000000214583e84da1ae4e34fc99b96f2bd5b8ba299fb1c122d 2,774 1.00/1.00 vMB 8
837,765 837,765 0000000000000000000238c7b226994c43f373e68538fe12a389477d922e931d 1,451 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.82 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: 635.69 GB
    • Received: 12.32 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.