Loading Tool

Explorer IconExplorer

Memory Pool

78,469 transactions
29.34 vMB
0.06299139 BTC
Random Selection Loading Transactions
Max Size: 176.57/200 MB

Candidate Block

Mining Attempt 2a713c6ed03d2784cc5225f046c0467bc65fd61fc9c1ed04c39005c4c8eb3d63
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root b570aeda8f9d3d40ea8eedda3e8ec2f1d9f8f9bfbb24dd2acc574f1ed7eaef7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,448
Size: 1.00 vMB
Total Fees: 0.00358082 BTC
Feerates: 9.40 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (588,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
326,474 326,474 000000000000000016eb19a5802fe124a5af4f17d3b4149227bc44f6f5a80476 96 0.04/1.00 vMB 32
326,473 326,473 00000000000000000f18d1d9dabeeea43f9177cddf5942e88e59de3662761922 81 0.08/1.00 vMB 15
326,472 326,472 00000000000000000ec6a139bf0506f4f8317503fb2dff30e649d845e2a8559a 201 0.09/1.00 vMB 32
326,471 326,471 00000000000000001d8a75073b1b3d333ead6b7ce8634f0f8ca74bc1d18739f3 57 0.02/1.00 vMB 30
326,470 326,470 0000000000000000101516bade4f2298d56eb8a1656d8866d5961a292ca92855 230 0.11/1.00 vMB 54
326,469 326,469 00000000000000000c9ae8f91b0b8ab21d8a9a2ec215d800934770e81fe3c93e 1,014 0.63/1.00 vMB 25
326,468 326,468 00000000000000000355242e5bc7b896a53d7372816c661c4c689217d38e1273 39 0.02/1.00 vMB 24
326,467 326,467 0000000000000000123a8723e9403b7204c6d2c6010ac67e7c5f39dc29390cf3 306 0.12/1.00 vMB 29
326,466 326,466 000000000000000015526c95286c0f49a9aa690e249c0fbdf30df73cf2f2dc8a 46 0.03/1.00 vMB 5
326,465 326,465 000000000000000016545a17e36737e705dd6026272b53ccf9db3f4164349873 80 0.05/1.00 vMB 21
326,464 326,464 00000000000000000dc2f08c5e3191ec7aa90a03bd44f151baca88fc33a3331b 531 0.33/1.00 vMB 24
326,463 326,463 000000000000000004813e468d8f9e696e6e5fb29f6c83c6cfa1cdcfdcc915ec 432 0.26/1.00 vMB 34
326,462 326,462 00000000000000001ec43385e41b59eb7d32aad91e820d226b7ec615961615b4 1,051 0.65/1.00 vMB 24
326,461 326,461 000000000000000013a25eeade7ddadf81d6cb186f94ec826fff9c486b29c913 56 0.03/1.00 vMB 28
326,460 326,460 00000000000000001a94ba8aeab5b4cdc3b3d6fdc4e46f36a5a238204b301749 265 0.17/1.00 vMB 23
326,459 326,459 00000000000000000cc09b714f0cf2288615e1722f86c07e15f86d467f05d6a0 288 0.19/1.00 vMB 24
326,458 326,458 00000000000000000538fd49d63991a45502ce169da3a6435d0162a5ed515417 101 0.06/1.00 vMB 6
326,457 326,457 0000000000000000086c019b6d7dcea21a9f3530d7a8ae91cae70af7de9081f5 632 0.35/1.00 vMB 27
326,456 326,456 0000000000000000129401cb2df6b23fbdf27d544e479b7f7abc29b3f8316a20 388 0.21/1.00 vMB 28
326,455 326,455 00000000000000001bdf09d4272ca3450a5f4e4a686b4f8385e502cc33605537 382 0.40/1.00 vMB 15
326,454 326,454 00000000000000001e69b7e66c32235b5c608f8e9d71cfb42cd7d5a477ceb04d 512 0.19/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.38 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: 664.24 GB
    • Received: 14.96 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.