Loading Tool

Explorer IconExplorer

Memory Pool

78,526 transactions
29.42 vMB
0.09841063 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 17c6072ee7fe229739d33d17d7b0dca4cb724f9f93e23f3effe2715511ab3b7a
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root fc47f34a929679f145e9ff2303f0f5f67bba2ba726d58f7962efd68b8ba3fe32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,483
Size: 1.00 vMB
Total Fees: 0.03518072 BTC
Feerates: 103.00 > 3.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (372,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,582 542,582 00000000000000000015d9ab3f045d93f5d6393ff650827ad63744f6e29d28ff 1,610 0.63/1.00 vMB 18
542,581 542,581 00000000000000000013c6a342a595b1ffe468be88dff7c3bd36574b7cb4bc14 129 0.04/1.00 vMB 14
542,580 542,580 00000000000000000020dd3e23aed53a0d24628d7e502325a0e755b8302fcd2f 2,539 0.81/1.00 vMB 25
542,579 542,579 00000000000000000023bd8aaa73024a1858e0fab24c49d5823b69cf4aba4a5b 1,808 0.62/1.00 vMB 18
542,578 542,578 00000000000000000022e2d1be18185a69ff3d93c162d49119c51bbabf68a5c5 217 0.06/1.00 vMB 20
542,577 542,577 0000000000000000001677591fdad837ef1d7dd0e1f8f60e1d25832e105e84e0 720 0.25/1.00 vMB 22
542,576 542,576 0000000000000000000cbaa5a8b44ef6dece3a66adaa5ec4b6a5a92371fc23d8 653 0.35/1.00 vMB 11
542,575 542,575 0000000000000000001157e609cb760bab61fe37bc58ea9a4999a30bbd81d82d 345 0.11/1.00 vMB 21
542,574 542,574 0000000000000000000e3fbf549e62afcbf0858730c997221cb0f99feb10685f 110 0.03/1.00 vMB 19
542,573 542,573 000000000000000000075880cb9fdc098f38e9e48cb1ec4bc46962c364a2532e 1,064 0.40/1.00 vMB 25
542,572 542,572 0000000000000000000d9c3aa8f30be087518bdda12d05b455e935bda9380aef 40 0.01/1.00 vMB 19
542,571 542,571 000000000000000000027f829c10f26ff1b86d91e458eeec88c80b6419a235f0 1,529 0.55/1.00 vMB 22
542,570 542,570 0000000000000000001840811fcb29cf3725f342bc2aced0f0208c1e534c9bd5 1,798 0.78/1.00 vMB 15
542,569 542,569 00000000000000000023e4aaa5cade87a1cdedcbeb0964b89bcf7077f339e101 2,212 1.00/1.00 vMB 29
542,568 542,568 00000000000000000015fd45cb03ddb2d5a4ab365b3b67a63016e696a82d8f42 1,436 1.00/1.00 vMB 12
542,567 542,567 00000000000000000017fd3b744d4324d92a8adc74dca3f0725e7ec7452253d4 2,760 1.00/1.00 vMB 7
542,566 542,566 0000000000000000002516e855dfe32b935a0b99d28c7c2e7df4532605ac1421 2,888 1.00/1.00 vMB 33
542,565 542,565 0000000000000000000df358c88548ba0bdf949887602411e05d7740273a7f8c 2,650 1.00/1.00 vMB 37
542,564 542,564 000000000000000000070b026ed48bca62a92a6bfe1aad6af47d3a675b41943f 2,610 1.00/1.00 vMB 4
542,563 542,563 0000000000000000001c3c376a8518baef15dfeedf13580675c2cb5124804aee 2,917 1.00/1.00 vMB 14
542,562 542,562 00000000000000000019a7e4fb5dbf36edf371a8418f2e8ecbbfe483e1af3210 3,104 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.