Loading Tool

Explorer IconExplorer

Memory Pool

45,457 transactions
28.96 vMB
0.13563734 BTC
Random Selection Loading Transactions
Max Size: 150.87/200 MB

Candidate Block

Mining Attempt 80aa69801bb2b8db7baaf174b55c9146e02b93503dc8d4bf26d23363c050c6f7
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root cd8091a1ac90adf8be50d5bfb57734533fdf7d5048d076bc9226be2dfd03f167
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,827
Size: 1.00 vMB
Total Fees: 0.04061990 BTC
Feerates: 150.75 > 4.07 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (449,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,644 465,644 000000000000000001c7e439a2794fcb1a67773c3fcab4fe3bbf592b91c3586e 2,491 1.00/1.00 vMB 248
465,643 465,643 000000000000000001d2b692385ded133ce6d6d9b96d40171657153af13a9dfa 1,146 1.00/1.00 vMB 190
465,642 465,642 000000000000000000e5a92266fc5601dfa711618c3303a681b7bcbe9912e8ab 2,670 1.00/1.00 vMB 238
465,641 465,641 0000000000000000020c320f9438a67e3a809fe2fd96459310a28fa647065bc6 2,733 1.00/1.00 vMB 300
465,640 465,640 000000000000000001e85ec16db1388fe3383c20ed4683493e66c239391e6daa 997 1.00/1.00 vMB 212
465,639 465,639 000000000000000000a8462de8becd4fea57eca76ee10582d8fd62cde0883ff9 1,382 1.00/1.00 vMB 213
465,638 465,638 000000000000000000f56eceef2a1b7440e9f7bdb2b7a3f0a467e01478200ffc 2,069 1.00/1.00 vMB 263
465,637 465,637 0000000000000000004ff92c9d7f15c824812e04085ea8590bae4b123f418f4e 2,725 1.00/1.00 vMB 278
465,636 465,636 000000000000000000eb86562d4eb7d1a64f8d4ccf10f34a9b5a2b162032dc64 2,853 1.00/1.00 vMB 192
465,635 465,635 000000000000000000486e27bfdb88eceef9b1894903b71c60574eaef49af05e 2,879 1.00/1.00 vMB 275
465,634 465,634 0000000000000000017bd9e1ca7cc4052fc161560553fa6b06f655c68f51c435 3,131 1.00/1.00 vMB 286
465,633 465,633 000000000000000000fbed15afc81b8bc81b306b307e09ba236ff4bba4a3553a 2,717 1.00/1.00 vMB 199
465,632 465,632 000000000000000000c40e25052ad2490b3fe9db5a57d6ead3dc0a3b0e6e0ea3 2,381 1.00/1.00 vMB 176
465,631 465,631 000000000000000000372a0fe86acd8ca9618e2574e10eeb0a5c4086e95b0192 2,936 1.00/1.00 vMB 154
465,630 465,630 00000000000000000070bcb4ee11f40b71ec116cd69e39a65375d1d758f94074 3,421 1.00/1.00 vMB 130
465,629 465,629 00000000000000000091c8981d610701921d36b4dd6144a7178555f768debb55 2,825 1.00/1.00 vMB 167
465,628 465,628 000000000000000001cfa2c6c8e0cc97bc54fd7b025cd79b157d48c90b672744 2,460 1.00/1.00 vMB 161
465,627 465,627 000000000000000000ebfd9bcd60e29e10e2ce382303b5b128144aaec1ca19db 2,923 1.00/1.00 vMB 152
465,626 465,626 00000000000000000213f72da45a6b54ed863a2bc2d39074f7bceef264c77e79 2,241 1.00/1.00 vMB 171
465,625 465,625 00000000000000000138253766845fb61b8c3cc80626b6b96a250ab2199e9947 2,048 1.00/1.00 vMB 171
465,624 465,624 000000000000000000e7417c94d5464de3bee04150b0811254b725a16d38c11a 1,414 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.