Loading Tool

Explorer IconExplorer

Memory Pool

21,272 transactions
11.14 vMB
0.07253780 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.24/200 MB

Candidate Block

Mining Attempt bba398355f9c6574f0b84233bb5fc40af3b16663e56c20640d102c7c89961d7e
Version 20000000
Previous Block 00000000000000000001b91c0ef384467c1091a9b2bb6c2b0bb8142febdb33c5
Merkle Root 28d2b8b5fdea71473358a7e3f9255835f7a59260d9fe514a3df23f7ebed562e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,737
Size: 0.997865 1.00 vMB
Total Fees: 0.05426476 BTC
Feerates: 101.64 > 5.44 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,632 (560,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,677 352,677 000000000000000001fa373907f3dd64e5e5c3cb6814509ad37e0581812b53dd 174 0.10/1.00 vMB 28
352,676 352,676 00000000000000000c8eea15a3fd2b26cd4fe4e15d14a2b83b7c37e258ad6361 1,100 0.59/1.00 vMB 27
352,675 352,675 000000000000000010f3cfcbe6e5f9892bf3cf905dd4c37f1a0a858c04634447 571 0.38/1.00 vMB 20
352,674 352,674 00000000000000000b93fcc09d9f45d08d5dda862c243cedf876aff7d0d85588 1,205 0.75/1.00 vMB 25
352,673 352,673 00000000000000000734e635f71946f4759e222bd1636138da5ecc1c1e8fc169 788 0.41/1.00 vMB 26
352,672 352,672 00000000000000000f66df25c752a7de47567fcea1307edc746e88c671b5ffec 131 0.09/1.00 vMB 21
352,671 352,671 00000000000000000f6ff0e7a037479b666d20a1f9fee1fd5d483654c5102f89 99 0.06/1.00 vMB 18
352,670 352,670 00000000000000000d2ec11f386edf335a4662ca3db5e27fd5c7ec30070d2607 740 0.51/1.00 vMB 23
352,669 352,669 000000000000000005b8350ca868b4785fbd68ccb726224a3ec1afc6510478ed 325 0.16/1.00 vMB 28
352,668 352,668 000000000000000001654f1e69e1f543661c8c8179973af75b086df5780328d1 378 0.19/1.00 vMB 24
352,667 352,667 000000000000000001e304261ac1c8f4a77eee46d0bc0c27a37086099160854e 851 0.54/1.00 vMB 23
352,666 352,666 000000000000000001fc51e0179478d0b815cf4e9b3507e9e5b142a9e92a8a33 505 0.29/1.00 vMB 26
352,665 352,665 0000000000000000043e1e25594eeb7b61398e5defc20867b30e84b5a38e8872 381 0.24/1.00 vMB 21
352,664 352,664 0000000000000000138bc07143959b729ccbf9561a8ce75f8219c2a0b9f6d504 1,391 0.75/1.00 vMB 20
352,663 352,663 000000000000000012fb7fc75b224068ad30f5d4b08cb438ed1cbdc6c886af98 619 0.35/1.00 vMB 28
352,662 352,662 0000000000000000096dbf6db9f0abd3655cc4a2b488cb11333e3dc616d1e705 343 0.17/1.00 vMB 33
352,661 352,661 00000000000000000262661fe6deef2892f9b11a734ffc2b0fc74d6910326c91 980 1.00/1.00 vMB 12
352,660 352,660 00000000000000000ff803996b8bcbf33f4aaece39fc31952b9598798eeab171 1,788 0.75/1.00 vMB 31
352,659 352,659 0000000000000000128a9233430f13ea7466edfc57c284d68c76db718b99bc3e 1,588 0.75/1.00 vMB 28
352,658 352,658 00000000000000000347aa40ec40db8612667c8ddd6bb46ebaff71f9e5a3b872 1,874 1.00/1.00 vMB 28
352,657 352,657 0000000000000000000b1cfb9866bf6f69e56948ee7b7f44efc309cc9ea8964c 2,093 0.75/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 779.96 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: 468.88 GB
    • Received: 2.91 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.