Loading Tool

Explorer IconExplorer

Memory Pool

78,345 transactions
29.36 vMB
0.06606873 BTC
Random Selection Loading Transactions
Max Size: 176.43/200 MB

Candidate Block

Mining Attempt 8fa8affe91414cc712355216ed1470bd6d840aa7aeedf7b268638213356e1006
Version 20000000
Previous Block 00000000000000000000801f3e91662b185797f56ba83fa8ef7c650b3a81ab8e
Merkle Root 9b935e9a663700ed1f625752fd1e85a420b924add3bf0d3bf1213bd8361d5a60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,183
Size: 1.00 vMB
Total Fees: 0.00654162 BTC
Feerates: 104.71 > 0.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,001 (493,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421,597 421,597 000000000000000001422df7740ab7ab22c855e28e09d725273433390b8d3da6 1,924 1.00/1.00 vMB 48
421,596 421,596 00000000000000000450445e830139845a0d51f143023e1a520f221d89af4084 2,377 1.00/1.00 vMB 62
421,595 421,595 0000000000000000023321b82b3ccd2ef2adb1857a7f0f33f09815550df94dc7 1,933 1.00/1.00 vMB 35
421,594 421,594 00000000000000000233514c23e7fd77e179d6145db9faa1ea2295db4bca23cd 2,559 1.00/1.00 vMB 65
421,593 421,593 00000000000000000494a3ad560aa82e343aaa631d7631e7706b4a438b844df3 2,526 1.00/1.00 vMB 69
421,592 421,592 000000000000000004c6f51cbc0b2d9114c72f43c5213aa1ea49f207e6c41627 2,968 1.00/1.00 vMB 63
421,591 421,591 000000000000000002ad43d1d793af71c8324177f90949e40b96f8494d4b0e10 2,331 1.00/1.00 vMB 99
421,590 421,590 000000000000000004ee0a58c9eb2e69353e75aa1ed0236717c842185693f220 2,774 1.00/1.00 vMB 60
421,589 421,589 0000000000000000021c57291cbbf462874b33ce1f0052eef0f74fafdd5f4bc6 2,487 1.00/1.00 vMB 51
421,588 421,588 000000000000000003f701575d8f6082c6a96fe04507e80375943be02fb2fd86 2,224 1.00/1.00 vMB 62
421,587 421,587 000000000000000001f1f24fad3f3bd5d34a858d01be06b76e1c9f06b37ee956 1,256 1.00/1.00 vMB 73
421,586 421,586 000000000000000004859aa61899e0e91c3e1ba7f0946c03e6a0859df545cfd5 1,352 1.00/1.00 vMB 98
421,585 421,585 000000000000000002b178b31dae1ba6e7186f15af9999ad45c668f69185542d 345 1.00/1.00 vMB 82
421,584 421,584 0000000000000000014f76b6b53f5f3efb7385ebba26fe61482b82412ec3027e 1,942 1.00/1.00 vMB 118
421,583 421,583 000000000000000002e3fb8f0e7249f27311a5b8d202e89abc2848f8306a7e9e 1,493 1.00/1.00 vMB 33
421,582 421,582 000000000000000004623d5b89e548c4be253c85ea4f92a40ab6e5154c668d89 2,076 1.00/1.00 vMB 43
421,581 421,581 000000000000000001133a115770655d4b2aa0d3e6dbdd37a308f45753505020 2,627 1.00/1.00 vMB 65
421,580 421,580 000000000000000003f3ef7f9043965ae428ef971e3fde59389b7a5a705f8d7f 13 0.00/1.00 vMB 155
421,579 421,579 000000000000000003af98d869964e643c01877ade6d97251f8982819e95918b 2,119 1.00/1.00 vMB 56
421,578 421,578 000000000000000004bd487c33f0df9f404cad874d658665860a22e0dfa68885 1,969 1.00/1.00 vMB 101
421,577 421,577 000000000000000001c05aecc4a62740fdcc1f7df88c173a0fbcc4b11bf0fc58 3,074 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.40 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: 664.69 GB
    • Received: 15.03 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.