Loading Tool

Explorer IconExplorer

Memory Pool

39,195 transactions
27.42 vMB
0.05898860 BTC
Random Selection Loading Transactions
Max Size: 140.09/200 MB

Candidate Block

Mining Attempt 2b0b88a55d1de43f40e8c6adbf6afdd7cf0c9f90c0bf37a8d3ca9f297dea09c8
Version 20000000
Previous Block 0000000000000000000183fdd09766667573fbca4a30fc6f2455b37becebdd12
Merkle Root 009e148f4996e7f5ec285a35edd860cc5d3ebe7320047b34283958db8f85aa45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,663
Size: 1.00 vMB
Total Fees: 0.00704680 BTC
Feerates: 71.81 > 0.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,641 (414,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,070 500,070 000000000000000000814ec9ee95ba675382f9c5002067153252a6479bb6b845 2,766 1.00/1.00 vMB 446
500,069 500,069 000000000000000000348bb3c510528690ed5216e5add5f1b7251d6eb9c5e5f3 2,354 1.00/1.00 vMB 463
500,068 500,068 0000000000000000004db0f20aba8544b19b64f5744e18ac1d3d6da84a612a8d 2,585 1.00/1.00 vMB 434
500,067 500,067 000000000000000000728f3d1bce896ebb73e013958ecaaa469729c6656d7b67 2,771 1.00/1.00 vMB 423
500,066 500,066 0000000000000000004d7a369ff032b7119d65ca29f42946d00ee9e607ee4a7f 2,841 1.00/1.00 vMB 448
500,065 500,065 0000000000000000007b760e632655d2e23171c17e290f869d3d42453820b165 2,431 1.00/1.00 vMB 454
500,064 500,064 00000000000000000023a2f03b129a3a7242faf95e6543d96977b98d99c29b52 2,008 1.00/1.00 vMB 399
500,063 500,063 00000000000000000090de8a3fe74a056a6f0cdf49d12022b544500121d42611 2,545 1.00/1.00 vMB 429
500,062 500,062 0000000000000000008c43afde203f80c400998ce3e2351013912f7ac0169798 2,380 1.00/1.00 vMB 319
500,061 500,061 000000000000000000628d03e7731ec7e2aca4f539520c530b615137cf2a3263 2,694 1.00/1.00 vMB 418
500,060 500,060 0000000000000000000019f0c1ff2557e7a9e2364ac8154c4940b6502a0d4b6a 2,727 1.00/1.00 vMB 399
500,059 500,059 0000000000000000000e18c98331178293d9ce9a8cf3b5e5511d1e55a9d59af4 2,715 1.00/1.00 vMB 332
500,058 500,058 0000000000000000007985655602468e740df5d78b3c13e0f0b3fbf8d75fb8b7 2,509 1.00/1.00 vMB 410
500,057 500,057 000000000000000000538c08eb4b09cb2e32994937bbfb7508334c59e1137df9 3,145 1.00/1.00 vMB 391
500,056 500,056 00000000000000000074db0eee0d8894302fb15abc7f8c85a5eb033dc84c689d 2,472 1.00/1.00 vMB 392
500,055 500,055 00000000000000000053c58a733f70459535ca1abeac7c3eecea2b992b8b9ba7 2,409 1.00/1.00 vMB 458
500,054 500,054 000000000000000000477dc554afc6d56796fade3d8076341df380988e48fec1 2,370 1.00/1.00 vMB 304
500,053 500,053 0000000000000000008e660ec8d93ddc30793bd4eb3e466f672e754746c657a3 2,993 1.00/1.00 vMB 426
500,052 500,052 000000000000000000404c796c4b87bfe4929f2d9eb8944581599e0a3b81ab60 2,948 1.00/1.00 vMB 388
500,051 500,051 0000000000000000006b29e165833c50454385a845c32407616f8820a54612f5 3,202 1.00/1.00 vMB 397
500,050 500,050 00000000000000000084786ab9f273036895280fe36ea8339a1a2b049b81197b 2,737 1.00/1.00 vMB 424
Previous 10 blocks ↓
Total Size: 781.75 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: 631.87 GB
    • Received: 12.08 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.