Loading Tool

Explorer IconExplorer

Memory Pool

76,471 transactions
28.50 vMB
0.06755804 BTC
Random Selection Loading Transactions
Max Size: 172.70/200 MB

Candidate Block

Mining Attempt 7c30e4b82f7bc64e557b152c1e2dd8af5475767d48dee00996a78aa60b2ec4a9
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root be35f664afef15b55ef49293958986bffa090203e9f7dfaac25166e2aa857564
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,162
Size: 1.00 vMB
Total Fees: 0.00855105 BTC
Feerates: 71.79 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (120,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,001 795,001 00000000000000000001a05c33171404f4b12fc23619043b2e5564d6d8cc2d2d 3,323 1.00/1.00 vMB 11
795,000 795,000 00000000000000000002966cb5ba87a61723954e0c67b0eb5e9c878601050fc2 1,750 1.00/1.00 vMB 20
794,999 794,999 00000000000000000002375a973017c5db900a3c536e7087ae9ab1c05f38ec1a 5,720 1.00/1.00 vMB 10
794,998 794,998 00000000000000000003b0ad8c8901739590d1d5fd348566cded03eefdb2e582 5,979 1.00/1.00 vMB 11
794,997 794,997 00000000000000000002e2b201faaaeb2ca580fa65a5f5be1a944328876d7901 5,546 1.00/1.00 vMB 13
794,996 794,996 00000000000000000003a677cdac86e2049a3fbda9221edad41e03d79dfdec25 5,720 1.00/1.00 vMB 10
794,995 794,995 00000000000000000003085b79bfcad67d321d776d772b63f6224d4a344f0cdd 3,587 1.00/1.00 vMB 10
794,994 794,994 000000000000000000018913ced5896842f95bc0e54f00b04b4bb3697133fc8a 1,777 1.00/1.00 vMB 16
794,993 794,993 0000000000000000000454b674cc9b8e2ef422e06d591e20b102985f74106db9 1,833 1.00/1.00 vMB 15
794,992 794,992 00000000000000000001d4d71fe010987e91592789c97b81c06f2f0ca30014da 2,468 1.00/1.00 vMB 27
794,991 794,991 00000000000000000004e8d0a5fda04f5dad4945b0cc04a44d8ea34ab4a55f06 2,211 1.00/1.00 vMB 16
794,990 794,990 00000000000000000003c0da749a720b08d3c4c673316f79fec2ee2e26cdf5ef 2,644 1.00/1.00 vMB 35
794,989 794,989 00000000000000000001555c676c2e7e1d178ee602605d291b1f2bc5ab584b96 4,175 1.00/1.00 vMB 15
794,988 794,988 000000000000000000040409a6d48581fc554e55c76bd725f8eff821c0e47c3d 2,592 1.00/1.00 vMB 22
794,987 794,987 000000000000000000036efa2db59214dec3e3ae6b92187abaaa11feaa3f7e2f 2,217 1.00/1.00 vMB 23
794,986 794,986 00000000000000000001e2b94fd6ea9a1505acff29f5795194fe7a48ed4d6114 2,330 1.00/1.00 vMB 24
794,985 794,985 00000000000000000003ef404b384c1f795f1d7066084fff3feaebf3b912bbef 3,690 1.00/1.00 vMB 13
794,984 794,984 000000000000000000055cc8a37583e7db0cd8258abdf52e0f4eb103d99fb38f 3,546 1.00/1.00 vMB 17
794,983 794,983 00000000000000000004a172e8ccae2939cb99eb5f9d9dcf4206c07f9bf6f25a 3,957 1.00/1.00 vMB 10
794,982 794,982 00000000000000000000d2a0a103e317b9823a7733928df1de321697aa19c03f 2,936 1.00/1.00 vMB 28
794,981 794,981 0000000000000000000183b45bc7a3c866b6dd7d12dab4c539813425710fc8d0 4,308 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.