Loading Tool

Explorer IconExplorer

Memory Pool

47,747 transactions
27.59 vMB
0.06128734 BTC
Random Selection Loading Transactions
Max Size: 147.67/200 MB

Candidate Block

Mining Attempt e69951812aa89d359db05e40d47d7fb00d5f0f82945daa9334591347c768830d
Version 20000000
Previous Block 00000000000000000000b1648aa9693b1c50c2a9de0f496938733c4d39ed7b7b
Merkle Root 21a9640ad3bf88b8cab203c5ab1f3c8a0c705f056520d42df20f6fd5b8bdaedb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,147
Size: 1.00 vMB
Total Fees: 0.00925545 BTC
Feerates: 151.16 > 0.93 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,797 (403,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,940 510,940 00000000000000000016c9563a8846ae2a6966072b77d7fc48c8f1b45ac2ffd1 1,018 0.83/1.00 vMB 6
510,939 510,939 00000000000000000002f018b9033f84b6ea7c69581f1d82fabad36a77172031 2,651 1.00/1.00 vMB 73
510,938 510,938 0000000000000000002a34d199e4ef3afa590cc18b20c8f6038b68d1853e3754 1,335 0.67/1.00 vMB 57
510,937 510,937 0000000000000000005a963da160ec5af0b87eafcc0a856779ea5203d21e494a 564 0.60/1.00 vMB 15
510,936 510,936 0000000000000000003e8ace0ce96cc26f57b2180b0f1a60d3a7fdba96ed176f 1,799 1.00/1.00 vMB 48
510,935 510,935 0000000000000000003fc647a9a8a97bed2dcf4217d28b40b3dcd8b969085848 1,660 0.76/1.00 vMB 47
510,934 510,934 00000000000000000046528acd3e6d7c98ec735c22cae0ef0d143f134a836d76 1,248 0.97/1.00 vMB 42
510,933 510,933 00000000000000000046e19d21e9aaeb04685347909fbc941a1eb6d849167c42 232 0.07/1.00 vMB 48
510,932 510,932 00000000000000000029b8de967953dc96e68b964c333bc425d8a1e2b522f598 96 0.03/1.00 vMB 85
510,931 510,931 0000000000000000005557730d98a2e5106e83c1d78f03c91e35a6aaf102ba07 920 0.36/1.00 vMB 52
510,930 510,930 000000000000000000155738e6db4b4881524c89169218efaeeb653541bd7fa9 607 0.40/1.00 vMB 57
510,929 510,929 00000000000000000008182c31b937ce9a97efe12afaa1cbc4678f86017d90e8 730 0.35/1.00 vMB 45
510,928 510,928 0000000000000000003cef24d7eb982f37c703a67186290773aaaa34367ed6bf 358 0.18/1.00 vMB 54
510,927 510,927 000000000000000000472be528a4b75569c47dfb21d3938fbfad8ab3a2be0de6 633 0.29/1.00 vMB 73
510,926 510,926 00000000000000000001e3eca5f0e5f4e6c663486dfb40d91da68700c83968a3 912 0.36/1.00 vMB 48
510,925 510,925 00000000000000000042a39cd9df03a59eb3129eff2d620279fd4a517f36dd19 543 0.21/1.00 vMB 54
510,924 510,924 00000000000000000041e5e728ca9db4d4ae2cab17a25554b12338362baeb26e 1,407 0.76/1.00 vMB 62
510,923 510,923 0000000000000000000364d98e33207dbc2b6d02536dca5a1d6bff73253bc782 1,206 0.71/1.00 vMB 20
510,922 510,922 0000000000000000002cc4460f6da27bc0ad605b6dc62507f2c62f018d484b70 2,437 1.00/1.00 vMB 69
510,921 510,921 0000000000000000002a0ed1c4f5b31ee23c5fa9b16946e99f14c9b7406908d5 2,620 0.95/1.00 vMB 63
510,920 510,920 0000000000000000004e1a3d35e95bb4956f3e7d5c8885e1f43c17d6efdb89e8 39 0.06/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.03 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: 650.11 GB
    • Received: 13.25 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.