Loading Tool

Explorer IconExplorer

Memory Pool

29,072 transactions
35.14 vMB
0.09938664 BTC
Random Selection Loading Transactions
Max Size: 183.97/200 MB

Candidate Block

Mining Attempt 5acf2c4a90a12c1efec3a3d44025d7bbaa4c409c7a0fc2cdd769b8a0f0318255
Version 20000000
Previous Block 0000000000000000000145f26d6efdf1d88d63320dfb616c8cf0061a55593f80
Merkle Root 90273957afb38f42726fd2545e807ed46faf7076290df9800895c2c4a35abb00
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,193
Size: 1.00 vMB
Total Fees: 0.04947337 BTC
Feerates: 477.45 > 4.96 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,178 (333,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
606,566 606,566 0000000000000000001152e2388e54eed7a19dfd29b2c5f18c02bf088dbcf14b 1,270 0.36/1.00 vMB 19
606,565 606,565 00000000000000000002a935492116e23749f9366e7dc109b12e4349c3dd4443 584 0.15/1.00 vMB 25
606,564 606,564 000000000000000000093c1957cd0bb383c3ee8a12225ee7269f5aeeb9f28a36 2,228 0.64/1.00 vMB 16
606,563 606,563 0000000000000000001187a9890c74189888a506a600f0ec4ca2acba05fee6fb 2,875 1.00/1.00 vMB 23
606,562 606,562 000000000000000000057071605f3ab7b9fc2011c19f5e08f1346451343205d0 1,473 0.40/1.00 vMB 17
606,561 606,561 00000000000000000012e0f3d38e66679177470e2664152f8aca118f24479f2d 564 0.15/1.00 vMB 16
606,560 606,560 000000000000000000001dea1789745846632e984a62f828869b1290c2b62c64 1,627 0.47/1.00 vMB 20
606,559 606,559 00000000000000000003f2dae8b18b617f9aeffed4050e1999e3f380ab61611d 1,051 0.29/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 827.05 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: 4,440.67 GB
    • Received: 240.94 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.