Loading Tool

Explorer IconExplorer

Memory Pool

46,777 transactions
27.37 vMB
0.08384903 BTC
Random Selection Loading Transactions
Max Size: 144.74/200 MB

Candidate Block

Mining Attempt 3fc857c6866fe86c43ea047b33369ed780117f645af449dda06fc947f132298f
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 0223ae5c2a808e21ba64b71dbfb5cf76dac969b0fa37b224296f8544eaed1347
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,831
Size: 1.00 vMB
Total Fees: 0.03177372 BTC
Feerates: 298.51 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (68,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,858 845,858 0000000000000000000076c97abfd106e2a58a6c96a29398daf679f8c5b60bb1 5,540 1.00/1.00 vMB 29
845,857 845,857 000000000000000000000bf32b5ad8594e8be4ab6b235acdb95cff1d12baefdf 5,407 1.00/1.00 vMB 36
845,856 845,856 00000000000000000000f9c4449a141378860ee1b54f461455f18a5242ec87ca 6,158 1.00/1.00 vMB 44
845,855 845,855 00000000000000000001d31c44b3e5777d0ee9abd373370c86c2657f28bf82a7 6,553 1.00/1.00 vMB 49
845,854 845,854 000000000000000000028d217aec54670990c14dd5853d3ee2e2c606885ceb43 6,133 1.00/1.00 vMB 54
845,853 845,853 00000000000000000000a4da51308ba3e4855c7bb30fe96ab39e60e0b685ac58 5,441 1.00/1.00 vMB 34
845,852 845,852 000000000000000000021985b34416a190ddda40f90820cefbd131e75ab3998a 6,448 1.00/1.00 vMB 28
845,851 845,851 00000000000000000003222e35ad1632ed5cc366cc912e62f5d84d37037f3078 5,289 1.00/1.00 vMB 28
845,850 845,850 000000000000000000008ea73773e525392ce7ba789d7593c49acfff4483f6cf 5,856 1.00/1.00 vMB 32
845,849 845,849 00000000000000000001b4e3e4a78a13447754ecef8f56e6c255699bcc6de6bf 6,219 1.00/1.00 vMB 30
845,848 845,848 00000000000000000002fc5cde3f9aae74f5eea08c6129e5a856256133dac442 5,721 1.00/1.00 vMB 32
845,847 845,847 00000000000000000001aeb81d268e1acb04b53f1f4b23928a48c3c55f5b2683 6,161 1.00/1.00 vMB 40
845,846 845,846 0000000000000000000149f7f9f0059ac35cd73cac9bcbfd9b4116cc0119c567 5,052 1.00/1.00 vMB 43
845,845 845,845 00000000000000000001354c278bf2d3aae117c33a0d13717c3a9c26bae7803c 4,897 1.00/1.00 vMB 26
845,844 845,844 0000000000000000000252594717a025ab7d0ab891abeaac7dc8b2639e0bf506 4,110 1.00/1.00 vMB 37
845,843 845,843 000000000000000000028dd2dd31728cb920cfee60377158d17c35ed7ecb1560 2,888 1.00/1.00 vMB 28
845,842 845,842 000000000000000000008b0e1c7eed5a171d60c940df48208006f2cf44cc2220 3,576 1.00/1.00 vMB 32
845,841 845,841 000000000000000000013d06c738e95af3aebe76e4c693eee1ec994f4237b2c4 4,050 1.00/1.00 vMB 29
845,840 845,840 000000000000000000027502499c21864f604dabdae149f057343dbb220edabd 3,186 1.00/1.00 vMB 39
845,839 845,839 00000000000000000000bbb874462629a8a9b2cb15e1a4b9a3de0b2af9658e63 4,252 1.00/1.00 vMB 44
845,838 845,838 000000000000000000026e12491fbabc6dbd8901161eda4a98af0bc0c22c15f7 2,889 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.