Loading Tool

Explorer IconExplorer

Memory Pool

77,744 transactions
28.91 vMB
0.07697963 BTC
Random Selection Loading Transactions
Max Size: 175.17/200 MB

Candidate Block

Mining Attempt 300c4b52d4ccc18c68effd2a6cab7695ff3b375006c8d09f747ee5426f258c59
Version 20000000
Previous Block 000000000000000000005ebf9d74ec7ab39402801cfbfdb763ac43cf18e45fcd
Merkle Root 2e3cd06d5905e5b82e7ea21c44085d918f466433b91e58c8e9fe75df692d3449
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,441
Size: 1.00 vMB
Total Fees: 0.01679274 BTC
Feerates: 100.28 > 1.68 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,117 (793,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,486 121,486 00000000000022b5102d60c75389531066213b289b0b4e3a908dd898bdc2b472 10 0.00/1.00 vMB 822
121,485 121,485 00000000000034c872b2c7afa3e3861bb48d2207f2a66b30176ce0343a710768 15 0.00/1.00 vMB 606
121,484 121,484 000000000000693198f26ab568c0cba4f3f3a708e4753137f1cd45ef15889313 22 0.01/1.00 vMB 266
121,483 121,483 00000000000001bc1568f57d4c130a3906d436dbfe72f748ad58771d69f09233 28 0.01/1.00 vMB 136
121,482 121,482 0000000000008348dda2f0d7966f75906db8f5d8800f9dc8a11ca5e0679bddb4 20 0.01/1.00 vMB 787
121,481 121,481 000000000000036ebb190c689fd284c49929e0ead03a01b07c5c7ed95b1a1742 12 0.00/1.00 vMB 877
121,480 121,480 0000000000004a370d0d942ff8450d6880c572e8dc7c9b299a84db615734efe0 11 0.00/1.00 vMB 364
121,479 121,479 0000000000000eb846a558a718fb5b4d93508e3d3997f2e275dc2683828fee41 2 0.00/1.00 vMB 0
121,478 121,478 00000000000095dcc19173779c813726f1f245e261550bf57a05dc8d32220d86 37 0.01/1.00 vMB 1,783
121,477 121,477 0000000000001871dc8e7e9094fd2a53024011040eb67054e92b5ec96546866f 14 0.00/1.00 vMB 472
121,476 121,476 000000000000512e19fa05fb4a013f14565c4def6aee4f87b4883b47a9ea5b5e 1 0.00/1.00 vMB 0
121,475 121,475 0000000000000a38703f2f8a74fdda5677d7a6a439297dd8bbe23a6e2c6fe9ab 12 0.00/1.00 vMB 278
121,474 121,474 000000000000615a36f1a3cf65a3f33733cad1d4cf239eadd1698d85de8b115e 3 0.00/1.00 vMB 1,941
121,473 121,473 00000000000092afffdba4def80bafaa4972e6c6afd91ee6e43d0d5c7e3ec3b3 9 0.00/1.00 vMB 0
121,472 121,472 0000000000007961f674eaa99a3bb16291ed0e7d0890b99b208305288cc48b67 12 0.00/1.00 vMB 539
121,471 121,471 00000000000062daa37b9b709423e3d3789a430c8f8a93ba2969dab6198b8706 2 0.00/1.00 vMB 0
121,470 121,470 0000000000008dcc62bfe07a349c2e12dcbd065b578e6401bdceab08f75447b7 4 0.00/1.00 vMB 0
121,469 121,469 00000000000006242830a731df5bad5ed2da91f3cf1a7b019f28503a0ae71cea 19 0.01/1.00 vMB 469
121,468 121,468 000000000000234fbfce271f80371d3741f6b53480886a54a58a39097ba725e6 5 0.00/1.00 vMB 0
121,467 121,467 0000000000003eb87315d397c0407916e3329168eb6e41002449e7b1113f9b1d 22 0.01/1.00 vMB 298
121,466 121,466 000000000000192a10ad968123a2942172ca4aa438c7b158616a4e4ada668ffc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.58 GB
    • Received: 15.96 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.