Loading Tool

Explorer IconExplorer

Memory Pool

82,310 transactions
31.11 vMB
0.12152523 BTC
Random Selection Loading Transactions
Max Size: 186.22/200 MB

Candidate Block

Mining Attempt 8b3055d204a0ead2434a88d251db31e087973d4f0c7eec7e5a10f6b023397f2c
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root d3a88d120ea02414cd1b6c3d4dd44b9503e6fbda4a279ffa1ef2a1c1fd41967c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,635
Size: 1.00 vMB
Total Fees: 0.03621321 BTC
Feerates: 101.42 > 3.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (308,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,587 606,587 000000000000000000036cbbd7fa6cf12f26813086c3d95fb8320c5851a0a9a9 2,984 1.00/1.00 vMB 49
606,586 606,586 000000000000000000143308cefff7135974b7307bd6840463418cc15dc95a59 1,324 0.51/1.00 vMB 33
606,585 606,585 00000000000000000011f1fee2ffda987cd65a4d1e35813d63197b3606081360 848 0.27/1.00 vMB 25
606,584 606,584 00000000000000000001337a13e5764c7ab6772002c443084b09c15fe328f1d3 2,377 0.85/1.00 vMB 25
606,583 606,583 00000000000000000007e5d245ceefaea910a535c35870f1953f255e43e7bef7 1,855 1.00/1.00 vMB 3
606,582 606,582 000000000000000000055a593c1cd4ea926122a576bbd174463e7735edfc5c0a 2,539 1.00/1.00 vMB 27
606,581 606,581 00000000000000000013252a4af7afa4f47fb5ed8996e535b05748981a077fea 2,923 1.00/1.00 vMB 59
606,580 606,580 00000000000000000002232a3499ae08d2125f8f33029d98ed80c743e3861acf 2,459 0.80/1.00 vMB 28
606,579 606,579 0000000000000000000ec819c133e6ac0931e64c277a75a0d718f3fd0b20853d 405 0.12/1.00 vMB 30
606,578 606,578 0000000000000000000080d22f920c41258b36ef46dc7bd2abf956b5f9b8648e 1,637 0.58/1.00 vMB 24
606,577 606,577 0000000000000000000d1be56a22b2797b4ceebd54b733cf1894c549014dd83f 2,986 1.00/1.00 vMB 21
606,576 606,576 000000000000000000005eea62f04d2ca5e929a9c17bbb467eed44a291221312 2,209 1.00/1.00 vMB 12
606,575 606,575 00000000000000000013add46e014b6ea6d3390edc8bad256be44318486cbf21 2,888 1.00/1.00 vMB 41
606,574 606,574 0000000000000000001561b16f65e9b34ebe78fbc592c7f7b4ba0ebc5ae96a65 2,788 1.00/1.00 vMB 28
606,573 606,573 0000000000000000000771390068804e98c808bfc824f01dd2433046ca634935 2,738 0.86/1.00 vMB 17
606,572 606,572 00000000000000000006765eada1195fdd5d3547434835c8ca61243459c8c449 2,377 0.75/1.00 vMB 14
606,571 606,571 0000000000000000000b1abf031af1fa2eb1f7fb1cbf7cd6f35f40706c4aa545 1,717 0.53/1.00 vMB 19
606,570 606,570 00000000000000000004c9e56103e101b09e787d9bf0d359064ce8ab5fca46a1 1,541 0.54/1.00 vMB 4
606,569 606,569 00000000000000000006bbdceaa9ec2945ab6bab3d75f24c6d289965a20a8c35 3,098 1.00/1.00 vMB 22
606,568 606,568 00000000000000000011983dc3e6d52860b79ce3e4aa5d9515e62829662e8d3b 1,959 0.63/1.00 vMB 15
606,567 606,567 0000000000000000000078e725587935da64503980f06aa568c68ef2ddc2b823 2,096 0.59/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.