Loading Tool

Explorer IconExplorer

Memory Pool

49,695 transactions
30.43 vMB
0.18559322 BTC
Random Selection Loading Transactions
Max Size: 162.91/200 MB

Candidate Block

Mining Attempt ca6bd8fc3ad634700c2c3c524a977b0ed6801911dae5173ccc2fc3e0ced1c6a8
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root f5aeeb97e5612978ff9ae4ce67698247fa6b94e3cb6b10292ffcb2b567b1d9b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,800
Size: 1.00 vMB
Total Fees: 0.10074670 BTC
Feerates: 261.10 > 10.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (266,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,282 648,282 0000000000000000000b3ef503d8db910e7faeee738ff904e1d5721c05bbab95 2,334 1.00/1.00 vMB 88
648,281 648,281 00000000000000000002f48a4a92492d48f90ea9f70c11f33a97670f7249bc1f 1,703 1.00/1.00 vMB 79
648,280 648,280 0000000000000000000faa444f275f57d0dd7a7c1542d3dd92767d14a183d051 1,931 1.00/1.00 vMB 41
648,279 648,279 00000000000000000008dbd18ae6a8978f29d53a10e2af1371d32eec113737da 2,969 1.00/1.00 vMB 56
648,278 648,278 0000000000000000000f0d0e6876a6de21884688b3e58555698587d5a120035a 2,777 1.00/1.00 vMB 74
648,277 648,277 0000000000000000000d3e0d54dceb8ca203be8861dccd1499200b735b4cc63f 2,601 1.00/1.00 vMB 94
648,276 648,276 0000000000000000000c4af282a0d739933027117c3343648683fd08de035f8d 2,581 1.00/1.00 vMB 85
648,275 648,275 000000000000000000033d052adf99d6af3ad22e2a20f29ad384fce221ee5c3c 2,615 1.00/1.00 vMB 25
648,274 648,274 0000000000000000000fd240e4d9e4fc0f7cf192017a357c04059263c36e8840 2,446 1.00/1.00 vMB 21
648,273 648,273 000000000000000000015a80e98e13b5987e674641853c7243b6dddf0e3be731 2,413 1.00/1.00 vMB 24
648,272 648,272 00000000000000000001130a67d3f48c3c7afd60d6e3c6371a517997116e3fed 2,688 1.00/1.00 vMB 70
648,271 648,271 000000000000000000072e7cc17917000e1d28349b5922106f4ee449dd8372ac 2,649 1.00/1.00 vMB 44
648,270 648,270 00000000000000000008c5621fe3eaa1b3838fd5c28ff7c773ad2176bb9ca131 2,807 1.00/1.00 vMB 81
648,269 648,269 0000000000000000000e5b7ff55dde682c7c5495056df9b2e2b2acc77aed1ba1 2,676 1.00/1.00 vMB 53
648,268 648,268 0000000000000000000a7678f0121bc7e7ef6f1fc6905695431fff80ab623770 2,438 1.00/1.00 vMB 94
648,267 648,267 0000000000000000000ae77f5f0e83d8830aa5035de371a05cb2901564f84789 2,760 1.00/1.00 vMB 71
648,266 648,266 00000000000000000005eb32d8781a27bc1d5e80d068453c391b8db55fcb4b81 2,404 1.00/1.00 vMB 63
648,265 648,265 000000000000000000060ae051a836d4b98b0e164ea2ec48d7c88591c95a87a7 1,435 1.00/1.00 vMB 83
648,264 648,264 00000000000000000001e8e33180f6439d1f90cc165644d6cb833389a7e85f91 2,166 1.00/1.00 vMB 83
648,263 648,263 000000000000000000001d32e5d358c677e043d7beb4faa9de5058276b75056c 1,657 1.00/1.00 vMB 67
648,262 648,262 0000000000000000000e89f7830e1406aa601dd686c299aa8c9b651601bc7428 1,458 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.