Loading Tool

Explorer IconExplorer

Memory Pool

79,169 transactions
29.68 vMB
0.07707305 BTC
Random Selection Loading Transactions
Max Size: 178.30/200 MB

Candidate Block

Mining Attempt f064b09aaef305ed003d95b1556e3593f9ce24c86bab33342c0790b42897ba62
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 91e97ecc6af4efce718d34d3a589ef1764609e738099054043e85fcc73f37a77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,958
Size: 1.00 vMB
Total Fees: 0.01665035 BTC
Feerates: 101.61 > 1.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (279,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,899 635,899 0000000000000000000f5a14c22e8ec86817706ce85f68cd6ff3ec3d0c0e8b02 2,506 1.00/1.00 vMB 24
635,898 635,898 0000000000000000000bbf61e0da802f6e6bf804e761857a44f726fad8da0fee 2,952 1.00/1.00 vMB 24
635,897 635,897 0000000000000000000f944a696236cf4ad2a59d50174c614d976dbb1cf3f925 2,295 1.00/1.00 vMB 29
635,896 635,896 0000000000000000000aca314a34a795c96cde1e3c6ed9e7060f6629c2fd1ee6 2,074 1.00/1.00 vMB 28
635,895 635,895 0000000000000000000b895b00e81ff7f0687d50b40455a373120f096f3561a6 2,635 1.00/1.00 vMB 39
635,894 635,894 00000000000000000009803193da538a3d234dd068452700a0679e3b270165d0 2,439 1.00/1.00 vMB 30
635,893 635,893 000000000000000000062246ab4c56b5a783cde2135cfde150888a0c3bc14b4b 2,187 1.00/1.00 vMB 37
635,892 635,892 0000000000000000000bf4067818c534948acceb87169adf20ec8ea59c1be15e 2,774 1.00/1.00 vMB 37
635,891 635,891 000000000000000000038a6240b21a6ba8ec10876e8a79fa45f54c3fb19db86a 2,287 1.00/1.00 vMB 26
635,890 635,890 0000000000000000000dbbb57effd720f79aee24623ca7bc59c400ff43c9dae8 2,310 1.00/1.00 vMB 29
635,889 635,889 0000000000000000000fca79d2249d39db3ce56485b4ea69401bf676bb1ab803 2,779 1.00/1.00 vMB 45
635,888 635,888 0000000000000000000a45ea4ac8c4594ee4398c16478c9b6311da2d05becbc2 2,683 1.00/1.00 vMB 34
635,887 635,887 0000000000000000000a313b385ed06d5b8ebb1dba6980e6bf9660ec81680c10 2,796 1.00/1.00 vMB 35
635,886 635,886 00000000000000000008f56b5f13ff605ba8d47adf4a2d6a2afa4d6f6badd206 2,765 1.00/1.00 vMB 45
635,885 635,885 0000000000000000000d9643b7d4a5246fd7570cff5abb98b5bc69139d947417 2,766 1.00/1.00 vMB 30
635,884 635,884 000000000000000000118b8a47429dd639f63989d10d1167960809e3657b1357 2,935 1.00/1.00 vMB 51
635,883 635,883 0000000000000000000781984efe7e84a85b71a2b686c196aecae786b5f7229a 2,867 1.00/1.00 vMB 30
635,882 635,882 0000000000000000000c40c7b7f050759ae6efe865ffa97d639fcb876deb66f1 2,839 1.00/1.00 vMB 31
635,881 635,881 00000000000000000007d9f4f78a8a6131f60efc62efa9bedcb87b99f619287c 2,897 1.00/1.00 vMB 33
635,880 635,880 000000000000000000013e0eb28052b2b451a96eb3921dbbfeb0771a07a9be7d 2,495 1.00/1.00 vMB 25
635,879 635,879 00000000000000000010a7214c6dc5c9cc6b1e134b366959c2379caac2c45780 2,645 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.