Loading Tool

Explorer IconExplorer

Memory Pool

78,684 transactions
28.90 vMB
0.11109420 BTC
Random Selection Loading Transactions
Max Size: 175.39/200 MB

Candidate Block

Mining Attempt 3f2e86184e203a5e7d687c960f6f7db3e71c435c7d3d5cab6cf7b5dd1a74937e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root c9df7030d23d5c6e02558f6752ccd7a749312fa4a1548c0d96e1831c9ba76ca3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.03968187 BTC
Feerates: 602.26 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (479,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,174 436,174 0000000000000000015b4c59541fae111dcf01ee43ae73e337979a723bd83c47 1,529 1.00/1.00 vMB 46
436,173 436,173 0000000000000000021d6c1289388b687ce3c21cd04377607fcde1c267a8cf8d 1,351 1.00/1.00 vMB 33
436,172 436,172 0000000000000000031d85cbc17dffd31aa833d86acfbcdee794202cc2838579 2,640 1.00/1.00 vMB 77
436,171 436,171 0000000000000000010c5b7a669d9fbdc717eae8b39ec03bf308fff16ce32761 1,732 0.75/1.00 vMB 87
436,170 436,170 000000000000000000ea93338104165a6a519b381d10ee9e386ce0cff3a64828 2,667 1.00/1.00 vMB 104
436,169 436,169 00000000000000000217db7dacf77d8fe9f11f8683f9ab61dcae66abd9beaf78 2,101 1.00/1.00 vMB 46
436,168 436,168 000000000000000003684c9b5ce08ce176e46ea7c89bc31123039933e698f8bd 1,735 0.75/1.00 vMB 65
436,167 436,167 000000000000000001cabf9904e49280e0c44be840acb0ff5882ab6a019d29b0 1,494 1.00/1.00 vMB 67
436,166 436,166 0000000000000000014c2cf418cb6950371ee9adbd979392c911910efa02a6a3 462 0.17/1.00 vMB 124
436,165 436,165 0000000000000000010248ab94982d8779dcf84f7403909ddefc0c9ba79766a0 2,231 1.00/1.00 vMB 51
436,164 436,164 000000000000000002de7cf00bd5946eb43af61812539dbee32dc83b09152bbd 2,532 1.00/1.00 vMB 106
436,163 436,163 0000000000000000038c9e1bc534645818a13a9632985187f41247449d2eda3c 2,226 1.00/1.00 vMB 63
436,162 436,162 00000000000000000120ce42603588b4f6bfb6457737c42e7c637eb4fa8988c5 2,094 1.00/1.00 vMB 90
436,161 436,161 0000000000000000041500e2797d9c4478266e0e885754d1a380e3a21ee6b558 2,417 1.00/1.00 vMB 55
436,160 436,160 0000000000000000032cf1fb132b85c88250a1f0dc26cc8d80bc61919ca45d10 2,180 1.00/1.00 vMB 70
436,159 436,159 000000000000000000a4aad0f30bd04c32c2692216577cffc4eda3019797e8f6 1,301 1.00/1.00 vMB 61
436,158 436,158 0000000000000000036d5117f06266542dcf0643118396bae168e5e3f2de5f81 2,100 1.00/1.00 vMB 73
436,157 436,157 0000000000000000024ee5d761eaef7d6d198206ad08cca3cb913c7eb19944a5 2,946 1.00/1.00 vMB 76
436,156 436,156 000000000000000001d9f7507d23c6fe0fddabead60bdc029f8aa17a959724a0 2,238 1.00/1.00 vMB 60
436,155 436,155 000000000000000002695053e0a701e3bf686b10b17ca621ba0c3a68f4c17bb1 3,006 1.00/1.00 vMB 80
436,154 436,154 000000000000000003529558b459c2c4a3655f29db096a0e11fe09f5130368ff 2,253 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.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.