Loading Tool

Explorer IconExplorer

Memory Pool

76,983 transactions
28.60 vMB
0.10152927 BTC
Random Selection Loading Transactions
Max Size: 173.02/200 MB

Candidate Block

Mining Attempt 9090e78bd8f3019bc71b611a4f3c2ec075b8736ef31940156b91ac2a5eefe9ae
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root d5dfafa0c9aad3ef8ede5dc71f8221e501e5cd2c7e824b9564c5fabeaa8dea70
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,653
Size: 1.00 vMB
Total Fees: 0.03481793 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (221,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,060 694,060 0000000000000000001058f939c9370fb6e648dff8b17464c8455a3b429b246a 654 1.00/1.00 vMB 4
694,059 694,059 00000000000000000005bfa02fe9d22b73c866b8b12ca6100c9a91b861ff1c92 2,687 1.00/1.00 vMB 10
694,058 694,058 0000000000000000000aefe80050df1f92da71830b9c0b4c5e798fcf7a0d3f69 2,790 1.00/1.00 vMB 15
694,057 694,057 0000000000000000000f361835214d4374f8a4878d754197507f08a8fb4e93b9 763 1.00/1.00 vMB 3
694,056 694,056 000000000000000000134edd7b1225d2d38fd8163344d56ba31839f02516300b 3,166 1.00/1.00 vMB 4
694,055 694,055 0000000000000000000102bf465ca92dcae6ac3f6032c4e27918017a8aa79601 2,943 1.00/1.00 vMB 15
694,054 694,054 00000000000000000010f0bdf81cef3448e22051f83abda834ba07387b0aca6c 3,022 1.00/1.00 vMB 32
694,053 694,053 0000000000000000000c399de00a4762e73636b313e6c36f4d9412a812ee5656 2,230 1.00/1.00 vMB 12
694,052 694,052 00000000000000000001360929f39f58e8511fc7b03814cfdd8da0e445fcc3f8 638 0.18/1.00 vMB 15
694,051 694,051 00000000000000000012b2ad30c4420948964c1e6151c468ed3fc0d360d724f9 2,035 0.79/1.00 vMB 11
694,050 694,050 0000000000000000000c44030e97a16688600a797b5f204d9e1a9c3e21804085 2,801 0.99/1.00 vMB 11
694,049 694,049 0000000000000000000f7b0bc568114bd79cb7a86fbc3e6f3a628ed6f5168b1b 1,512 0.56/1.00 vMB 11
694,048 694,048 00000000000000000010ba05508e9baa7a54a4235d7e132ad531d6b94cacdaa6 629 0.21/1.00 vMB 11
694,047 694,047 00000000000000000005af0fce623a190ed81281efab8ec11db748eb1e49425d 2,733 0.91/1.00 vMB 11
694,046 694,046 00000000000000000005c2b6b09d50ca596926093058e917df8cbcbc2e01f476 994 0.66/1.00 vMB 3
694,045 694,045 00000000000000000008e7cb19fdb8a9ab38905a146abf57ae7b05b6dbe266e7 2,688 1.00/1.00 vMB 17
694,044 694,044 00000000000000000003fac07dbe2695af18ba060a721a092102479454f5abb1 2,170 1.00/1.00 vMB 12
694,043 694,043 0000000000000000000ce73c8e551495ed6390a0c7110e107f503375db3e10ba 2,101 0.94/1.00 vMB 10
694,042 694,042 000000000000000000010d5848ea693dfb3f09da66f1162ca49c05a71d6f4403 1,925 1.00/1.00 vMB 8
694,041 694,041 000000000000000000073b11ad6abea72b6a72dbc2be9aac405f953bdc3fef6a 2,677 1.00/1.00 vMB 14
694,040 694,040 000000000000000000108e6cedccfaee779ecf7e5b87d692ebffd3125c013146 681 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.