Loading Tool

Explorer IconExplorer

Memory Pool

84,502 transactions
30.99 vMB
0.09379865 BTC
Random Selection Loading Transactions
Max Size: 190.00/200 MB

Candidate Block

Mining Attempt f63b418a3cb7523340d6e5a69c97e90d22a6a1c1ed6a549a5a4475d41d3519cb
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root b45b3940aca8a867b167cdd80bd360109911bc3246f2bb998a0119405e730908
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,546
Size: 1.00 vMB
Total Fees: 0.02311228 BTC
Feerates: 402.60 > 2.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (218,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,665 696,665 00000000000000000009a547e5c2ad9a06dacd1294ba08644e17e084ca449da7 1,903 1.00/1.00 vMB 15
696,664 696,664 00000000000000000002bfc831b26690c38f695cf628cbce7f577cfb7474201c 2,462 1.00/1.00 vMB 8
696,663 696,663 0000000000000000000302f3043e651853bddcc5aa9af4fe91b8fee1de92d3e9 969 1.00/1.00 vMB 7
696,662 696,662 00000000000000000010052d920b09a1af9f7c3ca70836d6825d8820c1fec1f5 1,898 1.00/1.00 vMB 15
696,661 696,661 000000000000000000048cc8cb8a535675790c9e26347f5f2f4c604f84d53160 2,586 1.00/1.00 vMB 4
696,660 696,660 000000000000000000089c147bf21443f54d4cf051776e645c266ec18f930d03 2,511 1.00/1.00 vMB 24
696,659 696,659 00000000000000000009f0e2bbc74a267e20eebc413239c30d12a780e7d21fd2 2,299 1.00/1.00 vMB 7
696,658 696,658 0000000000000000000d1643b50a7a7f64b3802c891ddbf601058613d2ad8b63 2,565 1.00/1.00 vMB 16
696,657 696,657 00000000000000000011e96ba4cc1655d4046df875e4b7913ead55642f2f5ed9 1,574 0.58/1.00 vMB 12
696,656 696,656 0000000000000000001133498ff629236ea468e8e83e44a55c342a698244a099 454 0.16/1.00 vMB 13
696,655 696,655 0000000000000000000a5d5e3d448ebe97ed3afdc6afdda251efd93d3e7a18ee 206 0.13/1.00 vMB 12
696,654 696,654 0000000000000000000dd89e38592f33246681250263c3711755e6b6dd26fb92 523 0.23/1.00 vMB 11
696,653 696,653 000000000000000000095800b520576ff7e3c461b0c90eaf050037cb2355e957 458 0.17/1.00 vMB 10
696,652 696,652 000000000000000000062f5a5bce820bf46c7eb41436e0a3fc349eb63e3e80c9 1,152 0.50/1.00 vMB 5
696,651 696,651 00000000000000000004c8ceaebaea20936be12174adcb2d444933b4b1d4f80a 2,088 1.00/1.00 vMB 17
696,650 696,650 0000000000000000000e4a6da411a5ea09cf197239f4e241d6736c54dedbf843 2,531 0.97/1.00 vMB 7
696,649 696,649 0000000000000000000290c12e74dbcd492ecc341f8e987ce79b220530e2c47b 1,325 1.00/1.00 vMB 6
696,648 696,648 0000000000000000000ef358fea66cf406bc9a5bf43783c992e0e9a4e412f0f7 2,143 1.00/1.00 vMB 7
696,647 696,647 0000000000000000000879fcfbd9f0c5dd88c92a1bbb3fb8575d9d6fec9433d5 665 1.00/1.00 vMB 5
696,646 696,646 0000000000000000000c1046a3eb2057f93faa2ff6ed1764910f193937d8d657 1,027 1.00/1.00 vMB 12
696,645 696,645 000000000000000000034cbe5129b08926d3f1fc1193f7370245f5ef7906c856 1,952 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.