Loading Tool

Explorer IconExplorer

Memory Pool

80,827 transactions
29.86 vMB
0.06873615 BTC
Random Selection Loading Transactions
Max Size: 180.22/200 MB

Candidate Block

Mining Attempt 149ab1c36342e3874f282e7e9c6a0b6854c21243ec9ece29cab970948c8836d0
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root 7cdc76dea7ddac0160ef5751fb645f5d47d6dc6279cfa34d7ae9b31c6f850f93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,535
Size: 1.00 vMB
Total Fees: 0.00783787 BTC
Feerates: 34.33 > 0.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (363,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,959 551,959 0000000000000000001f3327c925a764dc66b4cc25cb63a34bae9c1f5fe6976d 2,454 1.00/1.00 vMB 41
551,958 551,958 00000000000000000022f5e33d49b8d570d71a16c172d4715c9a00236b6ed469 2,827 1.00/1.00 vMB 30
551,957 551,957 00000000000000000005ee21e560dcc6821ae201248ed87f30a7eb18e314b3a4 2,754 1.00/1.00 vMB 70
551,956 551,956 00000000000000000017231299a46f025ba24207245856f6bec0678fe0f55a03 3,071 1.00/1.00 vMB 74
551,955 551,955 0000000000000000000c700dc6fc74bc1330867ed748a97379daab8ef4def4cf 2,350 1.00/1.00 vMB 38
551,954 551,954 00000000000000000015096fa50f69502a40baf445602cbbc81d57025febef01 1,579 1.00/1.00 vMB 22
551,953 551,953 0000000000000000000d9c7d639272172c8a57c46ee4d0322db1deb335eef4df 2,161 1.00/1.00 vMB 50
551,952 551,952 0000000000000000000498f9ce7cf5d3a47335b9b14ef0a90938931c6d45df63 2,400 1.00/1.00 vMB 28
551,951 551,951 00000000000000000025121554861ca5cd59825dde9ca5925694e14e6f24b61d 1,384 1.00/1.00 vMB 35
551,950 551,950 00000000000000000012d1f64844759c0672ac3fe6b2c927ca79e47f9b33c47a 2,417 1.00/1.00 vMB 87
551,949 551,949 00000000000000000023afd5882a8670f36e5d9b07450f6b85883c6c92ee1ba1 2,282 1.00/1.00 vMB 46
551,948 551,948 0000000000000000001c66636e30b46cf56400c941c34c1e4c76fcc3df609d81 2,196 1.00/1.00 vMB 81
551,947 551,947 0000000000000000000f954668b61095ade1817ea774e896f233024995ed52ab 3,017 1.00/1.00 vMB 42
551,946 551,946 0000000000000000001dae517d28875351e4517ec5ecc20af8b40be79d861e7f 2,115 1.00/1.00 vMB 52
551,945 551,945 00000000000000000010efe6e6850aeb9574038cb9951065120592c961de8168 2,398 1.00/1.00 vMB 42
551,944 551,944 00000000000000000017a05c29c0fd81f03909a53fe29bd0f62dfc03605f7fac 1,401 0.50/1.00 vMB 56
551,943 551,943 000000000000000000204b3a3d898f32b66fa93cccb6abfa538f06eb2ebb0f58 2,497 1.00/1.00 vMB 52
551,942 551,942 00000000000000000020077f85c59b0b93bd3342aa755c2fe0ff3519006ecb81 2,343 1.00/1.00 vMB 32
551,941 551,941 00000000000000000019c488382b3712973721ebf83a80a58620ba8a2f34078e 2,863 1.00/1.00 vMB 33
551,940 551,940 00000000000000000008e1463e11eed3d603c411327d011384bcb71ad4a36d7a 2,883 1.00/1.00 vMB 56
551,939 551,939 0000000000000000001d980e3cf0ec3288083c9e3579c8c829bd12ce3c48e580 2,230 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.35 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: 662.20 GB
    • Received: 14.84 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.