Loading Tool

Explorer IconExplorer

Memory Pool

77,708 transactions
30.03 vMB
0.11062394 BTC
Random Selection Loading Transactions
Max Size: 181.21/200 MB

Candidate Block

Mining Attempt 231404943cc33c05980b396f208b626b102dc7de98bfa958dc1af12f0b1b18e2
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root b6b37d5c27dde2a8383a2316182a2c45af4af2897cfdc2ac3ceb4b69a4db0b63
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,248
Size: 1.00 vMB
Total Fees: 0.03869601 BTC
Feerates: 357.61 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (816,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
98,816 98,816 000000000002a45c5ca5a19cf5aaa3ee67f7b240f787bf7015c3aabb8cd1076c 4 0.00/1.00 vMB 1,418
98,815 98,815 000000000001d71def8f8d4ef9004a9387009d44ea74f1189eae5b8b5391e8f1 6 0.00/1.00 vMB 0
98,814 98,814 0000000000031ae1fdad5f62fb2f7c5249f42c4910f24d440acda37b7328c1ee 3 0.00/1.00 vMB 0
98,813 98,813 00000000000040d92fb3f2bb63268baa602b47c5dbc7d437671095fba679c34e 1 0.00/1.00 vMB 0
98,812 98,812 0000000000047f936ab9914b2b962fdb30e036c58a151dbb6ad0e6b793ac2d0a 1 0.00/1.00 vMB 0
98,811 98,811 000000000001894e043cf216704c5f453cabcb15c3b2f6e9356c390eb641d62e 2 0.00/1.00 vMB 0
98,810 98,810 0000000000007d96352673b9cf7de57e47cbfc0877e7fbf37fbb1f57f1c03d54 5 0.00/1.00 vMB 0
98,809 98,809 00000000000401007299ecef2ed3c252e9219c47feff935247e55b7c49c3c695 4 0.00/1.00 vMB 0
98,808 98,808 000000000001fba6bac88ac05e340092bf6b67a4736b33dd66b0ae09b1716a54 2 0.00/1.00 vMB 0
98,807 98,807 000000000002ae3200f3481672fada8afbdd878da9f52314c1dde6dbbbe648ad 1 0.00/1.00 vMB 0
98,806 98,806 000000000003ae7f84011e6b4820e5525298828b2ee772ee1951fd4b32c13bf9 1 0.00/1.00 vMB 0
98,805 98,805 000000000003a4aadebfa2f13f2e72e43a67e5e7bc03b7e4b3e4a2ef62967650 6 0.00/1.00 vMB 0
98,804 98,804 000000000000ca325f54a290682248d462af0a34d700e5adb060d66b171496cb 3 0.00/1.00 vMB 0
98,803 98,803 000000000002c9090dd5066da80611fb135371d29262b8c0d599dd1480bcf2f4 7 0.00/1.00 vMB 0
98,802 98,802 000000000001e8461d4d6a95b24d15577eb2180cd0d250684aeefbde270eeb4b 2 0.00/1.00 vMB 0
98,801 98,801 000000000003e48ec74f2a2ba02f21502e5e0fbbc8edd93730fe4d34b27735b4 4 0.00/1.00 vMB 0
98,800 98,800 000000000004599fde995b12564c47ce30b70664c0b514e3d559b72778e39401 4 0.00/1.00 vMB 0
98,799 98,799 00000000000481693776805e7110423d630dc8db5092a548a3cf53d465cc03e9 9 0.00/1.00 vMB 363
98,798 98,798 00000000000069ada6faefc448f5860f9d37203bad817465ffa5d76d8e042248 10 0.00/1.00 vMB 0
98,797 98,797 0000000000025cfc50168cf7d7d4c644dd1db0ca58bc468e20a07d39c988368c 9 0.00/1.00 vMB 0
98,796 98,796 000000000003cc82825c1507cdc2a6bcaf3904beb681189680f8d76d706d5092 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 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: 744.48 GB
    • Received: 18.71 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.