Loading Tool

Explorer IconExplorer

Memory Pool

49,660 transactions
30.42 vMB
0.18475645 BTC
Random Selection Loading Transactions
Max Size: 162.86/200 MB

Candidate Block

Mining Attempt bfd8e1dbb045bd80499077184ab6fafadcdf0678657c512fd61e82f86e911cbb
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root c35748858a41ea541ff70d3a9ef4ef5438c45b365014e2c7cbf6df9b11811950
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,791
Size: 1.00 vMB
Total Fees: 0.10021971 BTC
Feerates: 261.10 > 10.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (828,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,222 86,222 0000000000005f6b7842fde6061dc84217d397179d9fb07c7a406e9325fa7a2a 3 0.00/1.00 vMB 0
86,221 86,221 00000000000c98c740cbae2378f554aff2de4367750e9798b1035c1630268830 5 0.00/1.00 vMB 0
86,220 86,220 000000000002f3b4aedb79dd0f1adf834addc9eccd0e65be43c6aa68c6037501 4 0.00/1.00 vMB 0
86,219 86,219 00000000001b2d4f636942d64c3d10278e12425ad0768fd34726f3bf7b9df538 3 0.00/1.00 vMB 0
86,218 86,218 00000000001792618f6a8b31793f92de32ae49147d57ac0ed0b8d3201eb7402e 2 0.00/1.00 vMB 0
86,217 86,217 000000000027cefa6e7a97122ae0245b364bed1cdfebc807db5597eab64764c1 4 0.00/1.00 vMB 0
86,216 86,216 000000000028671cde0c8c13718ab0634073b033d888cd48be3aabe8a54d0769 5 0.00/1.00 vMB 0
86,215 86,215 00000000001495295c1e61ce3e573a42ee6321b924af63c172b9a9e14b412479 3 0.00/1.00 vMB 0
86,214 86,214 00000000001cf1641516fe6a3e0c9e03c38bd98440862f60aa768a289ea9fbf5 2 0.00/1.00 vMB 0
86,213 86,213 00000000002aca0715e2cea46537ea50f2324facdf6aa0179284dba10fcf4538 1 0.00/1.00 vMB 0
86,212 86,212 00000000001a76ae09a046514339caae6c738188b4bd8f45bd9867f64d4d8896 1 0.00/1.00 vMB 0
86,211 86,211 000000000004c4310676cd23a299894722984656055e38c2157da090454fbf4a 23 0.01/1.00 vMB 0
86,210 86,210 000000000018c9b1265dd8510d78acbdd0d30d352fd1a4344c0d38f4e28fcf5d 27 0.01/1.00 vMB 0
86,209 86,209 00000000002a306ef89dcfec47c7d50d9e58a5169efbf8cf6654ff3d3d52f7dc 6 0.00/1.00 vMB 0
86,208 86,208 0000000000116fb69bbbcde83a2f04037055c899c8c6702bfeca2b48919087bd 15 0.00/1.00 vMB 0
86,207 86,207 00000000002318b246c6735f14c19a39e0de7e8a7630d4cf47aace7d53d1aa04 3 0.00/1.00 vMB 0
86,206 86,206 0000000000207e585ca4ec3c01b5896bf53a0aa111d2aee5419ef10ba63bba35 10 0.00/1.00 vMB 0
86,205 86,205 0000000000072408133bf8f757b27e1e00e5d99c838d9288503e358c3c650fcc 3 0.00/1.00 vMB 0
86,204 86,204 000000000004e35de59e19783c0860bae4b72a23a77afb1652f4f9a0d17904f2 7 0.00/1.00 vMB 0
86,203 86,203 00000000000403091452fa38c535b0731f37b855f1559acf63e2f29d56e2f5c5 16 0.00/1.00 vMB 0
86,202 86,202 00000000002c17fff12aab3b29aa809b1c34da1d675abc70cd6c4abc43f5deb1 14 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.