Loading Tool

Explorer IconExplorer

Memory Pool

48,213 transactions
27.39 vMB
0.07351964 BTC
Random Selection Loading Transactions
Max Size: 146.04/200 MB

Candidate Block

Mining Attempt 1f18638b36a73713aa1d387df2b40d8321c2ffc2a1ed940a679804fec2d8b1ef
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root ed958370ed0516a85cdc39ceb3e5b94648b65cde9483a3066e7752b2ed0db1d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,975
Size: 1.00 vMB
Total Fees: 0.02229727 BTC
Feerates: 150.92 > 2.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (682,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,284 232,284 00000000000000287471ba3b6b69850233e84204f0df73b78fe44886394394ce 128 0.05/1.00 vMB 145
232,283 232,283 000000000000012b49be930ac9b547ae705a2241282f3ce843b7edd6e84840a6 48 0.01/1.00 vMB 62
232,282 232,282 00000000000000357fb86cace46a91fcc53ea29639d0a12c53b3202b61a2668a 661 0.40/1.00 vMB 140
232,281 232,281 0000000000000197d8e46c6c5d1d777a10316fc04c39135c3661e173ead0c66d 537 0.25/1.00 vMB 162
232,280 232,280 00000000000001269c5a679def92d4fa1cd9fcb6c9fca41d2b3eefb806230fb4 776 0.25/1.00 vMB 218
232,279 232,279 000000000000000d59a1b66111377d9d9029a75e9ba5a1319d7fdd6fc5a0e343 155 0.06/1.00 vMB 173
232,278 232,278 000000000000005c8a0d929ac02b482b737743b799b75539cc3407459bbba38b 259 0.12/1.00 vMB 173
232,277 232,277 000000000000018459008e215f3d8d2800ef4bd9d8e82a81dc1118a94040f749 458 0.16/1.00 vMB 204
232,276 232,276 0000000000000087392a79bbea6cb7ed86a9b20fce9c4779c36a54a688dc4419 153 0.19/1.00 vMB 73
232,275 232,275 00000000000000a7bbb3f5e979d571d481ee61a61c0b3103e52c1d3167008bf9 636 0.29/1.00 vMB 201
232,274 232,274 00000000000000bb258e9cb00505c494aea963ff87dab07758cb5d209818c768 256 0.09/1.00 vMB 144
232,273 232,273 00000000000000d2008d63e3a2cbed0e3a50ce1aca0213f403ad0fec87a59893 408 0.21/1.00 vMB 190
232,272 232,272 000000000000011dac1f59c67fb3153575d78c3285ce0887984bcbacfa6b0467 74 0.04/1.00 vMB 144
232,271 232,271 000000000000016097aa43fceb8a791078303f2e6cb84a2b9dfc659e605a54db 138 0.11/1.00 vMB 139
232,270 232,270 00000000000001b387e06034e34f6f7bd6ce9d7dcf221150a0365e489dc69338 17 0.01/1.00 vMB 614
232,269 232,269 00000000000001da08e2b4a868d7219d9c0ea5ad1e27a6d050eee2285ad77993 542 0.25/1.00 vMB 131
232,268 232,268 00000000000000a9285212d5497209d45a2048bff88c6d8337a5d34bca687c6d 184 0.08/1.00 vMB 195
232,267 232,267 0000000000000001f9479e35fa7ce4ddc0744229830cd3221b12b01582d98f8b 161 0.13/1.00 vMB 71
232,266 232,266 00000000000001379c3e01d9faa09d09b943746283affc3e8e6cdd4042e9d016 591 0.25/1.00 vMB 232
232,265 232,265 00000000000000587fbc7191f1e41888c780e8d0316e9b7be6e1d1e1dba28cdb 607 0.25/1.00 vMB 213
232,264 232,264 0000000000000009d805cc124a2816c37891f5941ce70bd7e63e7779ce59f91a 563 0.25/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.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: 649.05 GB
    • Received: 13.12 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.