Loading Tool

Explorer IconExplorer

Memory Pool

85,438 transactions
31.29 vMB
0.09930293 BTC
Random Selection Loading Transactions
Max Size: 191.59/200 MB

Candidate Block

Mining Attempt 7e1baaaeac3cef87fee0ccdd1eff4d7e63227a5e7492cb07e1ab08dc57e44c6b
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root d14c7ae28cdbcd7287067afdf8d717087fd1910bdfae1261fe25f94f23673120
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,254
Size: 1.00 vMB
Total Fees: 0.02598381 BTC
Feerates: 402.60 > 2.60 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (551,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,018 364,018 00000000000000000a659c77c302d19b62de034c30e953483a54b7da1fc936d4 925 0.43/1.00 vMB 47
364,017 364,017 00000000000000000f322aa1e878c2930faa9a8934f3df185bca0066ffafc72c 63 0.03/1.00 vMB 70
364,016 364,016 00000000000000001228f9e5aca0576defab325dd2c72d5d2b9fdffa2d97c333 234 0.25/1.00 vMB 18
364,015 364,015 00000000000000000ae51ef091d0a63e3956b5efb331dd3018e4deb1d251d370 646 0.36/1.00 vMB 38
364,014 364,014 00000000000000001177c224aac1e739be9488d24366a6c8a02afdbaf1d6025b 577 0.25/1.00 vMB 39
364,013 364,013 00000000000000000c58acbc0c85202cab303a6881a84a83089868b68af6e44a 315 0.23/1.00 vMB 24
364,012 364,012 00000000000000000d2bd65f2f4eeba450252ed926ae8f9c6de90aef6beda418 618 0.46/1.00 vMB 23
364,011 364,011 0000000000000000133ff000039ffba80305c64cf6cbc22e0bd8d8cc72f72200 205 0.05/1.00 vMB 83
364,010 364,010 000000000000000007cad3f4aec4a8a61a9ad7009d6bcb8bbeda9bcbd1c519a0 257 0.13/1.00 vMB 28
364,009 364,009 000000000000000012150098c30b53fd232494d0df6eecfe3bc21d8bcc6c440a 1,111 0.51/1.00 vMB 39
364,008 364,008 00000000000000000e3dc65006a9f35fc52f164b30b442f8dba2f444e8cd8638 370 0.25/1.00 vMB 27
364,007 364,007 00000000000000000a7cb09efd3edcd3628ad5f720b38461d35ff042f57e7764 608 0.36/1.00 vMB 33
364,006 364,006 00000000000000000a3b2a1f054cc83e42514835e5cadccb26a75de3e506dd79 1,342 0.71/1.00 vMB 51
364,005 364,005 00000000000000000bbbb72c45c14ba642a6f171e946988d8c7c220c9fe44bbd 1,585 0.75/1.00 vMB 36
364,004 364,004 000000000000000015ccf7dbeb4fb08ec111c8f3ab3b923700aae47a7066ab66 1,216 0.95/1.00 vMB 14
364,003 364,003 000000000000000000a4f6aa8d78029b983369ed45f9de65c49ac7be962a327b 1,341 1.00/1.00 vMB 33
364,002 364,002 00000000000000000bc68c61582d0bceccaf611cac7f65c2712bdee3efc8e505 1,585 1.00/1.00 vMB 32
364,001 364,001 000000000000000004cb2acf1a28acd9d1e06d71357ed177ad61b9e6b8562ea4 1,441 0.75/1.00 vMB 36
364,000 364,000 00000000000000000e20bcf213a0bbd6be88d5fede6b060c737f7f8b7f1df504 1,475 0.75/1.00 vMB 37
363,999 363,999 00000000000000000334f0851eb0aaa62979d8842dd26019e5f38d5c8fa172b5 1,599 0.75/1.00 vMB 40
363,998 363,998 000000000000000015be57c70bc9748de04b039bad11fe68b9d8625c40706475 2,315 0.93/1.00 vMB 45
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.