Loading Tool

Explorer IconExplorer

Memory Pool

72,408 transactions
27.95 vMB
0.06479637 BTC
Random Selection Loading Transactions
Max Size: 165.69/200 MB

Candidate Block

Mining Attempt 82b43e028e2638d7b8c515acd46bfc48f754662f4d6125d8acb8ff3c809e1a6d
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 8ffd56cfd0811a7f0f5b20f44587c7c791ce512d7cdbdee9026ea7798737d3e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,188
Size: 1.00 vMB
Total Fees: 0.00906040 BTC
Feerates: 40.21 > 0.91 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (375,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,639 539,639 00000000000000000017c6ca2f84aa6213a94307ae9ae9517827c1d399d7869a 368 0.13/1.00 vMB 11
539,638 539,638 000000000000000000034e1acb0b66d95bffe7ef3fb2b43444abdf95a04c6bd8 2,056 0.85/1.00 vMB 14
539,637 539,637 00000000000000000011c2e401f66e8f2a74d4e71db91b367d54acc232d64c83 2,292 1.00/1.00 vMB 21
539,636 539,636 0000000000000000000192e293ff8ba0a3a9f30839f05605c2cdfb3de48717bf 42 0.01/1.00 vMB 2
539,635 539,635 000000000000000000201f5adfba4d5d4347188211e43d281078bd238361596c 2,327 1.00/1.00 vMB 17
539,634 539,634 0000000000000000000f9667a7dd85ba268f250c18e175b1a3ebd7f750e098a4 2,006 0.80/1.00 vMB 19
539,633 539,633 0000000000000000002777b7135d9b266b20d1c698d37808d144d30ddfb7bbf8 1,585 0.60/1.00 vMB 7
539,632 539,632 00000000000000000020b3e7c8622e14a58dc8d936f252091017f76030ba32bf 2,293 1.00/1.00 vMB 25
539,631 539,631 000000000000000000149518c7020008c54834369a33fa6e283f9cca22d4755d 711 0.45/1.00 vMB 20
539,630 539,630 000000000000000000117cf9bd8df21284715c9751592c56b28550b2786d8f91 2,054 1.00/1.00 vMB 21
539,629 539,629 0000000000000000002264ace6d32b42f9c663e97bba74bc9151be931d9fdfaf 2,190 0.99/1.00 vMB 32
539,628 539,628 0000000000000000000b7a85e5935cc61c2ea7564cf10a647d4dad33213398ee 108 0.04/1.00 vMB 28
539,627 539,627 0000000000000000000b0f7657cd4dcee268035c9b726b41dafa42128da32d06 1,103 0.51/1.00 vMB 14
539,626 539,626 0000000000000000001662d3e56c4e54599e9a4fdee96fb47c452b9885820784 1,875 1.00/1.00 vMB 26
539,625 539,625 00000000000000000015748ba29a322ef7f698793ec78d41761e840883347569 1,675 0.86/1.00 vMB 22
539,624 539,624 0000000000000000002409648fa77e60d8908a3a51978ed6bbfb8ee6c6e8e9d2 179 0.07/1.00 vMB 31
539,623 539,623 000000000000000000035e02695e23d7289dc5f9c5ddabed862c950fe466aefc 1,531 0.83/1.00 vMB 8
539,622 539,622 0000000000000000001787f00c7fc872f182bf4a3c3c0f1c044d3aad169b9a83 1,872 1.00/1.00 vMB 3
539,621 539,621 0000000000000000001e078c4413d8023d46a32e7b445f3deb760f464674392e 2,272 1.00/1.00 vMB 21
539,620 539,620 0000000000000000000278fb5d977de14ca05b9b6f360ebce2a9a5628510a6f6 1,984 1.00/1.00 vMB 5
539,619 539,619 0000000000000000001c6f0f66050af966c1467cae5c28f928b95ed18e311713 2,435 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.45 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: 666.99 GB
    • Received: 15.24 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.