Loading Tool

Explorer IconExplorer

Memory Pool

39,265 transactions
32.09 vMB
0.07356830 BTC
Random Selection Loading Transactions
Max Size: 159.21/200 MB

Candidate Block

Mining Attempt 6a837ca5d7541c64de3bdb9996231a50fa2fce8c31d74ac42fd8f03b9af7c0a0
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root c97b2a938d8fd79a31c6cd0ad18038ac1a43ceec4ab761d41de3f15786a8b50b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,034
Size: 1.00 vMB
Total Fees: 0.00674747 BTC
Feerates: 58.92 > 0.68 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (327,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,105 587,105 0000000000000000000938a8468b71a1908ecf0f6707636d1b19589be871a4c3 2,352 1.00/1.00 vMB 44
587,104 587,104 000000000000000000025c90ae864a1082fe37e6ceb6780822a8432abb530069 2,573 1.00/1.00 vMB 26
587,103 587,103 00000000000000000017826d0b886a01bf4c1b2b6e2a804bc51b02a9fa8f61c9 1,242 0.44/1.00 vMB 30
587,102 587,102 0000000000000000001d6d8d07b50f5ca0065f8ed2e14876ad8bb5ba7ea9607b 2,937 1.00/1.00 vMB 27
587,101 587,101 0000000000000000001c1034eebccdee63cf22b1cb0db298451bcce7ef5cb81b 3,026 1.00/1.00 vMB 34
587,100 587,100 0000000000000000000e1774748017548210b5702b4595ca13e48dc70ad3ffe5 3,063 1.00/1.00 vMB 38
587,099 587,099 0000000000000000001725d53ea37497ac727d647915f555358458e7eb51708c 1,119 0.39/1.00 vMB 30
587,098 587,098 00000000000000000002821ff66223572b4335096adc27ddd6f5df3e23a1cec4 1,068 0.32/1.00 vMB 28
587,097 587,097 0000000000000000001ceaae0a4723cddfb29fff37eba640cf85ebd569f0515b 1,881 0.65/1.00 vMB 37
587,096 587,096 0000000000000000000d7a5947d1d5924862986e62086b2c71b56170024f37dd 2,137 0.84/1.00 vMB 32
587,095 587,095 00000000000000000016e7f5dd6f1770afa5ff202c2c713f102d050d96f458ab 1,288 0.65/1.00 vMB 28
587,094 587,094 00000000000000000003587f1156652cc67d336f5499a0fd40ff53d1fe3c6ed7 2,926 1.00/1.00 vMB 31
587,093 587,093 0000000000000000000a984d0d0131280194bbcc88b07bdcf4cf5efdeae77caf 2,060 0.96/1.00 vMB 20
587,092 587,092 0000000000000000000891de8be018811ac508f493506271e14a13b6f50bbe57 2,976 1.00/1.00 vMB 16
587,091 587,091 0000000000000000000e33907918b255878ecdc91f4a9548eadf804fbc404f29 2,550 1.00/1.00 vMB 38
587,090 587,090 0000000000000000000ef87ec6d2511ede92e13c1f904dbff83c54a68310edcf 2,171 1.00/1.00 vMB 40
587,089 587,089 0000000000000000001e06f17e3337c0a6a44ffa9dada05c44946193b2ac6c9c 2,752 1.00/1.00 vMB 68
587,088 587,088 000000000000000000115ec9ac37362d47231db7694919dcda1c6077c38a661a 765 0.79/1.00 vMB 9
587,087 587,087 00000000000000000014d5b90bf85a3ef6c7224928ccd97b7e94bf1395d74fe5 1,931 1.00/1.00 vMB 27
587,086 587,086 0000000000000000001d3b4c252998de9e5e05cf6bac8ae58f649efd9daa2223 2,628 1.00/1.00 vMB 24
587,085 587,085 000000000000000000145d63a82f408f321075fb1379584028ad7558b62e1db2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.61 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: 624.08 GB
    • Received: 11.53 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.