Loading Tool

Explorer IconExplorer

Memory Pool

25,084 transactions
7.02 vMB
0.02312232 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.30/200 MB

Candidate Block

Mining Attempt afc47be0cbc43540d945ed0e65bcae3f6ca1bd58bb886b84ab7a339401b75a1a
Version 20000000
Previous Block 00000000000000000001224e274d714499fed1a2156ae81473f2105be1442fde
Merkle Root 5342f61b60c86b3e231585bdc8e2ce93d35f556288723d555102df8fe5db65e8
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 242
Size: 0.10 vMB
Total Fees: 0.00357836 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,096 (743,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
169,982 169,982 0000000000000963c660a35d39cc48f2d8a5b69377c6f086da802c93416207d9 0.03 MB 62 548
169,981 169,981 000000000000084f393c330c7feb2dadfddd24875c8877486c2dcb09fd55ce97 0.04 MB 126 6
169,980 169,980 000000000000086bf9cf3ea70a2232b3568827c8cc9745520fee3d9388ff6121 0.02 MB 41 168
169,979 169,979 000000000000036ee8ae2e22e842a18378578e980fe1f8ef6021098233b66957 0.05 MB 117 639
169,978 169,978 00000000000002c0dc0809b36ec0690be9482d9fb9bbf678d14cc6a52eba6191 0.00 MB 1 0
169,977 169,977 00000000000000af5f3b94babfd6d5da14ab2af08d2c3bc9bdeac3f3c39e6ad7 0.05 MB 91 201
169,976 169,976 00000000000008a2f33a7a272eff8fd80c8e11d56b4633f7513c4b1151f95029 0.00 MB 9 0
169,975 169,975 0000000000000a86b41a7fc0100782919ab5d20456194a2a3e56ed237d1d9ea1 0.04 MB 84 70
169,974 169,974 00000000000005fe2aa0a734cbe97b84ff78ad498c002d85903f68a173e66a59 0.00 MB 1 0
169,973 169,973 0000000000000aa035bf6173825162d564737c8bc2c2d8f1b7827d4c3cc6b043 0.02 MB 24 52
169,972 169,972 000000000000038b3515cb839d7a4141742dec67b8dd4675bf00362c289fda6d 0.04 MB 95 146
169,971 169,971 000000000000036d361637c5a15f4bdb9adeaaf9e3209fe6e65361502c55296c 0.05 MB 73 74
169,970 169,970 0000000000000649b728776604288ab03e4e0ee7e3c86714136b4a0c142782af 0.05 MB 104 131
169,969 169,969 000000000000006205a362295238a57fc2f90141c05228468cd25290771eb704 0.02 MB 80 15
169,968 169,968 000000000000042bfefe2b0c67aea96b6c3acd353ba6115d4069be5c6b20ef01 0.03 MB 36 382
169,967 169,967 000000000000046c103c06aa6a9d08b73da82eef38b83fe99b82a141f3a58355 0.03 MB 52 36
169,966 169,966 0000000000000713d2b400a7435a8a6e946bad44e966ea725bc64ef8c95fbb63 0.04 MB 77 100
169,965 169,965 00000000000001e110c5abb3b68cddfebb8fa684f94c546879a9059bef5d318b 0.01 MB 12 85
169,964 169,964 00000000000007faa1916a6eca06f997707793d2cc0c0ac023e65c8fc4b6865c 0.02 MB 26 483
169,963 169,963 00000000000006a3aea8bc7c9a4fdbe5366c71207a2c35a353e033ec4a026e84 0.00 MB 1 0
169,962 169,962 00000000000003f64aabe0f1edbc9213d8536de2de9fdae6d66ab265b097b0d4 0.02 MB 38 265
Previous 10 blocks ↓
Total Size: 779.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 60
    • Outgoing: 10
  • Data Transfer:
    • Sent: 110.36 GB
    • Received: 0.36 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.