Loading Tool

Explorer IconExplorer

Memory Pool

77,248 transactions
28.65 vMB
0.09022875 BTC
Random Selection Loading Transactions
Max Size: 173.78/200 MB

Candidate Block

Mining Attempt d5b53064a360c9d24131a738eea7710e1980c29011289693216770d75ae6bbb2
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root c3c4203c1ea0364857f7781ee809c03d791944c2b784c23ca03f6b0524b22aec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,038
Size: 1.00 vMB
Total Fees: 0.02406390 BTC
Feerates: 402.60 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (495,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,869 419,869 000000000000000004609af26e956c84fce6ac4b52322250585f2d21fb9b9fd8 1,248 1.00/1.00 vMB 41
419,868 419,868 000000000000000004dd0afce6e47beaeef0c30635b61bf7d2422450e2124e8f 2,122 1.00/1.00 vMB 59
419,867 419,867 0000000000000000006c02c5fba0528a264e3b9a9b12dbc40b0386606c2c638a 1,819 1.00/1.00 vMB 46
419,866 419,866 000000000000000002354990578d1310b6267a83983c7e87d50f66775aa6089d 1,667 1.00/1.00 vMB 30
419,865 419,865 00000000000000000431df3ad386f03b559b606c60a03ddfd0d76c8e311620d7 2,366 1.00/1.00 vMB 63
419,864 419,864 000000000000000004c23b3db40cf0b55e9893cddb2dc25b0838f2664ffbeed8 2,612 1.00/1.00 vMB 50
419,863 419,863 00000000000000000448182d6aa437d4e7cc386ba4b787336cbbde681d9b9245 2,609 1.00/1.00 vMB 79
419,862 419,862 0000000000000000022b1fecc809c04b4356b1ad1b2e15bfe0232b9474dddbb8 2,484 1.00/1.00 vMB 57
419,861 419,861 00000000000000000019cb9706954e51a1852a9d84552bf32e5f717ce25b28f4 2,928 1.00/1.00 vMB 117
419,860 419,860 00000000000000000457b5cc6d21a51fc174991e65044361edb4d6f9bed5fdef 2,970 1.00/1.00 vMB 80
419,859 419,859 000000000000000001169b81a1e01d77dc8b3c21f789186937b11b9f419981e4 1,661 1.00/1.00 vMB 44
419,858 419,858 00000000000000000061afd6ac77275eea16e5fda1efaf5dbf4dee99be731244 2,761 1.00/1.00 vMB 90
419,857 419,857 000000000000000001a3fe86a2ef0ea6d6a5e8157f73cfe3579fb4172f53f5c9 835 0.98/1.00 vMB 26
419,856 419,856 00000000000000000117c76ecec8f7a649204d51ea3312129a85e2b18da2d2cb 1,168 0.84/1.00 vMB 36
419,855 419,855 0000000000000000033a76d2f3385686234d043f86106b5688334c4d6a1efd10 349 0.15/1.00 vMB 75
419,854 419,854 00000000000000000101faebd1d343b2c070d160678c0e55f294bcb38db42037 590 0.21/1.00 vMB 75
419,853 419,853 000000000000000003b121cb97354b7296724b3f0db0babe9a378d82cfadda7d 1,448 0.64/1.00 vMB 55
419,852 419,852 000000000000000003ec7258583aedd0011ff1ef0223ac4489085670b5ee9a3c 480 0.18/1.00 vMB 80
419,851 419,851 00000000000000000246caea44c3ca28c5d027a2165d00825c4e88b3f70cff82 533 0.67/1.00 vMB 27
419,850 419,850 000000000000000003dfcb6809b41507893928b2fcba1c99fa27d82aa1d03c41 698 0.99/1.00 vMB 27
419,849 419,849 000000000000000004106987f7655d6d96f8dc49a948e643ad7c1bb4cd56c633 1,219 0.99/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.