Loading Tool

Explorer IconExplorer

Memory Pool

83,033 transactions
30.59 vMB
0.16385351 BTC
Random Selection Loading Transactions
Max Size: 185.65/200 MB

Candidate Block

Mining Attempt 481f25a79d15cfc583741934b7f843bba8cfb3562d4efb8f432120a4a454c624
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root aeda8eb05c90bd1382e579a68166836b3766ab345756024a2786c919d85cbaf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,098
Size: 1.00 vMB
Total Fees: 0.08445981 BTC
Feerates: 150.79 > 8.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (316,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,629 598,629 000000000000000000127a121726f3b8de4b4a9813c06154ad95829635b8e26c 2,547 1.00/1.00 vMB 28
598,628 598,628 0000000000000000000df6063fdfd137f13322f9f081d8c85b7dcb4f592d9bbd 3,352 1.00/1.00 vMB 33
598,627 598,627 00000000000000000014438d41f43bd583dfba790d72cf65d21ed7fde211a24e 3,458 1.00/1.00 vMB 36
598,626 598,626 0000000000000000000f985868b610caeed7e9c38c1570f71ef7d689dfaa3ee4 3,302 1.00/1.00 vMB 34
598,625 598,625 0000000000000000000edf3f85da3a402dfca3e362a334892d688697aec28371 3,279 1.00/1.00 vMB 54
598,624 598,624 0000000000000000001546987e90a182f268f03458a6d3a41f98c66be57a61a4 3,246 1.00/1.00 vMB 44
598,623 598,623 0000000000000000000f4d7aab0d43be4370f694512453e4c7841dbfd60f743c 3,407 1.00/1.00 vMB 46
598,622 598,622 00000000000000000004a8ec2e4d5939d3b9d607125f6df854c6b44d64d16774 3,044 1.00/1.00 vMB 27
598,621 598,621 0000000000000000000d16305d83bb86f48ec02c21365322ff841244893b37ae 2,407 1.00/1.00 vMB 20
598,620 598,620 000000000000000000080b8d0cee7c3aed7179d8a36a4f4ae5c017a6979f7271 3,166 1.00/1.00 vMB 35
598,619 598,619 000000000000000000058d307f15ec6c335b8f4a82a90d442c98b70148b53ef4 1,861 1.00/1.00 vMB 26
598,618 598,618 0000000000000000000c721ecc367c05f24c4fb7edafc9e1dc7046940977c26d 3,255 1.00/1.00 vMB 39
598,617 598,617 00000000000000000008352347e6ee7f8ca240547a92c63294755cea4076f0f6 2,573 1.00/1.00 vMB 40
598,616 598,616 00000000000000000008094769c0c2777cb09bd8a68368882408a10692fd7e17 2,986 1.00/1.00 vMB 58
598,615 598,615 00000000000000000009296277c3841531de1835fd33f813aa65edef19cd8469 2,686 0.99/1.00 vMB 30
598,614 598,614 0000000000000000000d3fa0aa642a8f1854a60d8aa44a02d4d3ce24640d9a5a 2,672 1.00/1.00 vMB 23
598,613 598,613 0000000000000000000c50017c05fd8b86f33facfb69b3c3c85cbf4f335783d3 2,596 1.00/1.00 vMB 37
598,612 598,612 0000000000000000000ce799d3762e99fb800519c1829d20cfad52eec6cc738d 2,865 1.00/1.00 vMB 28
598,611 598,611 0000000000000000000d7b267ad7ec86929a433a173c5b32d423791f78871cea 2,913 1.00/1.00 vMB 25
598,610 598,610 0000000000000000000284bc2be65e711594410c0af9a9e09fbfc63230bcc67d 3,115 1.00/1.00 vMB 48
598,609 598,609 000000000000000000125a7742d03de20e4b875f37fee55ca180aefcd5843ae2 3,333 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.