Loading Tool

Explorer IconExplorer

Memory Pool

35,996 transactions
15.29 vMB
0.08751955 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 86.70/200 MB

Candidate Block

Mining Attempt 2313663419b6787af3b6e70a6b1545537f0158915fbccf6a788faeb547f63282
Version 20000000
Previous Block 00000000000000000000882eb50d4cf30d3e14b30b39d5bc9707ffd2840b4559
Merkle Root 2a0cfaef891f132a91fa78ce9d7cba486e15c8629942485034f9694edca4af2b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,955
Size: 1.00 vMB
Total Fees: 0.03250413 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,342 (903,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,008 10,008 00000000b700802c3945a0aaa5d713e0b9a5d2521ff5bf0ac5dde99ebbbcb586 1 0.00 vMB 0
10,007 10,007 000000001844f08004715709104d53c65f0bffd448f05df9bbbc8bfbcf4cfda6 1 0.00 vMB 0
10,006 10,006 00000000e33f97f0a832061cf0e5dedb323b180367c4de8db81b25b560fbaf76 1 0.00 vMB 0
10,005 10,005 000000009fa381cd5dd2a38e5f443a0d3006e71a42074a4a1e45369ed8d7f9cf 1 0.00 vMB 0
10,004 10,004 000000009228b77aad90ee4ef5cf2634eee8252fb5e83c83d30c40146d50a72c 1 0.00 vMB 0
10,003 10,003 000000008e15a6c8d31ff521eb8825a04f279d816cddb1fda7eb825b5f630944 1 0.00 vMB 0
10,002 10,002 000000007136b5c4ca15a77d461c5e6c6a8291adf71ca82c386e1c9a2e8b1259 1 0.00 vMB 0
10,001 10,001 00000000f01df1dbc52bce6d8d31167a8fef76f1a8eb67897469cf92205e806b 1 0.00 vMB 0
10,000 10,000 0000000099c744455f58e6c6e98b671e1bf7f37346bfd4cf5d0274ad8ee660cb 1 0.00 vMB 0
9,999 9,999 00000000fbc97cc6c599ce9c24dd4a2243e2bfd518eda56e1d5e47d29e29c3a7 1 0.00 vMB 0
9,998 9,998 000000003dd32df94cfafd16e0a8300ea14d67dcfee9e1282786c2617b8daa09 1 0.00 vMB 0
9,997 9,997 00000000d59da91580f0e568e00a3d56279b78e5786c993543610d7ad692cbcd 1 0.00 vMB 0
9,996 9,996 00000000b828d5261f040827d682721f6f54fe21f1b263745968d31cc1e10837 1 0.00 vMB 0
9,995 9,995 00000000244e9eed41e1fbe83ade0336808571c9df875998ed2529568e57f57d 1 0.00 vMB 0
9,994 9,994 0000000000360b078b37111a567b25ad2fa96905140604870d61a3e7aab18f4e 1 0.00 vMB 0
9,993 9,993 000000003b25cd3a37b9d1da064f4d4d2559e43fbc8bd6a2962b1a71550623d1 1 0.00 vMB 0
9,992 9,992 00000000f58f64fdcdbeff8183b1a1f1ea5a816a97c1c36f3083fdda617ff7ff 1 0.00 vMB 0
9,991 9,991 000000003a86175f154cd24e470793ff71dacc63ea307e18b292451bc4dec53e 1 0.00 vMB 0
9,990 9,990 00000000edb29a7e6f15ff720d0e607611300dd0b995ad80ceac1e93c66be9a0 1 0.00 vMB 0
9,989 9,989 000000001313525cb4daed80d0f8cbd86fbb332374de8d778523358fe4d0aae6 1 0.00 vMB 0
9,988 9,988 0000000060420f7b7e05878eec12daf34f5960ea4eb7e70fdc64ae3184593628 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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