Loading Tool

Explorer IconExplorer

Memory Pool

76,181 transactions
29.14 vMB
0.10406647 BTC
Random Selection Loading Transactions
Max Size: 172.29/200 MB

Candidate Block

Mining Attempt f7da980975d6fd1c966ff1aa58c749a3dcd55c4051468f3b733eeb2f8cc1ceeb
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 3662da2bbb97ad4525e4ae33adf86f35e0982e5e242768abc4eca3d4aca397ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.04162056 BTC
Feerates: 201.37 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (385,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,194 529,194 00000000000000000008a90260f16272facf4b5aa07f41e524dc1b18afde6cec 949 1.00/1.00 vMB 27
529,193 529,193 0000000000000000000d6845ab08681cc915e04205b9ab027b1d4a684ce7da57 619 1.00/1.00 vMB 8
529,192 529,192 0000000000000000002a4fae3780a60fcaf572fff1beca8ddbf818dfcd115048 817 1.00/1.00 vMB 13
529,191 529,191 000000000000000000066e46a1d587d0a04596b22980525f76ae687203aab156 678 1.00/1.00 vMB 9
529,190 529,190 0000000000000000001cb7bab0eed07acb9eafd11bee4149ae9d66fac6c11b8f 178 1.00/1.00 vMB 2
529,189 529,189 0000000000000000000dc180d93a80e3d35398672a5ae67da2ee06536f8dda2e 1,261 1.00/1.00 vMB 23
529,188 529,188 000000000000000000051882fdae9428bb8fa079e245909da5e640ca292aaa70 1,939 1.00/1.00 vMB 33
529,187 529,187 0000000000000000001e063b97c80ea62ee4c6ac89ad1a0c0963b889bb5c3161 1,683 1.00/1.00 vMB 3
529,186 529,186 0000000000000000001102a848ce2e5bfa6dd69f14eb9afac04dd39cb75f350e 2,336 1.00/1.00 vMB 62
529,185 529,185 000000000000000000161f592bf62abf7e8d7b3544d91e6471c1b5722183b4e5 2,565 1.00/1.00 vMB 6
529,184 529,184 0000000000000000000d8a8d2c9e520255359eac84a558587ad2d547d9fb5653 2,215 1.00/1.00 vMB 20
529,183 529,183 00000000000000000002aeddfd95cb97fc9d151b02742483e64d1fdd8389131c 1,205 1.00/1.00 vMB 14
529,182 529,182 00000000000000000019a58f5fc9ee8f739f8753caa946e7cdd3606ad10e489d 1,625 1.00/1.00 vMB 50
529,181 529,181 0000000000000000003515634ac0a1e1b661d6f38f69f1d0371288042d350fa1 795 1.00/1.00 vMB 36
529,180 529,180 000000000000000000199d6829d2a16c7513c5afb4873021a2bcdd28adebc685 629 1.00/1.00 vMB 50
529,179 529,179 00000000000000000010e8c29888aa3f8607b4ad1317422acca8e04a2cd317d7 1,704 1.00/1.00 vMB 96
529,178 529,178 0000000000000000001ba3bf33b8c46856dfc05a3b3aebffa245f16269b54dc1 2,186 1.00/1.00 vMB 55
529,177 529,177 0000000000000000000923dbb6116e06c786bdd31dac3a95fcf47291e8d47403 2,484 1.00/1.00 vMB 50
529,176 529,176 00000000000000000007b77b9d7458f7a260cb0401626ebbadfcb3b7620e87f7 777 0.48/1.00 vMB 28
529,175 529,175 00000000000000000001efb0eeb8735217173a7e58ef94f2f796810da850220a 1,461 0.98/1.00 vMB 29
529,174 529,174 0000000000000000002e635638041e534f05e919a676723dc9b9fcb0dbebc1b2 757 0.44/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.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.