Loading Tool

Explorer IconExplorer

Memory Pool

28,544 transactions
8.33 vMB
0.08667071 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.32/200 MB

Candidate Block

Mining Attempt d717a7cb6611d42580cf0c17d89969f28112d0fec56675d45156b57263135f60
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 453726807e04bf65150f07e589a0d7436b73f9cffd939b50cca7c3299315eddc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,299
Size: 1.00 vMB
Total Fees: 0.03750762 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (771,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,732 141,732 00000000000004bd01c4098a6fe336f09cdf7eb975084524ea13e9162a552895 18 0.01 vMB 129
141,731 141,731 0000000000000203553d9934490b1224eca1a8b5098dba645957ddc41b1a0991 63 0.02 vMB 146
141,730 141,730 00000000000005d9a60da449079762b937131553b77f4e0c2aa805b0eb833da7 129 0.04 vMB 82
141,729 141,729 00000000000002fbb2f04014a6233a933f031de9d42da108c9093348d61c80ab 17 0.01 vMB 411
141,728 141,728 00000000000003a872b45fb43721fb1b3f3f2c00db489411fff7d16e706dd422 28 0.01 vMB 329
141,727 141,727 00000000000008852fb7811605c017289538a28bebf8f9eeee9f683339ef4a3f 15 0.01 vMB 56
141,726 141,726 00000000000008062e7b9d371f6770048b9c3110e414e8a51b975b2997855fd0 15 0.00 vMB 767
141,725 141,725 00000000000006ea8e07a03e2bbe363009fdc8d80dbcb6d3c8a3e2339f340506 7 0.01 vMB 35
141,724 141,724 00000000000003174ad8fb32dcd75096b6d30c2078607728c0a1226488a53961 8 0.00 vMB 595
141,723 141,723 00000000000008e989a9972a316578754ad557e8fa2ceba7d99cb12fcdede223 19 0.01 vMB 201
141,722 141,722 000000000000058c1f1dd4400b4d2a0821f558a6ca6ea4db93fcefa4b52059e4 108 0.03 vMB 13
141,721 141,721 0000000000000127e45f861639be8acd4c7f2a115db51a68bfb1e78b5fd846aa 9 0.00 vMB 29
141,720 141,720 0000000000000699011951de08321600421f330a2f7ac3e933041edce6afb12a 18 0.01 vMB 266
141,719 141,719 00000000000005bcc1ee2141c5a388c62b604de1e6321cd29dcd07ad1cfde178 67 0.02 vMB 274
141,718 141,718 00000000000000a37815c99c14910a814c82ae296fa31094913e2cb6548ce8d9 35 0.02 vMB 241
141,717 141,717 00000000000004e4a480bffb80279ee3db9364d3fbb800d534665045ace32568 57 0.02 vMB 169
141,716 141,716 000000000000054a877ac51bb9a0a02a8bee7a57bc53c8b1acd9948026c14675 16 0.01 vMB 16
141,715 141,715 000000000000086e6bcff5432ad424df9c9dfad1f6be580c40e3191d8be36ebe 1 0.00 vMB 0
141,714 141,714 0000000000000695923520bab65086e710cd1a755f82308c5c6e2811f5b64aec 28 0.02 vMB 160
141,713 141,713 000000000000084ca1bde18f1150d0499b460ef74869ccc4d8a0344c5233c7ee 95 0.02 vMB 100
141,712 141,712 0000000000000914ecaa69d6b5057babb9c66916a95785c94079bcc937682094 87 0.05 vMB 152
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 64
    • Outgoing: 10
  • Data Transfer:
    • Sent: 21.41 GB
    • Received: 0.43 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.