Loading Tool

Explorer IconExplorer

Memory Pool

66,260 transactions
20.32 vMB
0.06596493 BTC
Random Selection Loading Transactions
Max Size: 131.35/200 MB

Candidate Block

Mining Attempt 7e6b6fb725e08f0532430e3664aa582811e38dffbf89d0080c8c744160b12244
Version 20000000
Previous Block 0000000000000000000034c3fa464cdb86bf5da92315fe166d94cd51b2c81e67
Merkle Root 5ecc866f553e2026dc4f0152bc469e78b1651ffb0c41c5397d6f5bce8ae40e58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,126
Size: 1.00 vMB
Total Fees: 0.01894384 BTC
Feerates: 100.45 > 1.90 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,770 (837,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,871 77,871 00000000002710616573c86722fc2b10621ea9274d6bc383f0da2ea6c72a4a6f 4 0.00/1.00 vMB 0
77,870 77,870 000000000035f94708bea212a7bb4e7d03666a0f900cc5ef9e9f99a92125bbe5 1 0.00/1.00 vMB 0
77,869 77,869 00000000000f2e84147e83cedbf81e9952ff58675118872154f9d0622cd6ddc9 1 0.00/1.00 vMB 0
77,868 77,868 00000000002eac9b0a6efbf2e45981719b0e30fa73cea9ef3d703303dad6e3b4 1 0.00/1.00 vMB 0
77,867 77,867 000000000016176e83ea769defc28315aae88fa97b0d248ac7afbf78448303f3 1 0.00/1.00 vMB 0
77,866 77,866 000000000049753cc0894ad562c85d51b81e4c288d5ae19169553b8251eeb4a5 4 0.00/1.00 vMB 0
77,865 77,865 00000000004029faf162541088c801a3837f801942eb0dd96edea0f973265aa2 1 0.00/1.00 vMB 0
77,864 77,864 00000000005fbb06eb38f590dff3a5fd7f79e14aa1443dc5107c0d9c49d529c5 1 0.00/1.00 vMB 0
77,863 77,863 0000000000311b5f0cf67510c50b77595e951255c9637406bcc42c33cb4a81e8 3 0.00/1.00 vMB 0
77,862 77,862 0000000000116cbaba461b775d2260d8d48421c5f055bd43a26290e4acb58c83 1 0.00/1.00 vMB 0
77,861 77,861 000000000028bf4df08e8c98e8c5e8b4bc56e75f35a432f9c1d1b1d6ac17180b 3 0.00/1.00 vMB 0
77,860 77,860 0000000000680b9c90eb6b085fa69eeeeee9b44b1b0ecd0403e1d7708ecb646b 3 0.00/1.00 vMB 0
77,859 77,859 00000000001996336fd77b79418b66c69e62d490ae580220aa95e7f27d4ed7f8 3 0.00/1.00 vMB 0
77,858 77,858 0000000000668a8251a2c396b23077aac46e27d47d9a2e763a8b4a41f720602b 1 0.00/1.00 vMB 0
77,857 77,857 00000000003665210f7738354a0447440bb3cc07b8704f19e111c0226f6d475d 2 0.00/1.00 vMB 0
77,856 77,856 00000000002a6652e9c7f9874ed8c9beda04d34d3979fff5c905b6eb4054511a 1 0.00/1.00 vMB 0
77,855 77,855 0000000000261f77c786523eb8034fea40259d45cdcad5956c4da3c73e20cc7a 1 0.00/1.00 vMB 0
77,854 77,854 000000000047c9d34a799aec8bc1b2675e356a5dd40d33c6c73db635badbb60c 5 0.00/1.00 vMB 0
77,853 77,853 0000000000649a2a75850f4f2efc8694a97477161ef895cb90440a3cdd1e4b2a 2 0.00/1.00 vMB 0
77,852 77,852 00000000004a747dfa3045771973d4bf0fb1ad847990acd29125e2d92a562edc 2 0.00/1.00 vMB 0
77,851 77,851 000000000040f5d7c8648b998b0e1778b7fa263845820e796b6a91f396681c7a 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 779.19 GB
    • Received: 21.36 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.