Loading Tool

Explorer IconExplorer

Memory Pool

42,292 transactions
26.47 vMB
0.05393148 BTC
Random Selection Loading Transactions
Max Size: 138.54/200 MB

Candidate Block

Mining Attempt 99c2efa1d14de28b7158190d7c93f9fb3271560e0455e8731bbfe066fd74719e
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root b14bdb9e34fd80bdc5a6e286649c6c5516d2b4117b44ab9baa4985481da79545
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,445
Size: 1.00 vMB
Total Fees: 0.00530934 BTC
Feerates: 21.89 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (51,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
862,937 862,937 00000000000000000002efd79032b3f3ee22f8c7c4f13a527929f915eb430293 1,972 1.00/1.00 vMB 3
862,936 862,936 000000000000000000030066835b0d4abe3b8355074222acefdec8c00322ec79 1,438 1.00/1.00 vMB 2
862,935 862,935 0000000000000000000007d20e1484761c066a86b116f9db3db75d23e8985c8d 4,192 1.00/1.00 vMB 4
862,934 862,934 00000000000000000002cbf265f49481e35999953eb24feb7d0146f48371411c 4,626 1.00/1.00 vMB 5
862,933 862,933 00000000000000000001b10f59f8093b263c32e58fcd8ec9c072be80a44c90e8 3,450 1.00/1.00 vMB 5
862,932 862,932 00000000000000000002546d0a36603512f570fc82fc4f244ec324e6f0ec46f2 3,204 1.00/1.00 vMB 5
862,931 862,931 00000000000000000001d132a53fa4005df1374fbd1fab2ea99321d865b92a1b 4,085 1.00/1.00 vMB 5
862,930 862,930 0000000000000000000293b1e65eff862bd49a7aab3e5f13c9c78b4977905155 3,664 1.00/1.00 vMB 6
862,929 862,929 00000000000000000000ff797d6be0f13739a70c9bd1e7f151eb4f9009a16796 2,600 1.00/1.00 vMB 4
862,928 862,928 0000000000000000000320cc6069557364a030e3dd3c3c9c186c90bec0655198 2,406 1.00/1.00 vMB 4
862,927 862,927 00000000000000000001c00d726d0d61294c4eb5496b7d2cc949579d71dd4b10 3,743 1.00/1.00 vMB 5
862,926 862,926 00000000000000000002d171f1dc0005eab5f224c0a694f1044cad04390cd426 3,393 1.00/1.00 vMB 4
862,925 862,925 00000000000000000000e0d9c1e7b72486e6e2355a28ac9b5dd0f6ee37c7ba8f 3,861 1.00/1.00 vMB 6
862,924 862,924 00000000000000000001a5f41e9e5777e7d4b095670cfceea3ec0d7d48e462f7 4,892 1.00/1.00 vMB 5
862,923 862,923 0000000000000000000280c0454870f1a5a645b388b025dcd08601f1f6f0cc8f 3,378 1.00/1.00 vMB 3
862,922 862,922 00000000000000000002df8c439643a2779789ba8687712557ae35dbeed49244 5,193 1.00/1.00 vMB 4
862,921 862,921 00000000000000000000379d68324c66a20e362fa5cf240c9586492f7b1b7988 6,959 1.00/1.00 vMB 6
862,920 862,920 000000000000000000023f78b41396d499d998af2fdcbcefedee40386b1b083e 6,202 1.00/1.00 vMB 7
862,919 862,919 000000000000000000001c96696f97ca1e8c178696ef6a402c3bacdf21f91e38 3,446 1.00/1.00 vMB 4
862,918 862,918 000000000000000000014ca4f7f1fe1b8ee7120ce49a575063fdc6559d51dc7f 3,515 1.00/1.00 vMB 9
862,917 862,917 00000000000000000000f73cd9340da70aee5673e3911ebe1a1b386808e9bc87 2,031 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.19 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: 653.68 GB
    • Received: 14.01 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.