Loading Tool

Explorer IconExplorer

Memory Pool

79,347 transactions
29.28 vMB
0.10511339 BTC
Random Selection Loading Transactions
Max Size: 177.50/200 MB

Candidate Block

Mining Attempt 1c81d3fc8f43e5637072ea7ff0f26aaf79b9f533fe53eb5055177cf0802664cf
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 5a140fdf49a51e06ee3fd5bf93591abd7dc93a3a36ad655b8cf1571e03fd03fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,690
Size: 1.00 vMB
Total Fees: 0.04375020 BTC
Feerates: 137.15 > 4.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (534,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,510 380,510 000000000000000007361a4325bb49c6692b658c1acc4116b4b920d810ba3473 2,888 1.00/1.00 vMB 58
380,509 380,509 00000000000000000089b15f50cdf86d5f1cc612873b0a7c8f5bed361b0ba2e2 2,829 0.95/1.00 vMB 54
380,508 380,508 000000000000000010511bab6082dd713b4426671a9e240342b29684b0beef91 605 0.78/1.00 vMB 19
380,507 380,507 000000000000000011cd0b105bfc94e3316c4b7ad294cc24d41e7658f34afe7b 1,999 0.95/1.00 vMB 39
380,506 380,506 0000000000000000008f1834eff8465b888761c1e41121b8f36f9c2ff06a7ad6 94 0.10/1.00 vMB 17
380,505 380,505 00000000000000000f570ebe88985f515eea4e91869b95074994809b559b3205 176 0.11/1.00 vMB 20
380,504 380,504 00000000000000000d30a7ca5398ffce9a03f902f51cb1c93603ea73798ffe7d 254 0.20/1.00 vMB 24
380,503 380,503 00000000000000000d77cb8fa4796d29cc354dadc73f7e8dbfc6dd522ff68de0 280 0.25/1.00 vMB 20
380,502 380,502 00000000000000000fd1a922c872d6d97c6ba5e0abba76b81b37a3a9d54ad7ae 136 0.12/1.00 vMB 16
380,501 380,501 0000000000000000070dd0849284d702e1505bc1135b20237dd5bdfb6f37d4bd 1,628 1.00/1.00 vMB 29
380,500 380,500 0000000000000000063f31505b4429b66613dcf37afb46ba8eece74993c4fb23 1,550 0.96/1.00 vMB 28
380,499 380,499 000000000000000006b7e310aff163caf4c4331dd00930cafd82b6c12bbfcaa2 1,599 0.85/1.00 vMB 34
380,498 380,498 00000000000000000ff8a00b8379ed8fd6ebd4a92268b3c5ab572f789e0a4299 831 0.70/1.00 vMB 21
380,497 380,497 00000000000000000ca75e05d226be1fd3ecb54e278262c0c6661e974e033825 2,661 1.00/1.00 vMB 50
380,496 380,496 00000000000000000c77df0006e1c7e16aba933f1184997c38b25bca89969abe 200 0.25/1.00 vMB 10
380,495 380,495 000000000000000010c98702016b6f3b7ee45683d3d36a6c1ae8b2a870a577c8 645 0.43/1.00 vMB 26
380,494 380,494 000000000000000009a2e2d578542b7e0cab7e419e33f81fb433ea0bc8e7dd14 1,508 0.73/1.00 vMB 33
380,493 380,493 0000000000000000090671e3e8df7bf139f25fbe8c34b82b6a3bf03e73d3d0a1 501 0.44/1.00 vMB 20
380,492 380,492 0000000000000000112dc0c8a26add5e1481c23456db6bbe41421799ae4671bf 1,492 0.94/1.00 vMB 31
380,491 380,491 00000000000000000535ff671218d5b821b32cdf693f5346ab2d0329f4c0733e 1,411 0.93/1.00 vMB 29
380,490 380,490 00000000000000000f9136ecfde725d21578c9e947c64a2de27572cebd42da0b 2,087 0.93/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.59 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: 671.42 GB
    • Received: 15.93 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.