Loading Tool

Explorer IconExplorer

Memory Pool

44,838 transactions
26.82 vMB
0.06632310 BTC
Random Selection Loading Transactions
Max Size: 141.61/200 MB

Candidate Block

Mining Attempt 6391cfa366a53891122bf7cf94f79e299af31ffd085544970b68d28a9e0eaa4c
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 4f63d6571b6cb7573c5579b5cf0d983f9f0b98c7bec2c2d953d75f0d59066dfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,323
Size: 1.00 vMB
Total Fees: 0.01684446 BTC
Feerates: 100.36 > 1.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (796,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,468 118,468 000000000000768c29144dcdc3bd6b8e5bd8ca58458df79f2d037dc69a36e59c 7 0.00/1.00 vMB 0
118,467 118,467 0000000000005de668acafcbfe4321a09d83141bcfc321ee02e4a772fbe4f2d0 12 0.00/1.00 vMB 0
118,466 118,466 000000000000c4925ff84c495ffac1545563881d8fcf44e4894e8a2304a501b1 12 0.00/1.00 vMB 0
118,465 118,465 000000000000ac4ebebd957308e7119a2031b87dc63da0f0586eadbdb265954d 9 0.00/1.00 vMB 0
118,464 118,464 0000000000000eba3f78f18e41f0679904b89b26b96955eb8cc8260622640abc 7 0.00/1.00 vMB 0
118,463 118,463 00000000000048fc5887063654a176d13b8633b1816406effb36771852bb3f3e 10 0.00/1.00 vMB 0
118,462 118,462 000000000000625d55acf781ca39b0a18096c43ceb08f5b688dcaab9c9353106 23 0.01/1.00 vMB 114
118,461 118,461 000000000000c01b73076a59c26ffd3d86595564a3b3a86fe23ba59dae33db70 8 0.00/1.00 vMB 0
118,460 118,460 000000000000903b60bdfae55f1a83f9ad388e8f9ba026317fc19d262131337d 94 0.03/1.00 vMB 0
118,459 118,459 000000000000ca46e2ad3c411fc1055564409d7ff1345189f3ebac81681fab58 10 0.00/1.00 vMB 0
118,458 118,458 0000000000005d3b1349429ac2e4206849969f0f6a94e12049f88d86c5cab81e 8 0.00/1.00 vMB 0
118,457 118,457 0000000000009fb27ea785d69febf0f4940c3f2b6bd2851105eafe233df2df30 9 0.04/1.00 vMB 1,098
118,456 118,456 000000000000063172f87d6f7f20e09bf1fc7b5014237657641d761700ba1a7e 9 0.00/1.00 vMB 0
118,455 118,455 00000000000019b1750ff3c89e3824ef3d4d081e1efe51eb90e28081a9388d8c 7 0.00/1.00 vMB 0
118,454 118,454 000000000000c3a9c2d1f47bf066ee7d974c26c14d5e04c9d8dc52613e1a3ea6 10 0.00/1.00 vMB 0
118,453 118,453 000000000000b85fee1e5d4acefb842220e6382f87cffef1860403e35ad4862d 23 0.01/1.00 vMB 310
118,452 118,452 0000000000007cf982fc82197c00d3e10052b5045c99f6037740f07a8e459635 7 0.00/1.00 vMB 346
118,451 118,451 00000000000086e3ce6ac344484d39b69bb4c6c8898f5facd6960faa595cfdc7 13 0.01/1.00 vMB 167
118,450 118,450 000000000000b6918ec134d0f0b49fea666f1f1ca1666337784c1161248f2f93 11 0.01/1.00 vMB 0
118,449 118,449 00000000000051a6d84bbe075d2d02a35b344004d544f6eb44fd9d00d587b801 1 0.00/1.00 vMB 0
118,448 118,448 000000000000a2517ec9abdc9743296f61535d059b747c94b5afb72ea9a95670 6 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.91 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: 645.67 GB
    • Received: 12.76 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.