Loading Tool

Explorer IconExplorer

Memory Pool

88,645 transactions
33.75 vMB
0.14084009 BTC
Random Selection Loading Transactions
Max Size: 199.81/200 MB

Candidate Block

Mining Attempt f0ebf6d7b39ff1e8caa32976a94a585cf1a1ecbd5e3575008143cdf397ae98a2
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root c51a758fc60726ff9b053e9351f18b6f05f99fcca3c28226cd3b4f8571eb0a2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,191
Size: 1.00 vMB
Total Fees: 0.05665898 BTC
Feerates: 469.97 > 5.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (251,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,843 663,843 0000000000000000000ca93e759fa6ed0beb5ed93cbacf3989f7bd868a8d1058 2,759 1.00/1.00 vMB 94
663,842 663,842 00000000000000000000a6e283025b6febf61115e0d243cc8840fa155025d15a 2,942 1.00/1.00 vMB 111
663,841 663,841 0000000000000000000476b870e44c150d446a5c0e9bce7595abf29d24bd2092 3,331 1.00/1.00 vMB 96
663,840 663,840 000000000000000000072bb2a4d26e4113a4c20e5bfd74dae170b860f125a69e 3,007 1.00/1.00 vMB 109
663,839 663,839 0000000000000000000aa389a7b6ab3025678af049a13567928f52147ba3d442 2,856 1.00/1.00 vMB 111
663,838 663,838 0000000000000000000e9aac89034b910d14ec5415ac8bcf7d7f692ad7f5e2c9 2,683 1.00/1.00 vMB 112
663,837 663,837 00000000000000000008b8c78d4667ece5a904408e01b209871b1a727dd8201f 3,084 1.00/1.00 vMB 146
663,836 663,836 0000000000000000000516b72014396b3356604e5b439f5c5a37b1c889085ff4 1,891 1.00/1.00 vMB 37
663,835 663,835 000000000000000000031acaafcec2f06a5babc9de73efefa177920abd5b74f5 1,910 1.00/1.00 vMB 50
663,834 663,834 00000000000000000006d1aec5e2f4634346f6f4649349ecb27cead80958b0a3 1,441 1.00/1.00 vMB 82
663,833 663,833 0000000000000000000e41736ab27ffebf2b63011c74fbff3c94e4a89356965a 1,621 1.00/1.00 vMB 101
663,832 663,832 0000000000000000000bb6030d65030f36a403b51afe566b6d4cf71be4c12852 2,466 1.00/1.00 vMB 61
663,831 663,831 0000000000000000000a53cbc1732735d0ecef08448585d66f87e00b30d8c394 2,671 1.00/1.00 vMB 80
663,830 663,830 0000000000000000000ade05e7ff1b9196a20c65cf51133bb9261ae69df32b71 1,936 1.00/1.00 vMB 40
663,829 663,829 000000000000000000048ba1e2ea1f6beb8c62239dcbae14bb97e5e31106f9a4 2,522 1.00/1.00 vMB 70
663,828 663,828 0000000000000000000304161c671e092a75cf61a1a16725ace8a5f8688ab726 1,984 1.00/1.00 vMB 28
663,827 663,827 0000000000000000000caaafd328070a8be34ebc0c88b5faf08833b943cacd23 2,610 1.00/1.00 vMB 101
663,826 663,826 0000000000000000000b5c8cbb2ab7441bdb31d5b7a5913201e513b525a64163 1,840 1.00/1.00 vMB 22
663,825 663,825 0000000000000000000049c20d3ce49b856017752c033908b2ac3fa493055dc4 2,270 1.00/1.00 vMB 39
663,824 663,824 00000000000000000007e9041e2197303edb97139c5f3cb4f378090fab2963a9 2,690 1.00/1.00 vMB 85
663,823 663,823 000000000000000000065e62260525773179f21bc5217ff040d21de33a9894f3 1,782 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.30 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: 657.91 GB
    • Received: 14.56 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.