Loading Tool

Explorer IconExplorer

Memory Pool

73,942 transactions
27.32 vMB
0.06623003 BTC
Random Selection Loading Transactions
Max Size: 166.83/200 MB

Candidate Block

Mining Attempt 2d10fbb8e759bc77d4f1d58f41a79922d52b618bc9a12513bd55a3ee640e7905
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root f3cdf4b420a0f4efd2712268e73bfd58f73ac3d000a59e1edf1eafa87dc3d71f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,473
Size: 1.00 vMB
Total Fees: 0.00812734 BTC
Feerates: 73.20 > 0.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (328,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,900 586,900 0000000000000000001405d2b3691731f05a5f244d47db2a52b06e181816ccab 2,426 1.00/1.00 vMB 7
586,899 586,899 0000000000000000001d90df16b4e0cd3f18a45e6cd52201c855c6f2f46c844c 1,518 1.00/1.00 vMB 16
586,898 586,898 00000000000000000015ccbc10d7ea22be634dc385a3f70f86d8e9253df47cce 2,320 1.00/1.00 vMB 53
586,897 586,897 00000000000000000013f99c35f391d054fddaafc8cd1f557811dedbe7e07ff6 2,322 1.00/1.00 vMB 33
586,896 586,896 0000000000000000000167fef8d3c9dac3166dfd213cb4ddc348561212cd490f 3,062 1.00/1.00 vMB 69
586,895 586,895 0000000000000000000070d73b51038ee8868058eaecd37f57627ae1d691eee4 1,557 1.00/1.00 vMB 8
586,894 586,894 0000000000000000000bb45613204d2411f284694edeb1afd3a227729d3bc461 2,466 1.00/1.00 vMB 6
586,893 586,893 000000000000000000118aa7df60173bb928f1f349f2d60d40abeef75b5cb494 2,378 1.00/1.00 vMB 27
586,892 586,892 0000000000000000001595b7ebb2b7292766b76a0c3907c80960ab1db85f9cfc 2,817 1.00/1.00 vMB 71
586,891 586,891 0000000000000000001dde58712fd093b8bf5eef9bf27c577553f136e7865294 2,207 1.00/1.00 vMB 52
586,890 586,890 0000000000000000000c534e331a3c0725594a966736ff6d3ca4f1be5358e6d1 3,346 1.00/1.00 vMB 47
586,889 586,889 00000000000000000001c0aced15902815f5b4a231733e2a89dd01c96cef19ad 2,832 1.00/1.00 vMB 81
586,888 586,888 0000000000000000000fb20b423be72111e8fbbbd5f0319c1a6e554eb7b9567b 3,252 1.00/1.00 vMB 64
586,887 586,887 00000000000000000009400493ff30b62f7bf9fe750d3b694016bc2461727d15 1,212 1.00/1.00 vMB 18
586,886 586,886 000000000000000000041a98fcc86c5d4e631e1e7fbdba568b14c28ac3cd851d 3,160 1.00/1.00 vMB 45
586,885 586,885 0000000000000000000b587c0048082737f2b526439d157126432b2a90d0a0f5 2,939 1.00/1.00 vMB 42
586,884 586,884 000000000000000000090b73168c0e3571a56a48b6418050bb78ba952d78ec50 2,582 1.00/1.00 vMB 24
586,883 586,883 0000000000000000000ea0fe57abdff537c7f70089b3aefd879eeb229ddeb0d9 2,557 1.00/1.00 vMB 43
586,882 586,882 00000000000000000016396b3f54868acbf48127bd0b5eb6d92ba1206f380a1c 3,356 1.00/1.00 vMB 67
586,881 586,881 00000000000000000017839f97acd2b2e3210da6f20d1bc4ca0e56d389a648b5 3,237 1.00/1.00 vMB 47
586,880 586,880 00000000000000000008ac2db75419da0b3ff78e1127c9bc22cfae327179a4fe 2,624 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.