Loading Tool

Explorer IconExplorer

Memory Pool

74,670 transactions
27.53 vMB
0.07162876 BTC
Random Selection Loading Transactions
Max Size: 168.08/200 MB

Candidate Block

Mining Attempt d4aefab630c272e4e80606dc1aa82dffd16ffdd6a767f875eb8242a5c198a364
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root ffb20e7903fd23eadbc0fc8bd6e5b1acc193d9986018c6b043ede7107704e1a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,753
Size: 1.00 vMB
Total Fees: 0.01293106 BTC
Feerates: 80.55 > 1.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (250,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,884 664,884 0000000000000000000d850b3b903a3d08d2213a9d3ede75ed8528f7b953b82d 2,853 1.00/1.00 vMB 95
664,883 664,883 00000000000000000001424d14289696483691c1597da8ce28f0a9747f5cbba0 2,131 1.00/1.00 vMB 45
664,882 664,882 000000000000000000054dd94def8b2524f0f186cfc1ded72038a6800dcec349 2,907 1.00/1.00 vMB 43
664,881 664,881 0000000000000000000e6e85e4d7afd9f163ce3234165365131b9ba2784dd076 2,342 1.00/1.00 vMB 69
664,880 664,880 0000000000000000000efdf9ec09d81af7ad8526ef4454efdb6b7d90576ed68a 2,535 1.00/1.00 vMB 77
664,879 664,879 0000000000000000000153a59ad4ec0c4e3b0ed371a67cdddc3495c721f72836 930 1.00/1.00 vMB 92
664,878 664,878 0000000000000000000097729e1cf0951e0a441b031360ada86ebd45bc4fcc8d 2,783 1.00/1.00 vMB 112
664,877 664,877 0000000000000000000498c4c7ad40cdfd51043125ee9b9d1fb6d18bfb363634 2,615 1.00/1.00 vMB 57
664,876 664,876 0000000000000000000a357575b724fec4e06675df4f6b4f3733f276ece4d1a0 2,498 1.00/1.00 vMB 52
664,875 664,875 0000000000000000000df38740dbdaf06565d0842c809468aaa86a5611e6bcfd 1,945 1.00/1.00 vMB 60
664,874 664,874 0000000000000000000909fa66aed6073b13f767f295622dc07069436fcf15cb 2,275 1.00/1.00 vMB 48
664,873 664,873 00000000000000000007a9ead94df788ca784f1787f126b605aea199a599a3cc 2,063 1.00/1.00 vMB 25
664,872 664,872 00000000000000000000ddeb0528245d860b58947553c46e584ac9d3026cf09e 1,960 1.00/1.00 vMB 37
664,871 664,871 0000000000000000000e29cf5e01e621528a32eed62a96989175a77e7dbf4325 2,337 1.00/1.00 vMB 55
664,870 664,870 0000000000000000000a393094db4e4544e26106aa97a87f9ea4d35abe2c122c 1,033 1.00/1.00 vMB 45
664,869 664,869 00000000000000000004b7a74c25d1c4726a7a6c862bb9bbbf67ffee741a12ee 2,920 1.00/1.00 vMB 69
664,868 664,868 0000000000000000000ad93f80fb4ae14d02a5698b5994d52930cc78a8bd4174 3,042 1.00/1.00 vMB 85
664,867 664,867 00000000000000000006b177db2f0fadc6852a7ab924ca7ecca26e2ca4cde3b1 2,925 1.00/1.00 vMB 59
664,866 664,866 00000000000000000004ecc38094ce4650f6520feaa0e6cb6f21bfef365ba73c 2,989 1.00/1.00 vMB 74
664,865 664,865 0000000000000000000393873cd0d7a2d35a3f696ba644291e9e2031d06497cd 3,300 1.00/1.00 vMB 73
664,864 664,864 0000000000000000000d944f53c5c984aa9fc105fe0029ad9a65f8f852b7a535 2,854 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.