Loading Tool

Explorer IconExplorer

Memory Pool

76,157 transactions
28.10 vMB
0.08721689 BTC
Random Selection Loading Transactions
Max Size: 171.21/200 MB

Candidate Block

Mining Attempt 90bb3a9baa5d2ed54c757c7c2b5b88eb413ec699a3689d65b08a3e039590ee1f
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 13e6ef5b8d3cd51b211975cba5ec9f1ee7fdf49032fe5dde3633233d60739248
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.02676091 BTC
Feerates: 105.73 > 2.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (312,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,028 603,028 00000000000000000007872abcd785f515daecfb9c1206b7ea9e87fa51b0afec 2,845 1.00/1.00 vMB 31
603,027 603,027 00000000000000000009f6e0de44f060213a34f6296e69cddf778cb85f9bae7c 1,381 0.87/1.00 vMB 10
603,026 603,026 0000000000000000000a097f3eb64fc93d91bce5aba8e2aa9948c0ee4f62cb70 383 1.00/1.00 vMB 3
603,025 603,025 000000000000000000091cfc955d90967dbd58de1f5028dc479a1623ad9a79a1 1,637 1.00/1.00 vMB 10
603,024 603,024 0000000000000000001581cad472cbecf1327a07784263d663da0a637954d059 3,218 1.00/1.00 vMB 27
603,023 603,023 0000000000000000000a2a897a7b87727f677c566095b52955a4e119169e1fc8 1,248 1.00/1.00 vMB 10
603,022 603,022 0000000000000000000f60e10d483d8f66a6dec4c8f6ede49b24af6220b7091f 726 1.00/1.00 vMB 7
603,021 603,021 00000000000000000002146cd129f39397a19346019902d5bdec64cae61b2af5 2,101 1.00/1.00 vMB 10
603,020 603,020 00000000000000000000c121718ad6b1341a379e6612f1b5a84f6fff9cdb68d5 2,066 1.00/1.00 vMB 7
603,019 603,019 00000000000000000004d0df059e7845fb369b21b32afb1039ac7632779e185a 3,258 1.00/1.00 vMB 34
603,018 603,018 00000000000000000006440de711734db5ed23115a2689539f99376c0385f8a6 2,497 1.00/1.00 vMB 20
603,017 603,017 00000000000000000003a9cf71915e9048bf94eb0ba65306ed364b7e647e559a 3,183 1.00/1.00 vMB 23
603,016 603,016 0000000000000000000c35e8c3ef8163a038680d3ed365130774b435d7192f93 2,680 1.00/1.00 vMB 27
603,015 603,015 0000000000000000000b9059768710d83309a343ccb8bdcac34a1a576782403c 2,962 1.00/1.00 vMB 23
603,014 603,014 000000000000000000059e66d7ae415bdd51f40976bb8ae8d014c9f509c45d59 2,911 1.00/1.00 vMB 12
603,013 603,013 000000000000000000104e40dbe078b7e91857849bb55fefb901def45961ecfe 2,709 1.00/1.00 vMB 35
603,012 603,012 000000000000000000143d2c973dd24e2ae25ec4dd6af9c04518b285b667a2d7 3,164 1.00/1.00 vMB 44
603,011 603,011 000000000000000000069d6d027dda207af5d996f61a764d138c182f05b32f9b 2,413 0.99/1.00 vMB 13
603,010 603,010 000000000000000000001a822b285b8d79244d16a03bd4a6e1ba69acbc21e4a7 2,940 1.00/1.00 vMB 20
603,009 603,009 0000000000000000000bb0c2bc57e588c85a62495a423f0bbe313e84000d4dc0 2,624 1.00/1.00 vMB 31
603,008 603,008 000000000000000000133ab0226ab43e4a2f1b2a4d5f2d09ded6df1fb19961d3 2,867 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.84 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: 712.05 GB
    • Received: 17.15 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.