Loading Tool

Explorer IconExplorer

Memory Pool

80,258 transactions
29.63 vMB
0.06653620 BTC
Random Selection Loading Transactions
Max Size: 178.87/200 MB

Candidate Block

Mining Attempt d0e75baaa28378c717b297c1a207b4f80b0ce0bcecb02e159348151f43187a37
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 90ee7a97a5f0ab55a8a0187d6f3875fc71474f01e64cc03cc78dfade6bc1edd3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,390
Size: 1.00 vMB
Total Fees: 0.00626366 BTC
Feerates: 90.30 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (468,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,395 446,395 000000000000000000048ed733c3bdf3847c0a1db0a6ecb0ee330fc1d3afaaed 2,344 1.00/1.00 vMB 93
446,394 446,394 0000000000000000004e6e264be5d1072891bb33738388bfdd9b1ab8283f712c 1,830 1.00/1.00 vMB 66
446,393 446,393 000000000000000003122914d3a755e08a3b4d071542320e0cdf211dbb26d740 2,190 1.00/1.00 vMB 81
446,392 446,392 00000000000000000212a9c8803c1280b71ff985f17fc60efbef328c195947b3 511 0.21/1.00 vMB 76
446,391 446,391 000000000000000001a2475985867ff566a3be70debe7630c71defd36ca11122 2,448 1.00/1.00 vMB 84
446,390 446,390 000000000000000000c98adc22bc3833a204d803ed6484ce23264dc5104c0e0c 2,251 0.99/1.00 vMB 84
446,389 446,389 0000000000000000007fb4da41ae94b9af39752fe91dbdc0c27368b47bf5dfaf 2,218 1.00/1.00 vMB 78
446,388 446,388 000000000000000001ea0e0e697ac203f2420d36c54ad7b2f16c5a3e0692a11b 1,999 1.00/1.00 vMB 82
446,387 446,387 00000000000000000355a1c3a4d230c1ca55106a2b1530adb914358e3c91ee69 1 0.00/1.00 vMB 0
446,386 446,386 0000000000000000019e3d3a9577dcd22fd3a9de4aad30690ac0d1abcd2bf40d 2,420 0.75/1.00 vMB 106
446,385 446,385 000000000000000003087030e14737dc53a7ec438e3a7d684c7dac6654416f05 2,350 1.00/1.00 vMB 93
446,384 446,384 00000000000000000334abfc83e513e78df0d5741569aae9076a87768686c798 1,316 0.91/1.00 vMB 60
446,383 446,383 0000000000000000013d292423d003e6894f4129b4b44394f27b7bd450210ed6 1,892 1.00/1.00 vMB 68
446,382 446,382 000000000000000001ca6c123dffdb699569d8d5ce37385947db86577d906ee4 2,107 1.00/1.00 vMB 83
446,381 446,381 00000000000000000055aeca678888f57c3271f994df6df6a3bacd08b0a2a71b 1,943 1.00/1.00 vMB 70
446,380 446,380 000000000000000002516672b4b9f9b8950c95cadb55ca9971a52d88c9449647 2,334 1.00/1.00 vMB 83
446,379 446,379 000000000000000001b2df6c41e73a1dcc05e455fd67a09c583bf491dca525b1 1,429 0.81/1.00 vMB 59
446,378 446,378 000000000000000002c9851c580f56e56d61a9e3939e5f32177e3cb5eeffc1de 455 0.45/1.00 vMB 36
446,377 446,377 000000000000000001c7d1c96d096b0a7057e5dc2f789aae2cbd4975e9e31b74 937 0.56/1.00 vMB 70
446,376 446,376 000000000000000002ed7ec6e626c5b9ebc915eefd676fb9ca90344578696831 175 0.11/1.00 vMB 32
446,375 446,375 000000000000000001c733c12fcb2dc2deef22dd4909bf5ef45ff5e02e8440d4 1,648 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.