Loading Tool

Explorer IconExplorer

Memory Pool

78,195 transactions
29.70 vMB
0.07442549 BTC
Random Selection Loading Transactions
Max Size: 181.28/200 MB

Candidate Block

Mining Attempt 0c8416ae341f2b8094146ba15f501c5ad098a1f92203c7c8eb160138cf0b4e15
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 07a7f1b8de84af0a9a7c196ebff6f3d7473f73aeab0a994e1aa1388375d8f92e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,980
Size: 1.00 vMB
Total Fees: 0.00881909 BTC
Feerates: 100.46 > 0.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (379,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,628 535,628 0000000000000000002121b5b61713d2f7ef94f33d1fd519953393a6d3f4d0d1 2,319 1.00/1.00 vMB 23
535,627 535,627 0000000000000000001ddb76713c0c663bb99d85aff6592cf18df77d3d6d0c04 1,834 1.00/1.00 vMB 28
535,626 535,626 0000000000000000000f5104a5cf728d5c9f66bf1ccf42c1840e92502a33e02d 1,087 1.00/1.00 vMB 1
535,625 535,625 000000000000000000042b5f6524f58d5f22f6f0a32d586e61c55aa4c4d6520e 2,259 1.00/1.00 vMB 12
535,624 535,624 0000000000000000001dc7bb7865a57c31a09374929de65600819ba714f8fa81 2,452 1.00/1.00 vMB 27
535,623 535,623 00000000000000000025c990cc28eef0ebf3911e63f5ef5a29ac593b35043421 1,748 1.00/1.00 vMB 8
535,622 535,622 0000000000000000001a682cfeb637fac2dd89f5c59a32517d16e10ed1ee9ec0 570 1.00/1.00 vMB 31
535,621 535,621 000000000000000000193b645803ec79d0497386c63094934cb16cf5d76761c2 559 1.00/1.00 vMB 52
535,620 535,620 0000000000000000002783b9d74aefbaca94a53b43e5cef7934816e8fa09eefb 2,612 1.00/1.00 vMB 22
535,619 535,619 000000000000000000014a1113021b3edc30c03a4555cc95b9fafe923e5274f4 1,854 1.00/1.00 vMB 5
535,618 535,618 00000000000000000020ebf707f3914bc351231d9af1b85022f7f55f589ce04c 1,531 1.00/1.00 vMB 11
535,617 535,617 000000000000000000280446c653fe4796bef90fd7634e82bdc5abbab786a424 2,792 1.00/1.00 vMB 8
535,616 535,616 00000000000000000026551315acc74aeadb1cc0d63ac548efbe301f6350efa8 2,368 1.00/1.00 vMB 28
535,615 535,615 0000000000000000002bb732c1c6bbbdf568fe7604be115f18d8b8eaa427c4b5 1,978 1.00/1.00 vMB 9
535,614 535,614 0000000000000000001035b9817f49ef6d4ee39815d787a61c528c4da83de1fd 2,672 1.00/1.00 vMB 18
535,613 535,613 00000000000000000023ebd8f2f342fe6c9ae1e543b139d96fd10d5356e60c05 2,111 0.88/1.00 vMB 19
535,612 535,612 00000000000000000018c60c528db50835e40501abd09149e03458f47c8f89a0 1,869 1.00/1.00 vMB 22
535,611 535,611 00000000000000000011726730b4934d2f3c6f7c04e9571972eb94ae0554d879 2,441 1.00/1.00 vMB 22
535,610 535,610 000000000000000000140e51d226966ae565c53c2dedd81a4490134782d58efa 1,863 1.00/1.00 vMB 14
535,609 535,609 00000000000000000019b04ca2ee668fa7ae59c5441a33123d11ddf04672378a 2,526 1.00/1.00 vMB 20
535,608 535,608 00000000000000000005d04d936dadaf5a5b7e57ad5a2ea50ea438076fd82b94 665 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.