Loading Tool

Explorer IconExplorer

Memory Pool

84,313 transactions
31.60 vMB
0.10327789 BTC
Random Selection Loading Transactions
Max Size: 193.59/200 MB

Candidate Block

Mining Attempt 07cef6546a2ed6e66809e1b671b99c17071a5627f4f51c26cd1a78b308853605
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root c3f8ee4537cff59397fcf5dd53f57ef8af89df90ba8296d29b1dff55bd7d4454
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,375
Size: 1.00 vMB
Total Fees: 0.02987007 BTC
Feerates: 299.70 > 2.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (428,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,890 486,890 0000000000000000003c9da55d81b76a8950408a2fad877148cc9adbb9092659 496 0.22/1.00 vMB 111
486,889 486,889 0000000000000000005a7313b3d802b2cb6a534eb115c15e862173553aa2fb8f 1,052 0.62/1.00 vMB 80
486,888 486,888 000000000000000000e0e966fc2baca51300086113aff7aedf4f64bbceb92de6 1,631 1.00/1.00 vMB 32
486,887 486,887 0000000000000000009c55d36d92c9d8d87b96b050471d289ec921af30808699 1,869 1.00/1.00 vMB 37
486,886 486,886 0000000000000000009d710dfd8de06a329f886f143909f1118f254aa4e6ce21 1,883 1.00/1.00 vMB 205
486,885 486,885 0000000000000000001e83a4789ed6f8cbe3aaea5f8744f24bd3ca4427933e0a 1,947 1.00/1.00 vMB 20
486,884 486,884 000000000000000000f6c8a8e5539cbc9e7f5759d49748e931487c5bd704498d 1,761 1.00/1.00 vMB 123
486,883 486,883 00000000000000000097aba2fceb9c10f5201485e9509c1c33a90124714a8616 2,126 0.98/1.00 vMB 137
486,882 486,882 0000000000000000001fc9a969a5415ec491f156c2daeae002a8dd15ac900410 2,422 1.00/1.00 vMB 152
486,881 486,881 0000000000000000009ce277e06b394d9506351f4e57b2df88ee43bf95ea8bfa 358 0.18/1.00 vMB 87
486,880 486,880 0000000000000000006fac2c4b1b60d7577728b6ec5c49102c234dc1fa97a2c7 352 0.18/1.00 vMB 108
486,879 486,879 0000000000000000003b3bf9675d9f090fab3af53bd1756f1a25d4160b317306 478 0.19/1.00 vMB 96
486,878 486,878 000000000000000000ad5d09e1c34634bef36d36650dfde1c99fc64aac3cc834 50 0.02/1.00 vMB 122
486,877 486,877 00000000000000000082188b58c035460d898a2799d193ad4201620a1ca596ab 1,022 0.48/1.00 vMB 108
486,876 486,876 000000000000000000c793be20eb3e33ad6c0b8b105be451bfbfa015a16775e4 1,217 0.63/1.00 vMB 91
486,875 486,875 00000000000000000071ac674269ed0c8a6c048e79f404028da7a474f151cb72 1,795 0.93/1.00 vMB 67
486,874 486,874 000000000000000000e57b68e5f6fb07f3ba59316abc7fdfbcf7fa56a109a9f5 1,894 1.00/1.00 vMB 79
486,873 486,873 0000000000000000006d4563b595a1510cb9098ccd6c338f3da90d96e0bd1308 1,989 1.00/1.00 vMB 157
486,872 486,872 0000000000000000000fab875d1976c153f577597ce256389d73044fa7e22bf2 1,706 0.82/1.00 vMB 89
486,871 486,871 00000000000000000098dbaa7ef3d33c51be3f159fa3e85b7f173e95643561a8 2,038 1.00/1.00 vMB 107
486,870 486,870 00000000000000000060ec18eac6bf6b3b97d908869a58c38f65ed851b7fb321 2,174 0.94/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.62 GB
    • Received: 16.94 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.