Loading Tool

Explorer IconExplorer

Memory Pool

47,384 transactions
27.99 vMB
0.13332274 BTC
Random Selection Loading Transactions
Max Size: 146.87/200 MB

Candidate Block

Mining Attempt f4b9ae70d5a1a164723b8dfab3c69c7e476f972f267c90dd89fd65cf33322711
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 6a3094b2f83df60d30ce917f77556bbb1ecf1432b561ae618d41804bb256b3ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,640
Size: 1.00 vMB
Total Fees: 0.05965224 BTC
Feerates: 151.01 > 5.98 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (445,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,520 469,520 00000000000000000020619ebacdaa192fb303e60bb3f277e1384d4664f8dbc0 1,116 1.00/1.00 vMB 188
469,519 469,519 000000000000000000de403de119f6927e4c34590c690b3a0bd096b0bfdd6ecc 1,336 1.00/1.00 vMB 134
469,518 469,518 000000000000000001949e4d4754313d25ac0aee2817093a430e95cb7b34c30b 1,288 1.00/1.00 vMB 93
469,517 469,517 000000000000000000bcbd5a86c0582595690feb4fde0a1fa22fe892ad391198 1,632 1.00/1.00 vMB 311
469,516 469,516 000000000000000001899e91447b313b7eea2698e5b5f0989f19231171d08b10 1,883 1.00/1.00 vMB 320
469,515 469,515 000000000000000000cce563212bde28c41c2156d94ad20c5c8e279a17fce8e2 1,738 1.00/1.00 vMB 252
469,514 469,514 000000000000000000c1cfcaf7926f49c1751da4c9b46f3646f3dfc3064339f1 2,200 1.00/1.00 vMB 313
469,513 469,513 000000000000000000ff1e3bf10fbcb1793c0415fe7e3bd8f7b391ca4b4e3b8a 163 1.00/1.00 vMB 30
469,512 469,512 0000000000000000000c55eaa8e58ec9a2074099f365c37c2f6c73069e962853 1,338 1.00/1.00 vMB 213
469,511 469,511 000000000000000000a346f0cc1a4df16d4302d5c73f89db7bb3f329049f8f39 1,785 1.00/1.00 vMB 114
469,510 469,510 0000000000000000001d895f893d7d47fff2079786a4b77d94b331d78d42793b 2,092 1.00/1.00 vMB 215
469,509 469,509 000000000000000001783dc97a74d75da7f21ebe07d896bb7b43d9b9971eecf0 1,494 1.00/1.00 vMB 91
469,508 469,508 00000000000000000036a5c8eab437a786dcaa26e2ee038882e4deddec5e957d 1,433 1.00/1.00 vMB 291
469,507 469,507 000000000000000001b6e156485815b870d50ecf5d9bb260e0e775d790b52b18 1,714 1.00/1.00 vMB 258
469,506 469,506 00000000000000000071e846a15a685ac907c69e9e4e51acd98ed9acd60ee5e2 1,695 1.00/1.00 vMB 477
469,505 469,505 000000000000000000acdc916d9470fb76959e172d4dbfba8cdfd5c0baf8ef90 1,885 0.99/1.00 vMB 181
469,504 469,504 00000000000000000004cd9070efa0f49b378928ab4c8912ff75e848903bc432 2,030 1.00/1.00 vMB 421
469,503 469,503 000000000000000001d17eb640cf1b9dbde5d344e29ac30d6553c4bf04e050a7 1,731 1.00/1.00 vMB 174
469,502 469,502 00000000000000000033bfdd39edd8bc65e9ca14c1fcf347fddb346739cc0a0d 1 0.00/1.00 vMB 0
469,501 469,501 00000000000000000007b992faf98cb72c8dc6bfdb7cddaa8ba74a3289437154 1,871 0.99/1.00 vMB 166
469,500 469,500 0000000000000000016c9418d52bcfbb8dce2285792acbff83a60b4c549bd749 1,613 1.00/1.00 vMB 272
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.92 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.