Loading Tool

Explorer IconExplorer

Memory Pool

23,586 transactions
9.98 vMB
0.08093053 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.52/200 MB

Candidate Block

Mining Attempt 89ac502f8aecdb723a2ec9ffaceddb46b6ac8660d7164e6454151be4998e039b
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root 31cc42bc5eb13e511087dccfb196434ea51f0a2deaf74c0ce327da01af0b7a71
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,459
Size: 1.00 vMB
Total Fees: 0.05076000 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (564,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,147 349,147 000000000000000011b4d99c576d66e5615c38b4fde4f527a262ad8e5fc87582 783 0.36 vMB 29
349,146 349,146 000000000000000012517ba7258e3815b56e4fe7a5e14130d973adcdd219fb41 417 0.32 vMB 22
349,145 349,145 00000000000000000573624c1fa595d663197ecceb9d2e2b8744f7b4a7986d87 498 0.42 vMB 16
349,144 349,144 000000000000000013e564351ffeb7e60beeb4388520bd5a0d522f5fa5bf5ec7 505 0.35 vMB 17
349,143 349,143 00000000000000000971b57878f70dcc26d543c3a5de5218d6ff2d874e25006e 900 0.63 vMB 22
349,142 349,142 0000000000000000122152b40b8a2670080730050737467189f9132d7876314a 1,615 0.75 vMB 30
349,141 349,141 000000000000000003dd53af09639f770275deb6f12087f7a3587cd0a0de9b37 619 0.33 vMB 24
349,140 349,140 00000000000000000e1189605155f6b6ba5ca405e312ffdabd44ef84447f8739 819 0.37 vMB 26
349,139 349,139 000000000000000005f20d9f9fa472174513f0e5d49071c8cd0b8388dc70d9b2 32 0.01 vMB 23
349,138 349,138 000000000000000007eb1228bb76518026b5bee5fd9c9ff52eb1eae254d64e88 200 0.12 vMB 21
349,137 349,137 00000000000000000352bf9c5fd7705a7f36d675917a03ddf4c175f753035047 238 0.12 vMB 23
349,136 349,136 000000000000000008da8af9db469db276ba94554745a1822c579d88bee26ba1 162 0.11 vMB 25
349,135 349,135 0000000000000000038e4ba204540a2a520283dc0b3cd6c6d3d83e886aa7ce3e 501 0.22 vMB 29
349,134 349,134 000000000000000014b277a5dfa7a8788faadce7230b65a6102afd459206bea2 424 0.22 vMB 26
349,133 349,133 000000000000000004cbfea157f0c5446fd7ee69459509e9d9b48442b107009a 651 0.36 vMB 25
349,132 349,132 000000000000000009b146a68dbbb6ebd0ebc7586f83c4e200eb74c57d39279d 221 0.12 vMB 24
349,131 349,131 000000000000000013b47e47dcbb80adc51bb417248d4d6ee14264f9ea439a21 446 0.24 vMB 22
349,130 349,130 000000000000000007eee235fa52a13c4c655c2003de9b1711c01c4222621ee8 256 0.09 vMB 45
349,129 349,129 0000000000000000126d23b0e39689d2ee492a6570b1d077de2c0e385564a8c3 224 0.11 vMB 25
349,128 349,128 00000000000000000ad8a6257c68c6395b7e8c38ee7369516565912408840db1 583 0.27 vMB 28
349,127 349,127 000000000000000004a7d4abed91041e8d14261ee07c55ee4dc481c3a3584a0a 652 0.36 vMB 27
Previous 10 blocks ↓
Total Size: 779.57 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: 277.48 GB
    • Received: 1.09 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.