Loading Tool

Explorer IconExplorer

Memory Pool

83,603 transactions
31.48 vMB
0.08527390 BTC
Random Selection Loading Transactions
Max Size: 189.66/200 MB

Candidate Block

Mining Attempt 5a1d356c02f21ae93ec9a572d565b7ab7eb2b81776d7cab4b4c91da333eb27b8
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root bf50302bd41e3a3b1ab77ef721d3bc861b64a4d295dfad2697edace8a91921fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,368
Size: 1.00 vMB
Total Fees: 0.01929644 BTC
Feerates: 181.54 > 1.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (434,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,195 480,195 000000000000000000f00ba7730fcf42dc349e1e6f9ce23f4c5378681e8020ba 1,701 1.00/1.00 vMB 180
480,194 480,194 00000000000000000085dd9274080d512dfb26e4a36bd93ad9bbf1232edcc9d6 2,001 1.00/1.00 vMB 181
480,193 480,193 000000000000000000405727dbe152a591336853e03d8764a8f96f0aaf5aee3c 2,156 1.00/1.00 vMB 137
480,192 480,192 00000000000000000091f3644791297fb506fa6febd3bfca1a7707b0f4f42878 2,059 1.00/1.00 vMB 201
480,191 480,191 000000000000000000944beb8382e3b936d6108a219c96cad6d34a873189c8f9 1,757 1.00/1.00 vMB 159
480,190 480,190 000000000000000000380ffdeae37ea48b0be79dd5ececb0a1649848a619d4d0 1,901 1.00/1.00 vMB 192
480,189 480,189 0000000000000000000df7d140f2756faf46c0085549b72dc89b23dd8f4b987c 2,342 1.00/1.00 vMB 136
480,188 480,188 0000000000000000005b497b10ea98165192484b141b6cf5786600542290f2ab 2,231 1.00/1.00 vMB 189
480,187 480,187 000000000000000001149dfedd5ab36c1675a73994659447d5067ca6084d01ec 1,391 1.00/1.00 vMB 171
480,186 480,186 000000000000000000242c4909f6b95fbd249b887d4148fe4ee081dbcd215e08 2,365 1.00/1.00 vMB 197
480,185 480,185 00000000000000000089c5852a485f46776dfc56800d38cd5009f811fd6aaaf1 2,145 1.00/1.00 vMB 238
480,184 480,184 0000000000000000004dcdea98b7c6843fa90073b067ab74a04cc0e2251e4ec6 2,066 1.00/1.00 vMB 219
480,183 480,183 000000000000000000e720e461ad11c2b7bcd71d9cbbaaabba5dc585d33bad3d 2,422 1.00/1.00 vMB 174
480,182 480,182 0000000000000000011b375641c7cd56c2539b02e46dcb276ada5ddae9050013 1,877 1.00/1.00 vMB 211
480,181 480,181 0000000000000000006e4190bf82925118d61e16d9269b54b09c894771f93446 1,706 1.00/1.00 vMB 213
480,180 480,180 0000000000000000002a34ab95248d5b53a2e63c4fdfc0f1ac37fa9da5f1809c 2,068 1.00/1.00 vMB 193
480,179 480,179 0000000000000000012749f1e2d0ffcd57a1990c64e1567f051c9ef655006f91 1,746 0.99/1.00 vMB 242
480,178 480,178 0000000000000000005f633d069760d9746bdc95150b254e36faf853e9010138 1,788 1.00/1.00 vMB 217
480,177 480,177 0000000000000000009ca3ed934311ac90ce054d8e20094c2aea8ca07319aa9e 2,686 1.00/1.00 vMB 162
480,176 480,176 000000000000000000d83966c65f9325d26d2402c3c36ce1d780c5a67b2b8a99 2,049 1.00/1.00 vMB 211
480,175 480,175 000000000000000000064ea3de1a8fe18a82e64124d07842a4b58a328024f08e 1,962 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.52 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: 668.86 GB
    • Received: 15.60 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.