Loading Tool

Explorer IconExplorer

Memory Pool

73,499 transactions
28.33 vMB
0.07202137 BTC
Random Selection Loading Transactions
Max Size: 167.73/200 MB

Candidate Block

Mining Attempt 7a487a1f2ae52b2bac3eb7cd9e75531fdf7c4ac7771685021ae0d2b7f05f03b9
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 34b65eb88d72cd902cc5cb45ce842ed9fa6675380b25514d8eb8dc6ad948a5ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,574
Size: 1.00 vMB
Total Fees: 0.01474703 BTC
Feerates: 60.16 > 1.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (379,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,376 535,376 0000000000000000000e25640b0d8c5ce7d1f9c56def93b506f153fbbaef208a 102 0.03/1.00 vMB 20
535,375 535,375 0000000000000000001aa3602aa5d710dbc63269f18a7c168241fd3afbf9b8d7 417 0.16/1.00 vMB 14
535,374 535,374 0000000000000000001ef2c6c01a95406256a868319b91251c667331cb5b80ba 944 0.54/1.00 vMB 1
535,373 535,373 0000000000000000002a01c262ec51eff8a696ec45cb6a41bc87272ce7dc296b 3,043 1.00/1.00 vMB 16
535,372 535,372 0000000000000000001e51559b6c9487ebfc594f9c948323c5f608b943be6a17 2,556 1.00/1.00 vMB 24
535,371 535,371 0000000000000000000ac2a333e63c372381b58e6a53481ae9489dfb974fd3f6 497 0.47/1.00 vMB 16
535,370 535,370 000000000000000000007d49b038188188ac6856de495a8db19c23b10a421958 390 0.18/1.00 vMB 22
535,369 535,369 0000000000000000000ec1281956301a756ae976504ea30203a4603d7401f8c9 1,085 0.38/1.00 vMB 18
535,368 535,368 0000000000000000001ba11a36e2d6b5d3c758abc616f4f0b537e03c32407914 1 0.00/1.00 vMB 0
535,367 535,367 000000000000000000093c7d2092deb9818d92edd5babb06ec2044fb85b3e74f 1,258 0.54/1.00 vMB 14
535,366 535,366 0000000000000000001025a2688e4efe69bd09cd4aa29683edafccc7276c6d72 1,118 0.45/1.00 vMB 21
535,365 535,365 0000000000000000000d78170e5686862164904be9a9f2a533a2cda1e3f8dbf9 406 0.13/1.00 vMB 12
535,364 535,364 00000000000000000025ed92134ff90cee0dc54313aa6b038889a8a1caecdb97 1,523 0.55/1.00 vMB 18
535,363 535,363 000000000000000000043781ddf2fd211ed4e5e0118820b084ed09a5b9d84ef3 1,039 0.44/1.00 vMB 12
535,362 535,362 0000000000000000000e6a6d4707dbf86c04867c6ba519d0656619f3b5767ec6 1,573 0.68/1.00 vMB 13
535,361 535,361 0000000000000000001f3ae71ad80e30b9a8d8796494813f15a1b0e41df4d7f1 1,739 0.80/1.00 vMB 16
535,360 535,360 000000000000000000074b6e028342e1bb65653e1cda21e3d94925b0a51f8dbe 465 0.26/1.00 vMB 1
535,359 535,359 0000000000000000002b78dd23e861d0533ea471e0d048a898e76073fc85ad6e 2,443 1.00/1.00 vMB 7
535,358 535,358 000000000000000000077de48640618c0ecbe1e712d57b177b2a63719c2ef7bf 1,804 1.00/1.00 vMB 35
535,357 535,357 00000000000000000002ac260d03d8147957a03b488bb0743ffd42b54a46be6e 363 0.15/1.00 vMB 13
535,356 535,356 00000000000000000021984e4eb23a55d60c2d4431cd7a37c0847f22104e54b3 166 0.05/1.00 vMB 13
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: 10
  • Data Transfer:
    • Sent: 667.83 GB
    • Received: 15.30 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.