Loading Tool

Explorer IconExplorer

Memory Pool

43,719 transactions
27.23 vMB
0.06807779 BTC
Random Selection Loading Transactions
Max Size: 143.32/200 MB

Candidate Block

Mining Attempt 74b5100c335ed4cad00600d36ec910705c478c1bd756b1df71c67ead9e8809fe
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 7e4ce2115aa3e32df90f8c0a82db78a7fe5a452df11b2d3672e2c8de83e383ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,145
Size: 1.00 vMB
Total Fees: 0.01717947 BTC
Feerates: 170.94 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (411,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,024 503,024 00000000000000000054da5248ef47b5740c16c628a12f83ac74819ec710ef4d 269 1.00/1.00 vMB 190
503,023 503,023 00000000000000000069f635d1fd356cf80aa67a4dc4ba7b458f7d9e483431e3 1,006 1.00/1.00 vMB 299
503,022 503,022 00000000000000000041c9745c79dcedeff33bf267ff95635e6e3716586f96ce 343 1.00/1.00 vMB 206
503,021 503,021 0000000000000000006eb49f779e30088048c93ea06b6f9a8e4df6e37ddefffa 481 1.00/1.00 vMB 207
503,020 503,020 00000000000000000048ee246fdf86a4ac37585a1e62839e84bd052c47ebb7ee 1,226 1.00/1.00 vMB 188
503,019 503,019 0000000000000000001e92a6c58390b663b689333aa3e79da9b09a7ee0b90bbc 1,679 1.00/1.00 vMB 384
503,018 503,018 0000000000000000006acdd0760f0a32be1a5b223cff1396aef6430a8f28c84b 2,042 1.00/1.00 vMB 369
503,017 503,017 0000000000000000007bb98cbafd5fcf5101068600f7e8217bb11b1f3fddbb65 2,377 1.00/1.00 vMB 461
503,016 503,016 0000000000000000005bb1d30ad9948a5283d5a8713a247cfd1b32eff27948da 1 0.00/1.00 vMB 0
503,015 503,015 000000000000000000752b028f7a844c2e2c13c052e34639c836296ec0898b6c 2,131 1.00/1.00 vMB 506
503,014 503,014 000000000000000000403ce8adb6f251cec6109466ade5c3903a4546f856cc85 2,231 1.00/1.00 vMB 484
503,013 503,013 0000000000000000008e669fe255a4892fa37118e32e5be0be1e4265109fa899 2,956 1.00/1.00 vMB 575
503,012 503,012 000000000000000000280e965c8d324224c6928f20bca3f5ff4b64ca53542f0d 2,547 1.00/1.00 vMB 562
503,011 503,011 0000000000000000000c988cc641cc729a67750776ba689a4d06e88e61e41dfd 1,846 1.00/1.00 vMB 431
503,010 503,010 000000000000000000009c9a121dd0d0fe0ac2ed98d0fefe25032b0fb9b7adcf 1,761 1.00/1.00 vMB 421
503,009 503,009 00000000000000000080bf96455cee0a503246404ef852a02416543b3ef14d31 1,813 1.00/1.00 vMB 320
503,008 503,008 00000000000000000046cdd1c3b46c5ff9b3ce3950fd6a3d9440383141ae0d8b 890 1.00/1.00 vMB 176
503,007 503,007 00000000000000000075d1e47c66f08dafe72823bb196e5e2dcb34c39579fda3 1,143 1.00/1.00 vMB 230
503,006 503,006 0000000000000000008a24b77b97c42de7ca7eab49ef103d087bc97f9228c257 1,513 1.00/1.00 vMB 238
503,005 503,005 0000000000000000005c09fd6fc88653a83d61a63e38ac5b5d03369ebd2a5565 2,259 1.00/1.00 vMB 486
503,004 503,004 000000000000000000615cb95f66454dea1dd48489dfc92b95645ced7590aaa4 2,508 1.00/1.00 vMB 579
Previous 10 blocks ↓
Total Size: 782.21 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: 654.39 GB
    • Received: 14.14 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.