Loading Tool

Explorer IconExplorer

Memory Pool

83,268 transactions
30.64 vMB
0.13162476 BTC
Random Selection Loading Transactions
Max Size: 185.23/200 MB

Candidate Block

Mining Attempt c281e678ce9d6abadb00694a7b1132c4297b8b6e231ce1325f6980e38cd84522
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 3f56fa8c22aa1652662cb9c53b713a105bc4560e426d2cc4908024e57f3b6284
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,116
Size: 1.00 vMB
Total Fees: 0.04839950 BTC
Feerates: 150.85 > 4.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (540,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,937 374,937 0000000000000000105c8bba383f65c67e74aec80c1a192b63596e0b07454ae4 2,197 0.93/1.00 vMB 48
374,936 374,936 00000000000000000263fd2f6885356cbca6816731876b0fdb05abb6be891051 2,446 1.00/1.00 vMB 47
374,935 374,935 0000000000000000074cc06581c3b5581bf35b6cc161cda0ef4eee11e2f3264f 4,261 0.93/1.00 vMB 18
374,934 374,934 00000000000000000054d30dd534a7c42fdf032628ac8717099e5d77babf3b7f 676 0.31/1.00 vMB 40
374,933 374,933 000000000000000001adcb1a7fa934818992d230f0b9c8f1873fb5fcb58ae977 4,145 1.00/1.00 vMB 10
374,932 374,932 0000000000000000123087e38089c43ea755619b85bf24bd682a5cefa953453a 630 0.35/1.00 vMB 35
374,931 374,931 000000000000000002f25aba83e9f5f1ec5a25a9a312018a882a7fb323e920de 4,518 0.93/1.00 vMB 17
374,930 374,930 0000000000000000129fd3b6345c3f9e01ef9a94d27d06c5a53b1da30e4f592f 1,102 0.47/1.00 vMB 38
374,929 374,929 0000000000000000037f1e06c43378711be443288a2380fb3f80f732c92dbfa0 4,079 1.00/1.00 vMB 15
374,928 374,928 0000000000000000049024f778db206003ade8a2740c3d59b776db526d028931 553 0.30/1.00 vMB 32
374,927 374,927 000000000000000005af789fb1e4fa99f2f96c5d8a20084e73f8e8c63c073414 1,764 0.93/1.00 vMB 14
374,926 374,926 0000000000000000024aff1b521dcb63ab338a07284ac44c6c51c4c70f7a210c 2,996 1.00/1.00 vMB 15
374,925 374,925 000000000000000007cb6234310488ddaff758fcf2930c448ee532b7fd464305 1,543 0.95/1.00 vMB 30
374,924 374,924 0000000000000000087d546b8e6d369a5b5dac913f4d3a2756273685b43b5523 2,932 1.00/1.00 vMB 54
374,923 374,923 000000000000000012f6c35c00cdebd8f5748c78c9b6fc525fea83f02c00e540 913 0.75/1.00 vMB 18
374,922 374,922 000000000000000012fe502df409b40b85dc7b1f3f90e664e503ac40b24dbd77 507 0.22/1.00 vMB 38
374,921 374,921 0000000000000000045228733a97481cb6e34beaa5f8f93ca87918b6b54ea97e 1 0.00/1.00 vMB 0
374,920 374,920 000000000000000012e5244dd853fbd313d201430e0f4b4c77184fe81b707c9d 1 0.00/1.00 vMB 0
374,919 374,919 000000000000000005cf16d7bc99fcead7c51bc3c71c7d1a9cbed71e48c3b734 1,946 0.75/1.00 vMB 10
374,918 374,918 00000000000000000078a67c6e22daf1f45379f9063ad0dff2acea05a7294e51 624 0.34/1.00 vMB 39
374,917 374,917 0000000000000000093b4e14eaecf3ea54d8e99658bf2798aedfbeeb01ef9ed7 2,392 0.89/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.