Loading Tool

Explorer IconExplorer

Memory Pool

82,215 transactions
30.24 vMB
0.16927220 BTC
Random Selection Loading Transactions
Max Size: 181.82/200 MB

Candidate Block

Mining Attempt bba29f8f4fbbacaa20d3f18ed976bd4b61c662b8eb76e06278f9096c9692f1f8
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root ed024550d4f6b7de2ec3aaa196dad89e8d81110aedeb1014d0b7486b4550ace9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.06435789 BTC
Feerates: 1,002.91 > 6.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (42,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,461 872,461 00000000000000000000702ee67872a580e80fa14890f7262c0ead8c667cfd4f 3,185 1.00/1.00 vMB 11
872,460 872,460 00000000000000000000b5ad513e7d86242490884f7a02ea37e48583165013ff 2,776 1.00/1.00 vMB 10
872,459 872,459 00000000000000000001301b5b7f7112916705c8c1e4b6b9333c268eb0340630 3,194 1.00/1.00 vMB 9
872,458 872,458 00000000000000000001d9e8b4e25e53d49ad51e34f21939ac8b6f7d865a2800 4,037 1.00/1.00 vMB 12
872,457 872,457 00000000000000000000d00ce04b052d1eb5bf4a1e9521a5e91fa27ea69247bc 3,822 1.00/1.00 vMB 13
872,456 872,456 0000000000000000000225faf80ff3e790d52e9f4a115ea832152b39243083ae 2,818 1.00/1.00 vMB 11
872,455 872,455 00000000000000000001771a91d1b5cb81d1c4c395ea15533e25422cf7a0e199 2,854 1.00/1.00 vMB 9
872,454 872,454 000000000000000000012e70f0e9dfc699ab1d1c576172fca4707e3095749c72 3,054 1.00/1.00 vMB 13
872,453 872,453 00000000000000000000a0584dd2b7d0f34e7e4357cd6083480ae481ced7c332 3,479 1.00/1.00 vMB 14
872,452 872,452 0000000000000000000157a98d6c54d4523b5bc2b4f79ef79de04e5669f9e335 1,137 1.00/1.00 vMB 8
872,451 872,451 00000000000000000000b1c6d20ae5cbd07ebad28c656ce02cc72616f494bcde 2,882 1.00/1.00 vMB 14
872,450 872,450 000000000000000000005d5101bafb9975add3c77da69f64f658208ac5671c5a 1,928 1.00/1.00 vMB 13
872,449 872,449 00000000000000000000130182f2284507e7d62a89c6bdaeee74389d0ce3768a 2,742 1.00/1.00 vMB 9
872,448 872,448 00000000000000000000ed61b1c95d77da86fff771ae4da3b7f0143862f3af5a 3,572 1.00/1.00 vMB 17
872,447 872,447 0000000000000000000184b8038b97d2d78b43456db76cbbc9bd9bc730696111 579 1.00/1.00 vMB 8
872,446 872,446 000000000000000000009cae4c6f3f63dc4fe2706277301bce3a094882981b31 2,481 1.00/1.00 vMB 10
872,445 872,445 0000000000000000000134d69e02ab3ad03276c76e110021010d263ed81a213b 2,043 1.00/1.00 vMB 12
872,444 872,444 000000000000000000018ae1d16c1ceab72967b1e7e57adb3faea17fc16e74db 2,269 1.00/1.00 vMB 11
872,443 872,443 000000000000000000028ad7bc43a38e18f107b88efda6ed3a349e510278147f 1,554 1.00/1.00 vMB 9
872,442 872,442 000000000000000000013187f0939dbba9a6620e35db7a34aa96fb55cd5e375a 2,495 1.00/1.00 vMB 11
872,441 872,441 00000000000000000001283b16204aa5681a91db6c3f7e73ff9c042e13bf818d 1,062 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.