Loading Tool

Explorer IconExplorer

Memory Pool

45,225 transactions
27.46 vMB
0.10999853 BTC
Random Selection Loading Transactions
Max Size: 144.05/200 MB

Candidate Block

Mining Attempt c71d28edcef59842af91c3470c9b33e862dbf5a158be3301bdcfe7e3d7b21294
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 04495bf0fae639da1488405e4ae004a9a966f3e33ee5bf02028eb313ff7a5841
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.05175735 BTC
Feerates: 151.16 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (445,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,858 469,858 00000000000000000091566dc01753963ada91a5f89b809360e77f32cf7da0af 1,731 0.99/1.00 vMB 317
469,857 469,857 00000000000000000192b3a2d76e24490906b98d1b9f87b27acf79ae24fb9124 2,053 1.00/1.00 vMB 379
469,856 469,856 000000000000000000f42ca5dd09183889c99452d20b1f7e3023362d94eb9e60 1,937 1.00/1.00 vMB 336
469,855 469,855 000000000000000000067c7d385dd64fcce8042af980cda7a89f882b9df5174a 2,210 1.00/1.00 vMB 387
469,854 469,854 000000000000000000b5aee98a2a45d129b74423fd69b7252f09931d162f6522 2,979 1.00/1.00 vMB 517
469,853 469,853 00000000000000000153a7c80086500da73ebb36d4a7a667f8eef67b1d711487 2,271 1.00/1.00 vMB 403
469,852 469,852 000000000000000000b62f78f9f2daaeb65894e3d913033f7c5e6e32b7d54b31 1,384 1.00/1.00 vMB 208
469,851 469,851 00000000000000000050f1d7785995fc132ef069beb008d69344486461a42af5 1,930 1.00/1.00 vMB 381
469,850 469,850 0000000000000000006c07c496d9b3145c84a5d8461406ba8b6b200875f7b736 1,750 1.00/1.00 vMB 275
469,849 469,849 000000000000000000b489f634a317bb01eb08c00452780d87de205c501a208b 2,422 1.00/1.00 vMB 348
469,848 469,848 0000000000000000002955bcbc0fc4292a7faa977abad70c4d3fc9d1f99fa085 895 1.00/1.00 vMB 373
469,847 469,847 0000000000000000009363cbae0fc923f04fb3bbb9b003a044d416204c2cf708 298 1.00/1.00 vMB 395
469,846 469,846 00000000000000000185ad65d72e2cd7614b6877344a965db193d4a9e7fa050b 1,505 1.00/1.00 vMB 466
469,845 469,845 000000000000000000e2917ed3fd3a5a8828223b998d6365af82418c18532032 901 1.00/1.00 vMB 57
469,844 469,844 000000000000000000d8a74bcc3e5b6fd055b79f38830efcb6e164bc3efbf03a 278 0.19/1.00 vMB 171
469,843 469,843 00000000000000000063de0c0a9aa681e7def0c77de5050e19e19152e1fc0435 1,090 1.00/1.00 vMB 79
469,842 469,842 0000000000000000019e560b87190a9ba1aa5063bb0fdcf313f39f028cc7db1c 1,789 1.00/1.00 vMB 261
469,841 469,841 000000000000000000243360316ba52890a7e6e9b2ae56eeb8a2f92d171efe15 1,812 1.00/1.00 vMB 181
469,840 469,840 00000000000000000000ff9d796777444423ec6f5a2ede2e4dfee5b39eef7f63 2,358 1.00/1.00 vMB 387
469,839 469,839 0000000000000000011a218a394720ec6b7ab71fac9a0bb83763dcc51dbc563f 2,213 1.00/1.00 vMB 305
469,838 469,838 0000000000000000019676c55b13baea1e56d90ae01a770f541534ff7a78d887 1,748 1.00/1.00 vMB 273
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.27 GB
    • Received: 13.85 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.