Loading Tool

Explorer IconExplorer

Memory Pool

82,659 transactions
31.17 vMB
0.08961430 BTC
Random Selection Loading Transactions
Max Size: 190.94/200 MB

Candidate Block

Mining Attempt cc105a0d72845e1a1236a727ed01ae8de4b098bfb4720ce6f67ba5baaace76a8
Version 20000000
Previous Block 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6
Merkle Root 54f2bab42d3788e9d6ad489136172d906b1cab58c9559c6a03b3d320b02a7aa7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,100
Size: 1.00 vMB
Total Fees: 0.01933933 BTC
Feerates: 50.62 > 1.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,222 (227,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,931 687,931 00000000000000000009a27a2b7fabf1c5a60ddda5802889a78b4d53478fd37e 2,347 1.00/1.00 vMB 54
687,930 687,930 00000000000000000004490b278afed4069844d1a7c98026983c6583320dfcd8 2,778 0.93/1.00 vMB 3
687,929 687,929 000000000000000000060a2101829b77614ac3083c78f97c3d5ca5e1724bd784 2,415 1.00/1.00 vMB 36
687,928 687,928 0000000000000000000ca395be618085ab5d0a6a681e1abb4d0a08ca8ae4cb08 3,074 1.00/1.00 vMB 41
687,927 687,927 00000000000000000002c94df880164e9fdd3428ac2f9c84646d9f67bc6a73f8 1,245 0.49/1.00 vMB 26
687,926 687,926 000000000000000000096cce45df04dac4685595a8d992273f9d4630ad930b3b 1,071 0.50/1.00 vMB 10
687,925 687,925 000000000000000000059e0c36c685a531138c5ba53cad623c4c5567596124e8 2,517 1.00/1.00 vMB 10
687,924 687,924 0000000000000000000771fb723f9d1dc4623970eb948a09c297566adc5f9451 2,357 1.00/1.00 vMB 19
687,923 687,923 00000000000000000009971517a12c0f661a23e720f90c9a00ea8838d991ec53 2,693 1.00/1.00 vMB 28
687,922 687,922 000000000000000000007a0f74de16bb319b64d2e8f0c640c025c74b0b199b0a 2,044 1.00/1.00 vMB 39
687,921 687,921 000000000000000000061316d01df447b4523e2a9a2d5408c524ad8dc8b160ba 1,168 1.00/1.00 vMB 39
687,920 687,920 0000000000000000000a671ffb6b4550b2fa09c45bd6b5719532e004b5e738bf 3,170 1.00/1.00 vMB 10
687,919 687,919 0000000000000000000dc280dce65ca8e7fb47017394912857b291bc05f482ba 2,108 1.00/1.00 vMB 12
687,918 687,918 0000000000000000000a22c618947a5f1378dab1b7cc41d0f4b74a30cc78a362 2,318 1.00/1.00 vMB 30
687,917 687,917 000000000000000000088a1393b167bdb3f2505d5a494ea300b43f2c20549cea 2,862 1.00/1.00 vMB 37
687,916 687,916 0000000000000000000e0fba0ddb1ef015fb51ffb6d438bf9631b6633cac0c84 2,737 1.00/1.00 vMB 50
687,915 687,915 0000000000000000000747449369b31ddf84cb20ab8c56aada5764c6413d1b56 2,026 1.00/1.00 vMB 23
687,914 687,914 00000000000000000004d176f08f12f682a464ad92ac5994a104cb5ed33cc9a8 1,383 1.00/1.00 vMB 31
687,913 687,913 00000000000000000001c1cf2a1f86c94c8289d44bc7b515419906d1184fe1b0 1,232 1.00/1.00 vMB 39
687,912 687,912 00000000000000000009e1483d0b100436a3c07fc43192a794e4c2385595c232 1,241 1.00/1.00 vMB 40
687,911 687,911 00000000000000000000017acef3d02e996c45018f90bdb70fd035ec3bea6376 850 0.46/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.77 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: 709.38 GB
    • Received: 16.89 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.