Loading Tool

Explorer IconExplorer

Memory Pool

82,235 transactions
30.53 vMB
0.13340794 BTC
Random Selection Loading Transactions
Max Size: 183.95/200 MB

Candidate Block

Mining Attempt b87a65686d86f603f5dd9d685b36c92e43db4aa9abff441a743a772e03a1a00a
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root cfaeb0e066a14275eb9b6dc6cab93f6ff69c111ac9d43205e46d1c67bbed6c96
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.07028334 BTC
Feerates: 203.60 > 7.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (408,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,875 506,875 00000000000000000052b7f3a068582760864dd183897429e1401625dd447a13 1,073 1.00/1.00 vMB 116
506,874 506,874 00000000000000000022c3c02a3a8ef1f8227df9a061e6cf86100b4edba4141c 2,062 1.00/1.00 vMB 102
506,873 506,873 00000000000000000017afa40404621b6b30d960208e1cc985c1aa99c12e64dc 1,997 1.00/1.00 vMB 119
506,872 506,872 00000000000000000059a14e9b6d2b83a5d1f74cd02b4113fcd70fd9629b99b2 1,960 1.00/1.00 vMB 195
506,871 506,871 000000000000000000149f6bde5ae78bba7435c598098035f9338969da325a1c 3,045 1.00/1.00 vMB 232
506,870 506,870 00000000000000000044023e67a0a89b3745b7c4f8629111096c7a638b242952 1,855 1.00/1.00 vMB 188
506,869 506,869 0000000000000000004b442c2742754a80eb1d4cc121d5c95c393a9190fd784b 1,772 1.00/1.00 vMB 104
506,868 506,868 0000000000000000002045ce23712fa34b4f23e6bdb5e278163b7d76dd72080d 2,881 1.00/1.00 vMB 219
506,867 506,867 000000000000000000345fb5b81ab4841bb5f80953e8372465bcb4b1e5f9b7d2 2,297 1.00/1.00 vMB 191
506,866 506,866 0000000000000000001909871d9b2dc8172feda41cf39b84d7d5c1d19e4af810 2,753 1.00/1.00 vMB 207
506,865 506,865 00000000000000000025651cb545833ec1e2d55cff8ec4a032da02b5a3429c0b 2,399 1.00/1.00 vMB 164
506,864 506,864 000000000000000000299694902ce469686d19f2daf7cae7d4b7bbcb0c611a50 2,259 1.00/1.00 vMB 167
506,863 506,863 00000000000000000001fe47bed5d5476440ffd0431f5973a9a6b1e0dba93113 1,277 1.00/1.00 vMB 152
506,862 506,862 00000000000000000037606e7f64cd8d7cfeecbc88382a400db974db96dd15eb 2,432 1.00/1.00 vMB 158
506,861 506,861 000000000000000000611e8a401c851934f5ecf3d94cfda1af57e03868288294 1,210 1.00/1.00 vMB 116
506,860 506,860 00000000000000000029d1658cb098eaeb7ab42d93f59d72c4af08a9eb9df755 2,232 1.00/1.00 vMB 167
506,859 506,859 00000000000000000009d2b12d2bc20f1906b9558b23b8f6fa315217698666e5 2,328 1.00/1.00 vMB 167
506,858 506,858 00000000000000000054407036f2fa6396e68c92861b7ad1cf9ae99604f9ae9f 2,068 1.00/1.00 vMB 190
506,857 506,857 0000000000000000002bcf47ba9bb83046e964a8b8381d47deb744a8efa3880a 2,421 1.00/1.00 vMB 192
506,856 506,856 0000000000000000004a2df6379e8bc0e8ad3a03127a01c368addee0d8d2873a 1,961 1.00/1.00 vMB 242
506,855 506,855 0000000000000000000c68937c2985216886eec8ea062499ecaeb626df9d9a53 2,331 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.34 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: 661.30 GB
    • Received: 14.80 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.