Loading Tool

Explorer IconExplorer

Memory Pool

73,183 transactions
27.17 vMB
0.06264793 BTC
Random Selection Loading Transactions
Max Size: 165.77/200 MB

Candidate Block

Mining Attempt c459cf9360500167d2eed8a6f3656ea620e1767ebe9fd3f9b9a2e2d2dcdebb0e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e8203689251dc9263c3a6c0f2e14bff3d53a32ffd943b761f0f4ae2e44f3a1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.00473776 BTC
Feerates: 40.21 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (38,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
877,151 877,151 0000000000000000000039935d2fc2b79fa4b454f4ed9c941fbf5c3f830c3362 2,941 1.00/1.00 vMB 3
877,150 877,150 000000000000000000010315b43e7441f53f0f50226d84f0dd98b47db439c1eb 2,977 1.00/1.00 vMB 5
877,149 877,149 00000000000000000000be7eb07b8ed4a92fc9f331423496dc903c9d997e31d5 2,376 1.00/1.00 vMB 6
877,148 877,148 00000000000000000000585edca572701884fcbcb36162a82cea9eb49bdbf044 819 1.00/1.00 vMB 2
877,147 877,147 000000000000000000027ed798f61dd2f465384126a521986fb58f07dde55cce 2,119 1.00/1.00 vMB 3
877,146 877,146 000000000000000000014cf2927233e30f55527541bc071eced7f9f5169204ae 1,977 1.00/1.00 vMB 2
877,145 877,145 000000000000000000028ddbe7c8b067431732e641d953f57c928d91f1f9b92b 3,099 1.00/1.00 vMB 4
877,144 877,144 00000000000000000001417a9e71711861a99a065864a75a3810617df85017ef 2,807 1.00/1.00 vMB 5
877,143 877,143 00000000000000000001b26296fe3deefc0ba8911e0e3ee1635f846ea42a7b7e 2,741 1.00/1.00 vMB 5
877,142 877,142 00000000000000000000d68a54af34456b4ba727dda1860466a3c24e3a1cf97d 2,255 1.00/1.00 vMB 2
877,141 877,141 00000000000000000001e8e88848ced47a702d03aca350a6e061bf7bf16e23e4 2,554 1.00/1.00 vMB 3
877,140 877,140 00000000000000000000dec62e8b4804cedaefac03e55a6003f5995f9c42d8f6 2,337 1.00/1.00 vMB 3
877,139 877,139 0000000000000000000174839450da4804fccfcb9c6049bcdaa6e4700c78fd44 1,771 1.00/1.00 vMB 3
877,138 877,138 000000000000000000006cac65a144695d1ac224cdf3201b433c377359a56f1d 3,061 1.00/1.00 vMB 2
877,137 877,137 00000000000000000002394f8e7c04a3de9816d39a68b8668d65a9fa17c60593 2,750 1.00/1.00 vMB 7
877,136 877,136 000000000000000000016df9b21e6934e927d2b3f39f25824808e23077a6db08 1,416 1.00/1.00 vMB 3
877,135 877,135 00000000000000000000dbb1b4a9a2305e159017d2bbf9085ad7e73ad6045e9f 782 1.00/1.00 vMB 2
877,134 877,134 0000000000000000000248a04367616984e605fbc4f31c9eeb15b504b15d6f1b 2,012 1.00/1.00 vMB 3
877,133 877,133 000000000000000000023e0c9c4b98f8fa94ca5e9d9259373b91c004a14099f2 493 1.00/1.00 vMB 1
877,132 877,132 0000000000000000000012a427802c553b960652af801a78c3620a672809eb9a 1,472 1.00/1.00 vMB 2
877,131 877,131 00000000000000000001f7ed9e2088e3099608855817745adff4cfcb241fd81c 313 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.