Loading Tool

Explorer IconExplorer

Memory Pool

79,580 transactions
29.94 vMB
0.07131312 BTC
Random Selection Loading Transactions
Max Size: 183.42/200 MB

Candidate Block

Mining Attempt f68e4f2851051e58621b7506cbb4e89c9df9637cf3d6cf5dbfd61a3df71a70d1
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root f23656a666f2580f2ac0e6dffcc2e01c99885706aed35e4f9b990c7875389871
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,959
Size: 1.00 vMB
Total Fees: 0.00484094 BTC
Feerates: 40.20 > 0.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (460,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,121 455,121 000000000000000000093a829a655cb21a5978991f654eafea6eb06ab08c7843 2,225 1.00/1.00 vMB 173
455,120 455,120 000000000000000001b728c03077163d01e2a76ff7e46aa7797cc5bb26a3da4b 1,982 1.00/1.00 vMB 179
455,119 455,119 000000000000000001cb992e70e446a2be8a209fb5f5032d02fd5b3c3ddb78e9 2,002 1.00/1.00 vMB 163
455,118 455,118 0000000000000000014bf13b96cec67e77fc164f6b72ea50f94eb9ea267e20f5 1,812 1.00/1.00 vMB 198
455,117 455,117 00000000000000000051730b5d2111caf27352fabdc4acc60fc823ad28e18169 2,060 1.00/1.00 vMB 72
455,116 455,116 000000000000000001ef889c2dbae45b5539c246280883b05ce051bed669380e 2,405 1.00/1.00 vMB 188
455,115 455,115 000000000000000000afd93621c0f8aeff9588b522ad64f98aca1d8c8be295ae 2,552 1.00/1.00 vMB 173
455,114 455,114 000000000000000001e74fb7fbbae54f3f138f467ba9b9073c8faced640ff637 3,252 1.00/1.00 vMB 363
455,113 455,113 0000000000000000003602730e8e9a9eeee4ec54f0e10f93443e53732a658c3f 2,458 1.00/1.00 vMB 176
455,112 455,112 000000000000000001b2d90b08b2ea18b2faf84c167d055da0ed563e163e622d 2,162 1.00/1.00 vMB 167
455,111 455,111 0000000000000000020f33939be7869f0210bc1c5268a35a6f3b6c8e9a2653d0 1,391 1.00/1.00 vMB 129
455,110 455,110 0000000000000000021f874e60d5502d036e3cf7c84d1ab05e86dd3ca5dea6ee 1,997 1.00/1.00 vMB 128
455,109 455,109 0000000000000000016bd6c4e72ebada58d0800899094449cd21857d6175be8a 853 1.00/1.00 vMB 108
455,108 455,108 0000000000000000009b935c9657dea9618e53a751c0b4b49f178e2436ee7140 1,543 1.00/1.00 vMB 134
455,107 455,107 0000000000000000008a1d74372202bd305804600621df8d9b6c3135602e4df6 1,997 0.87/1.00 vMB 141
455,106 455,106 0000000000000000020724e60302794280133cb9c45f2dd8c95bde796b75af92 2,346 1.00/1.00 vMB 180
455,105 455,105 000000000000000001e07bc999889e9493a80413da8e332bb0b2f424c34af6ce 1,879 1.00/1.00 vMB 136
455,104 455,104 000000000000000001bc179e64a1a099c76adf9fca480d8fd9b81a2ef32b5056 885 0.37/1.00 vMB 166
455,103 455,103 000000000000000001c8e4f31305b4ed6809c3c3c040a49c0ca0ac3f6d94c100 966 1.00/1.00 vMB 128
455,102 455,102 00000000000000000082193eae5c9283e75293c26b36079825a9b3d3f23ff987 2,259 1.00/1.00 vMB 121
455,101 455,101 0000000000000000008b95318a69d8ca0e8b6d2cfc83dfc37fdaa3612333a541 2,466 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 783.00 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: 718.53 GB
    • Received: 17.91 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.