Loading Tool

Explorer IconExplorer

Memory Pool

79,207 transactions
29.38 vMB
0.12501026 BTC
Random Selection Loading Transactions
Max Size: 176.87/200 MB

Candidate Block

Mining Attempt bd4671cf6985dc9a956ee9250c5f6141032ad30e80913d75d9e0f5672ae9c33e
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 45df5fda7cbca6c3de11fe6fe387b051c137ac336de347661552aa72602fec8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.04533117 BTC
Feerates: 150.80 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (590,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
325,138 325,138 00000000000000001450351ecb321852024682bfe893565c22dcf9b074d6c486 252 0.13/1.00 vMB 30
325,137 325,137 000000000000000019d762496dd217e3f37a28fc2444c0707a1ff4457372e759 368 0.19/1.00 vMB 33
325,136 325,136 00000000000000001644704ea465b5d2f18174a70d46940da88081766b3fccd9 33 0.02/1.00 vMB 19
325,135 325,135 00000000000000000e6a637126243f572571ef47132ecbc377ae12fc6071d0ba 72 0.06/1.00 vMB 21
325,134 325,134 000000000000000006d2b99ebba63e251f38e7cdcf8bbb1755c4986d5b7763f8 352 0.26/1.00 vMB 21
325,133 325,133 00000000000000000e809e8b168f949cea4ab358f3d96cf70fc45485bf124061 752 0.35/1.00 vMB 34
325,132 325,132 000000000000000002b8bbd911ea9e489f378ef73179f4f06ce8fabd4f7a5f54 103 0.07/1.00 vMB 26
325,131 325,131 00000000000000000b09b63321aa4815cc589bd116c9d6762c3be33f8abc632c 132 0.08/1.00 vMB 25
325,130 325,130 000000000000000017a73f28acb2018c3376220cca7dbad2a0eb61b3c37c94bd 171 0.08/1.00 vMB 28
325,129 325,129 00000000000000000fbee5161e091a668eb8903485f129ca636bc65b75bdeec6 690 0.31/1.00 vMB 32
325,128 325,128 000000000000000007ea0a8cbfe57c2437960f4cf793d99790395ed994c70e5e 801 0.49/1.00 vMB 44
325,127 325,127 00000000000000000ee5e2835705598f8c54d5fef237de644911db1157c7f804 593 0.34/1.00 vMB 25
325,126 325,126 00000000000000000f095e0d480bba4b799cf68d075621b227775c388f3f0d5f 34 0.06/1.00 vMB 3
325,125 325,125 00000000000000001237d055f73448225668a30184315c6b658e5021efc2bbca 413 0.37/1.00 vMB 21
325,124 325,124 000000000000000000b027c9f9e2b9ff3eafb2994021ba34b1c216523e23a445 694 0.35/1.00 vMB 30
325,123 325,123 00000000000000001d5f0c4510d705fcb7151d498cc103969778673e52aac083 32 0.03/1.00 vMB 59
325,122 325,122 00000000000000001f413db2a9ce8ffaeba67ee967ef6a309a0cdbd07df17030 116 0.16/1.00 vMB 13
325,121 325,121 00000000000000000a7a4296f92919503d474a6f2804807cb636df0384766341 159 0.44/1.00 vMB 10
325,120 325,120 0000000000000000197a4723f65a3e10f84ad8ada18e61c82b7ebf110b450589 1,836 0.90/1.00 vMB 34
325,119 325,119 000000000000000001dc19d50f38a2b7b7dd815baece56ef8d1189338cc95df0 1,378 0.75/1.00 vMB 31
325,118 325,118 00000000000000000dded5252ba7f13796e1506616a46c502465abdcc8c627d1 334 0.16/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.