Loading Tool

Explorer IconExplorer

Memory Pool

78,478 transactions
29.10 vMB
0.11655942 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt 7aee03304a0ecc561169421eab5896c6f1e0587caee4173ce44d8ba399e9a1d8
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root da913c624d6ba8c61738278e365212e817d1cffd45970c63ce34d7112f83bcf9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,178
Size: 1.00 vMB
Total Fees: 0.04195159 BTC
Feerates: 150.80 > 4.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (426,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,185 489,185 00000000000000000090171d2041fd90887425e3e3e66381c17a3577870e3520 1,944 0.90/1.00 vMB 124
489,184 489,184 000000000000000000e9e008d98d72701b7fa68be8003f0992e9ff31b0e9816a 2,196 1.00/1.00 vMB 125
489,183 489,183 000000000000000000627b3088a260a6ade13aa2638f7eed679e6dd04b2c0e9f 2,003 0.97/1.00 vMB 222
489,182 489,182 000000000000000000f08747c1c9ec3626c6df5177f3537aedd99bf1ae856a92 1,527 0.94/1.00 vMB 81
489,181 489,181 0000000000000000006df73a5d9aea08fed25150d7c99be56443d98544c424f8 1,832 0.94/1.00 vMB 120
489,180 489,180 000000000000000000e9880a6e5fa3bfb74b0984e683c890d87820e2b6803149 2,133 1.00/1.00 vMB 178
489,179 489,179 0000000000000000008dac17ceb48aa7e5c0ab1566de8638a46353dad7ffb246 1,673 0.89/1.00 vMB 39
489,178 489,178 00000000000000000070c5f8167cf5b0f83e0d703ae4c1fce88810f1465e9c10 2,057 1.00/1.00 vMB 164
489,177 489,177 0000000000000000009cfa55668db59ff7c2ec2b1d7b0d9670c935e406494383 2,188 1.00/1.00 vMB 90
489,176 489,176 000000000000000000d5905c91a3d4d71e87ac4d856eeba3240b47e307a790ea 2,016 1.00/1.00 vMB 154
489,175 489,175 00000000000000000032f8ebb210f6fe54992f678d64e70354cea5ab25662e6b 1,377 0.77/1.00 vMB 74
489,174 489,174 0000000000000000009344dd28c509844b11bda998ef28efab883115fbc83d89 1,264 0.97/1.00 vMB 28
489,173 489,173 00000000000000000099ac9009e955c01f1c8ba3e6052b86acafddac2e382978 1,751 1.00/1.00 vMB 64
489,172 489,172 000000000000000000cfe82761e1a65a6bb20a5c946b8c986b5c47a402f2b7b4 2,264 1.00/1.00 vMB 148
489,171 489,171 000000000000000000b1d1910758445f8c2afec4b73b1d2d947385c4953d58df 416 0.99/1.00 vMB 16
489,170 489,170 0000000000000000006bf51e5b62385f5eae417a9ca1f59199fdbeccd4dcc158 727 0.97/1.00 vMB 51
489,169 489,169 000000000000000000ea464d095af531f614172607393411671f3200b1f5d166 2,274 1.00/1.00 vMB 80
489,168 489,168 0000000000000000000d35ad51edfb26ff564563122efa8654bddd7e1c248653 521 0.30/1.00 vMB 143
489,167 489,167 0000000000000000004709a6b26bec7413229fdcb36b64019b080a1d10bdce93 970 0.64/1.00 vMB 130
489,166 489,166 000000000000000000b18b14f6cb1150c9eb2a940c577977331312605d10cad5 668 0.44/1.00 vMB 89
489,165 489,165 000000000000000000b20b3159166ee38f4892f1a4b9df060c9fe7a6f81f4fe5 166 0.07/1.00 vMB 103
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.77 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.