Loading Tool

Explorer IconExplorer

Memory Pool

26,441 transactions
6.75 vMB
0.04904769 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.06/200 MB

Candidate Block

Mining Attempt 68ab2093cc1a26dccdd05f4f6e24bdc53bddbd93bf05ab5b77c6ba80e6203dda
Version 20000000
Previous Block 00000000000000000000f0f8cdddaad53176e3bccba4216d36f8bd37433b7869
Merkle Root 27d4049230f6eb5827558cedcd85af750c5b2b6b07d971e13eb900ce73946e38
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,557
Size: 1.00 vMB
Total Fees: 0.02888415 BTC
Avg Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,002 (842,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,624 70,624 0000000000b042ce5c9c0640407e207fae9c6ac16d03458d58a83ce532ae1954 0.00 MB 3 829
70,623 70,623 00000000006001286a2cd5baed415320db67c59b926e09a5069a282692c165a7 0.00 MB 1 0
70,622 70,622 00000000008dbeeb948133a8cac74e536ceb7db0a3d96350eaee5fbd17da299a 0.00 MB 1 0
70,621 70,621 00000000004cc3296f180848cb0f01590797781d4e452fedb8bba72e1d651244 0.00 MB 1 0
70,620 70,620 0000000000dd1706ee6b28610869f0f1fa7266884c72b71b5edd6610df4fd89e 0.00 MB 1 0
70,619 70,619 00000000006d008356663d77514e08bab0eac1547dc035b6ae3427c3aaa8e572 0.00 MB 1 0
70,618 70,618 0000000000f35bea780990fde22b7ea46308ce1a5cdf69d7298bfdfb5857ae03 0.00 MB 1 0
70,617 70,617 0000000000c493036c376413b3678c31123765a7becd73ff8a1856b6d75ce123 0.00 MB 1 0
70,616 70,616 0000000000ec9f4b3bf61840ea09f08f5770ddc02833a3f86f8023c8cabec40e 0.00 MB 10 0
70,615 70,615 00000000010c55d600c82ac5ef708f336ea3a3c361e9f6260da34370ede1f5c1 0.00 MB 9 0
70,614 70,614 0000000000589007ef69a257b80891b4494ee33dc50c197fd1212d1c663fa2df 0.00 MB 9 0
70,613 70,613 00000000009913cd5f85d83c2ac7054daeb9bc0dd3603a5944cf2201c74e2505 0.00 MB 2 0
70,612 70,612 0000000000ab6721b0786223c81be30eef0825fb4974856f3125d348f9760cae 0.00 MB 1 0
70,611 70,611 0000000000277702efba2edb6b4e7466ab95cb3b1a21499a345cc19615e06dcc 0.00 MB 1 0
70,610 70,610 0000000000cedee85d1db3bdfa0c1426ba7d9614be6fd9132bf7c96c6f03fe57 0.00 MB 1 0
70,609 70,609 0000000000558bad139c9dfc41fff7514e1c793f84144443472992417abebf0d 0.00 MB 1 0
70,608 70,608 0000000000bae974176ed490059295d59295fe377f7d507a7ab67a5c9ea228f3 0.00 MB 3 1,941
70,607 70,607 000000000062e3335faff88afdf8e7df026641ec2413e8550b8cbc51114ab0d6 0.00 MB 1 0
70,606 70,606 0000000000e1a429781131ad0cffe26c205df178120d74d7832a5a4eadcf57ec 0.00 MB 2 3,875
70,605 70,605 0000000000121195e8d648a1895892c15f7a00a3ec0cc8f6bbcb3d03c0ff1477 0.00 MB 2 0
70,604 70,604 000000000066c2d27e1ed5d477939341aeb1c071ca80c1ff7be6cf747558b529 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 382.78 GB
    • Received: 3.44 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.