Loading Tool

Explorer IconExplorer

Memory Pool

86,061 transactions
31.38 vMB
0.20246932 BTC
Random Selection Loading Transactions
Max Size: 190.44/200 MB

Candidate Block

Mining Attempt b503dc0764094a3a5c664a2d4e4037dfdae377918ecbb1c4dcd63e9472b8ac89
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root d1fa9b6fb862d698a3dbf3f8fc220a1dda1329433dc64e87a7999412a86674b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.10253239 BTC
Feerates: 502.67 > 10.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (521,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,353 393,353 000000000000000006677b26227becb3edc4bece4db2b99c6f2e22f2c5ffeacc 1,840 0.75/1.00 vMB 53
393,352 393,352 000000000000000006f8fe3dfe6689b4fc404216373c58d9a095d90b41715ae4 2,022 0.95/1.00 vMB 37
393,351 393,351 0000000000000000040f936277bb29f01f888b66002e8c8a1e0bb4e3ab098110 2,109 0.95/1.00 vMB 44
393,350 393,350 0000000000000000089675ed67d2f92352e4db72eede571379be4ec76a473e6e 1,932 0.95/1.00 vMB 31
393,349 393,349 000000000000000005515415e82abd39d393ff3a6f1f535c63450ca931d2d27c 2,053 0.95/1.00 vMB 49
393,348 393,348 000000000000000007b8ac9a61e8880f2d9bf196969a13640adb4cb9a10ca540 1,040 0.86/1.00 vMB 26
393,347 393,347 0000000000000000079d6c0c351504a4f8a0973127679b740ebba69a734d6176 1,044 1.00/1.00 vMB 15
393,346 393,346 00000000000000000148742f389d046fee00e430bc243e2b954c03c70f5d3218 777 0.35/1.00 vMB 40
393,345 393,345 000000000000000002a6a816eed66f6c37ad63324f27148db524dc96a1f74ed2 450 0.25/1.00 vMB 31
393,344 393,344 000000000000000006410b156a6af039317719dd96a9a060d8daf2798fb06b05 1,534 0.75/1.00 vMB 36
393,343 393,343 000000000000000008e812e2dd85d53906e94bcac309702d01a033d13e7b8929 1,288 0.92/1.00 vMB 24
393,342 393,342 0000000000000000046a351dec76a3e2a235a6ba6356a92d5ec135244bd49dcf 744 0.42/1.00 vMB 35
393,341 393,341 00000000000000000723d2c9bad2e099f39e2aad1392be50ce449ee59f1804d6 656 0.28/1.00 vMB 34
393,340 393,340 000000000000000003c8190a9acbf9646dc81d121cb2b13fcc87b81281fd1838 1 0.00/1.00 vMB 0
393,339 393,339 000000000000000005c6a820968579b0c7c905f0cb8f35cb633ddd2afc5b0731 1,480 0.88/1.00 vMB 24
393,338 393,338 000000000000000001563396e68dcbdc4e362a846c03da52d5ea08d91fddbd50 3,059 1.00/1.00 vMB 52
393,337 393,337 0000000000000000011eae2aca0e002ed6d5fa1fb6a3755dbcaa8b0cab0ec3f6 879 0.42/1.00 vMB 34
393,336 393,336 0000000000000000000c05b39cf93f0beefaeef3c445b6cb963e42588fdbf62f 1,019 1.00/1.00 vMB 21
393,335 393,335 000000000000000002f9cbbf6b11d1ed605c775305e95cced93c8b681ca5e5ad 547 0.25/1.00 vMB 31
393,334 393,334 0000000000000000088eb91cf328f0669e5150d4977e34930fa11e08f54e2694 1,700 0.93/1.00 vMB 32
393,333 393,333 000000000000000000b1172ecf611477e6c4bd78a7097aa183b0be2ee463b9f6 277 0.25/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.