Loading Tool

Explorer IconExplorer

Memory Pool

77,042 transactions
28.41 vMB
0.08790279 BTC
Random Selection Loading Transactions
Max Size: 172.90/200 MB

Candidate Block

Mining Attempt 10c4f759d72aa3176237dbe1114787b49146c3e348788c6b5d1880d83d85f548
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root fc3b6247885a9d1fcc4aa348a2a0c6ddb154ec70d702732fd43d3abb2a4c460f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.02440433 BTC
Feerates: 477.45 > 2.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (219,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,063 696,063 00000000000000000006d94f68fd22b2ae0e68c4ab24e8a6fbe961ee9fdaafd7 1,664 1.00/1.00 vMB 52
696,062 696,062 0000000000000000000d92d6baea0bed62791fecb96bd15a248d67f3981874dd 3,128 1.00/1.00 vMB 15
696,061 696,061 0000000000000000000a206870feaa81c930aa2c5cb49002a8b6f6c40128e343 2,728 1.00/1.00 vMB 15
696,060 696,060 00000000000000000011b727e9344f1a5d114c69e1fb996764a1d18627d0aea7 2,694 1.00/1.00 vMB 18
696,059 696,059 0000000000000000000fc7a4303a36b99a9c2729584ee1a4bdfbb4d43817d253 3,239 1.00/1.00 vMB 12
696,058 696,058 0000000000000000000c7b823ce1e970b9fc5a2238a0e966f1e44f149819ed2e 2,837 1.00/1.00 vMB 8
696,057 696,057 000000000000000000022d67d4673bdcb91115b71073f6a1a20ee39e80e7a461 3,129 1.00/1.00 vMB 17
696,056 696,056 00000000000000000000cab076b7d21f168c3d16ba35a430340f1dd9b5dc1d78 2,777 1.00/1.00 vMB 18
696,055 696,055 00000000000000000011fe019b588cffc194386332938bb521a1a4e772279e5a 1,643 0.62/1.00 vMB 9
696,054 696,054 00000000000000000004f6f84ab6c68b0d3c41d2d7e9818ed87400e310c26a26 1,389 0.99/1.00 vMB 5
696,053 696,053 0000000000000000000067924b2bca015d575cb881544dea365fd946fbd1bc8f 2,644 1.00/1.00 vMB 14
696,052 696,052 00000000000000000002bfa7cc04cf45cd6babde1f9e59d5e49427940fa786b2 2,609 1.00/1.00 vMB 11
696,051 696,051 00000000000000000005b1e511bd7cb7e0e4a8271be17fed3738b1c179efc946 548 1.00/1.00 vMB 2
696,050 696,050 00000000000000000005887c4f44b13dea3244f8e0227496c25f5f6e2f4e0343 2,524 1.00/1.00 vMB 9
696,049 696,049 00000000000000000005e28fa19c95f69b122fc64b257708c1b6948d0ab0be49 2,985 1.00/1.00 vMB 11
696,048 696,048 000000000000000000049a066200a6a2455e3cd99e45abc905894ece15496e06 1,652 0.72/1.00 vMB 9
696,047 696,047 0000000000000000000cd53f3e170dcf24e2f5bcf3e7665b265ce34a6a57637a 632 0.20/1.00 vMB 14
696,046 696,046 000000000000000000038fe32806edd15337ce56575206201c15a4e44c18ebe3 106 0.03/1.00 vMB 13
696,045 696,045 0000000000000000000d8c830ae2e5541fdd20f9071d93cf21c74bba5224485d 2,881 0.96/1.00 vMB 4
696,044 696,044 0000000000000000000a14a52bdcb05a58f1402b1501dcf47745bff00e71e787 2,456 1.00/1.00 vMB 6
696,043 696,043 0000000000000000000b5146ea082b6ef4efea0d599474e614949f91b9d80354 2,781 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.