Loading Tool

Explorer IconExplorer

Memory Pool

73,399 transactions
27.16 vMB
0.06182866 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt 02ef2fd99419b6667fbf2308d56166ba2210e4881eb133b9a4997712bf4d0088
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dd74c2f328ad26b8c56132265e81210cceb80a9acd0dbed2f574dc0851d933eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.00394162 BTC
Feerates: 14.05 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (460,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,131 455,131 0000000000000000020288f9e8843adb834b727f852e6cf7f953a4e10dcd8b82 2,439 1.00/1.00 vMB 181
455,130 455,130 000000000000000000c9f39cac609bdd28e01c78f6bcd05a61d779a0493e4eaa 2,024 1.00/1.00 vMB 134
455,129 455,129 000000000000000000575c6a8245804998e8eae140d865a767c722470d346c9a 888 0.37/1.00 vMB 155
455,128 455,128 00000000000000000120632d44277513d3f582fa202943892d346dc9e7aa538c 2,004 1.00/1.00 vMB 160
455,127 455,127 000000000000000001308e595ebbae1c7f18037e9e4dc2fc024110bd4ded39b5 2,774 1.00/1.00 vMB 202
455,126 455,126 000000000000000000e441c11765a4785af86e9c2da0641a5f0307778d5a0fa3 2,408 1.00/1.00 vMB 179
455,125 455,125 0000000000000000009ff68eb504d7cc8a91459d758a8a285967984d86a704fc 2,138 1.00/1.00 vMB 128
455,124 455,124 000000000000000002014fec53bb04006392f7df5011ac0fc80f5b1c4ff3d218 2,452 1.00/1.00 vMB 140
455,123 455,123 000000000000000000d70454618bc9149c90e5a302f7f5b03c34dfa17c37ee21 1,882 1.00/1.00 vMB 166
455,122 455,122 00000000000000000273e17a1e11a31bf77edff65a7c22e2bf7837026a431cc1 1,605 1.00/1.00 vMB 132
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
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.62 GB
    • Received: 17.57 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.