Loading Tool

Explorer IconExplorer

Memory Pool

43,625 transactions
29.28 vMB
0.07520236 BTC
Random Selection Loading Transactions
Max Size: 151.02/200 MB

Candidate Block

Mining Attempt d7841062e3f8aa96c694c0cdc8b08da2f9e4166ffca0cb331e92a50748fa3277
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 7b5c3b980278e8d35a1b90ef5601b5dc3c17e72b2ff9d02459e71bc6c547050e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,580
Size: 1.00 vMB
Total Fees: 0.01778441 BTC
Feerates: 197.49 > 1.78 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (325,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,654 588,654 00000000000000000013799062259369502d9dbcffb9f9db30e43ee4573f71e0 370 0.10/1.00 vMB 14
588,653 588,653 00000000000000000018f4c3eb5b35d900e9ecd960ac2c0b11f0938c2d0dc485 447 0.13/1.00 vMB 19
588,652 588,652 0000000000000000000dfca58e0e50322185e6cb8408052639a1b892ccefd3c8 1,130 0.35/1.00 vMB 9
588,651 588,651 00000000000000000017360b96aee539e88886d02c266eef539e87b14a81f07a 456 0.13/1.00 vMB 18
588,650 588,650 000000000000000000071ce4fc9a9a0b666f4f831f53a274dbcc64e7457a3cd9 158 0.05/1.00 vMB 16
588,649 588,649 0000000000000000000b0743437aeaebddaefd3bd4257bf1dd52b93c53d81c87 462 0.14/1.00 vMB 16
588,648 588,648 0000000000000000001dd3097b14e21335c9674b23da42f253db6bcc0322efd8 446 0.14/1.00 vMB 18
588,647 588,647 00000000000000000019611ab49b5c60caa85edcc733b4bd7af4c890b94a86c7 2,855 0.88/1.00 vMB 11
588,646 588,646 00000000000000000005051ca493a8c48ee1cc17df04784e1d80a05801ff6d1d 102 0.03/1.00 vMB 18
588,645 588,645 0000000000000000001d0e2befd923db19232d7e63e07f8065321ed8cf1d53ff 2,456 0.95/1.00 vMB 11
588,644 588,644 0000000000000000001d83d826350775b3624c68fa55b86ef9a92aeead3abda5 56 0.01/1.00 vMB 3
588,643 588,643 0000000000000000000aab1596710d71c75a47a6614b9a5dab3cd65c90900d17 2,456 0.77/1.00 vMB 10
588,642 588,642 0000000000000000000bbbf905326c2d80cecfa71a1b2530c401be5397945e38 1,034 0.36/1.00 vMB 19
588,641 588,641 00000000000000000010847557eb45e5e22f7f1bd39d8a7b5279ab6ba533f906 3,045 0.99/1.00 vMB 12
588,640 588,640 0000000000000000000995e4851b676aa120781e977a1d1a11a1fe9c8cccbd4c 1,333 0.40/1.00 vMB 12
588,639 588,639 00000000000000000000168f2bc9d4707cfb553d6f54a16f7a1556ec1a0b6d24 838 0.25/1.00 vMB 13
588,638 588,638 00000000000000000006dfa06fea3d7f84fc7a424869c27ae684802924d42e6f 133 0.04/1.00 vMB 9
588,637 588,637 0000000000000000001407931c380aa6b630e44f3c35c310e95fcd48e25caf05 1,825 0.57/1.00 vMB 12
588,636 588,636 00000000000000000008e6c23ab22eae1553bd4484407acddda51f740531b1d7 2,636 0.89/1.00 vMB 13
588,635 588,635 00000000000000000010706fa43022abe0adf6aef805e572782645202fef8dad 792 0.42/1.00 vMB 12
588,634 588,634 00000000000000000018f3b2c6d0deabcc1ef321a4d2cb85947ede7924ddd36f 217 0.06/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.72 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: 629.73 GB
    • Received: 11.95 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.