Loading Tool

Explorer IconExplorer

Memory Pool

40,149 transactions
26.45 vMB
0.06486305 BTC
Random Selection Loading Transactions
Max Size: 137.51/200 MB

Candidate Block

Mining Attempt b756738733fe2bd5860817f99b80c89610886d361ceafd24e181088022a69ff1
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 5dd64e5aaff4990ecf37d2e650e33ea89fde47e083af3facb6327727a909a859
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,974
Size: 1.00 vMB
Total Fees: 0.01619436 BTC
Feerates: 265.25 > 1.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (467,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,556 447,556 000000000000000002023525822b57b5b225e1a12705f4343fa4c4773647d32f 1,188 1.00/1.00 vMB 49
447,555 447,555 000000000000000000bae256667893979659a318934caaaacc22c5e17ba7adf2 1,597 1.00/1.00 vMB 56
447,554 447,554 000000000000000001fb67309babb7b1b6b4cbd03f3762c72e8e00bfc0e270cf 2,277 1.00/1.00 vMB 83
447,553 447,553 000000000000000002f02ff2f30f964300f867936ae544f5c7b86b4c6c31571a 2,286 1.00/1.00 vMB 69
447,552 447,552 000000000000000001a151aaf940f95cfe16db0d2522fb0209106ce6ecbe83c2 2,597 1.00/1.00 vMB 83
447,551 447,551 000000000000000001972cb33b862b27c1dc3f3a723f7d1cfd69aebe0409126c 2,949 1.00/1.00 vMB 78
447,550 447,550 000000000000000003498aa189e89bb8ae458fef32730218b6ca86955a40b916 2,538 1.00/1.00 vMB 87
447,549 447,549 000000000000000002a93adf944c2a4414ecb2daa5aaa4b33cd68242ebda504f 2,561 1.00/1.00 vMB 78
447,548 447,548 000000000000000000cf5ceaed69316b071b2510ee08da97d87bb84be43449e5 2,887 1.00/1.00 vMB 110
447,547 447,547 000000000000000002a25a189f3e696e1a3c23fc8e553614fb62006878b56aa6 2,711 1.00/1.00 vMB 82
447,546 447,546 000000000000000000d69fa4144a3ee2e1ac34d9f9d8fb6e2ed4289bd70d1f36 1,485 1.00/1.00 vMB 72
447,545 447,545 000000000000000002e30d9cd173586971c5e740b408b9da2d3597c99b9fc724 2,751 1.00/1.00 vMB 71
447,544 447,544 0000000000000000029e367ac2e69b77de46a1e53c0b4423a44293b67b0962ef 2,228 0.93/1.00 vMB 105
447,543 447,543 0000000000000000010f8db060d02efcaab5af21db7a673b4b146bc5bdf4bc96 1,978 1.00/1.00 vMB 85
447,542 447,542 00000000000000000043ab2b9c36131d4d0d7cf0a496837860732806b20e0bec 2,640 1.00/1.00 vMB 91
447,541 447,541 0000000000000000014b905c1c2e80ebfa299fedde1490c4bf22f3bdbaeeebd3 2,681 1.00/1.00 vMB 99
447,540 447,540 0000000000000000026a8b9feaab2aa2e38a7c4204794cb0456cbd338e02ff55 3,255 1.00/1.00 vMB 126
447,539 447,539 0000000000000000007a84706807d46fc7a1ec5e130c53d7bf6ee1c3498601b3 2,282 1.00/1.00 vMB 82
447,538 447,538 000000000000000001ccf3ee4eb2d13d66805354c9de5813f122752d9bb6b869 711 1.00/1.00 vMB 32
447,537 447,537 000000000000000001c218a1e8feb5c92af9b50cb45a93ed47ff84cc74fe2f1a 2,063 1.00/1.00 vMB 76
447,536 447,536 000000000000000001efc589cb149a7605af33211da094e5ab7698cff50cb085 1,846 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.