Loading Tool

Explorer IconExplorer

Memory Pool

84,727 transactions
32.78 vMB
0.08400675 BTC
Random Selection Loading Transactions
Max Size: 194.19/200 MB

Candidate Block

Mining Attempt 1cf75958fc1e4a4c7d85f61ce46a4e8caeb82c1b0f04b4785c02a3d08741fa39
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 94ab60a78090247c07f2d51b1d00a217df586aa6fc6389e42b75f3510291431a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,279
Size: 1.00 vMB
Total Fees: 0.01898525 BTC
Feerates: 120.64 > 1.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (424,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,941 490,941 000000000000000000be59f85755d4bb40bd3e023cb365d6e7bca9965379a0b1 1,272 1.00/1.00 vMB 27
490,940 490,940 000000000000000000783d45b01c344a4721b837d52d5580fcaffd197c0f1976 1,463 1.00/1.00 vMB 34
490,939 490,939 0000000000000000006d3e8024e31fa3428ef48ea0645bf27829d401a2929e81 1,825 1.00/1.00 vMB 74
490,938 490,938 0000000000000000003f8d8d24acf91e87a7431bcbdd1c2988c0b1b541c0292c 1,762 0.87/1.00 vMB 78
490,937 490,937 0000000000000000001f8f9a605360ed720d90cdd33d53fb5b733d8adeef24ea 2,357 0.83/1.00 vMB 97
490,936 490,936 0000000000000000003e068bfbc98da3511a5db58bc5d94f72c84c2f99ee69f2 2,231 1.00/1.00 vMB 127
490,935 490,935 00000000000000000095bc41b30b1115f4aa3d471e66639ba899d67b967ecfb3 2,377 0.92/1.00 vMB 156
490,934 490,934 0000000000000000004e1666b7c985c48f470235aba4062b766916924f072125 1,968 0.90/1.00 vMB 119
490,933 490,933 000000000000000000e30ae138114fd75f1476ce065006f630acdce011b0d8f3 1,936 1.00/1.00 vMB 94
490,932 490,932 000000000000000000b9a8b57879c4403a00688559dc213f3be3ff7987c442cb 1,857 1.00/1.00 vMB 61
490,931 490,931 000000000000000000d0dac8b201aa03b141c0fa079358d9d6b7a31b646391c4 1,997 0.92/1.00 vMB 89
490,930 490,930 0000000000000000007a771fd4390fb196b9c8d06aa1bea3ab4fcb6f075f8b9a 2,033 0.96/1.00 vMB 73
490,929 490,929 000000000000000000cbbca695520898c5da5ab2cd156a8adc983baed956246f 1,930 1.00/1.00 vMB 36
490,928 490,928 000000000000000000a39d247acb45d5b059abe07961367e3defbcf5f6c76964 1,976 0.97/1.00 vMB 45
490,927 490,927 000000000000000000164e1d358f244f7abc732c5ead8a268d76b88cf47278c0 2,264 0.92/1.00 vMB 64
490,926 490,926 000000000000000000a80613d784fc3cd81fd8ee4d1c4b511a18716e3c39bf03 2,427 1.00/1.00 vMB 62
490,925 490,925 00000000000000000001ddf986342782f2c83d116275cbc431dbc4843c0924e1 2,620 1.00/1.00 vMB 88
490,924 490,924 00000000000000000097ac4eab57c7f18208de7cd2757ca1e7d452f2949f398d 2,637 1.00/1.00 vMB 59
490,923 490,923 000000000000000000886db364a5f131b5c46ba41fe5038a505f7edc63418f27 2,086 1.00/1.00 vMB 51
490,922 490,922 000000000000000000af78f13bab991ef3438628c388ab2803ad20a712ae3365 2,323 1.00/1.00 vMB 130
490,921 490,921 000000000000000000a36b18f7504125c0650968e69616c1ef5451c5fb3d86fe 2,448 1.00/1.00 vMB 154
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.38 GB
    • Received: 14.54 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.