Loading Tool

Explorer IconExplorer

Memory Pool

77,925 transactions
29.17 vMB
0.07540034 BTC
Random Selection Loading Transactions
Max Size: 178.77/200 MB

Candidate Block

Mining Attempt f7adaa0d02d9d49ff5f979e49551e4724fbc0ef397fd6e8103272f68b3af1777
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root cb7e96afd8e5ce830a40469848feae10dabeec684131e93f6780eabcffbefa78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,802
Size: 1.00 vMB
Total Fees: 0.01168372 BTC
Feerates: 301.25 > 1.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (224,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,959 690,959 00000000000000000002d449c0af65a5671ef1c923e3e5c601f367d5584401e1 1,145 1.00/1.00 vMB 34
690,958 690,958 00000000000000000009bad90f6ced5aabac937284fab5a2f7ba7dbfbaeaf249 560 0.27/1.00 vMB 19
690,957 690,957 00000000000000000001ff6f1e17201578911e305ee8426e83bf2af4bf339153 1,988 1.00/1.00 vMB 10
690,956 690,956 0000000000000000000e334d99c4cc20c48826620ad35f02b04f792f6e0544a4 2,591 1.00/1.00 vMB 34
690,955 690,955 0000000000000000000e7b62ee9ca57b1691ee597dd6699c39f317c66de98ad9 264 0.11/1.00 vMB 22
690,954 690,954 000000000000000000000a9af6b14f81f7fcb3d8a8e01e4b189ca82645a044b1 1,014 0.35/1.00 vMB 23
690,953 690,953 0000000000000000000b5055d4f4bfdd5b23588f2a0b9bbb2e8001333d40490b 2,030 0.95/1.00 vMB 12
690,952 690,952 00000000000000000002626018b36efb8296840e29fe2a51b25a0d59b177c00a 2,215 1.00/1.00 vMB 29
690,951 690,951 0000000000000000000fbfc41b81620b2e47c856a8480ccb3caabfa56fa826f6 1,350 0.63/1.00 vMB 19
690,950 690,950 0000000000000000000dc0fe4aaaf8e509ddcc2d3fa9a4749e107d45e56a8416 531 1.00/1.00 vMB 5
690,949 690,949 0000000000000000000d66c22aaf61740c5b226943c531b4e33d0fdc3adffd99 1,507 1.00/1.00 vMB 14
690,948 690,948 00000000000000000007026243c9762f5bf14327df896b4370ccccd4734b92c5 2,889 1.00/1.00 vMB 23
690,947 690,947 0000000000000000000926af8986727696c6dc9da2f001c701968b76378fbefa 1,587 1.00/1.00 vMB 12
690,946 690,946 0000000000000000000df8fc44ccdc22b313f49f3b0e626c4bd8976b51232f95 818 1.00/1.00 vMB 37
690,945 690,945 0000000000000000000d72dc1cd1ac348cb8f9fdb83e632a84200b9a1a85134a 22 0.01/1.00 vMB 27
690,944 690,944 00000000000000000001c0f9fed135368a2e3d6a36c28ee1b7bf1e8ed121188a 300 0.09/1.00 vMB 29
690,943 690,943 0000000000000000000e6f908c5d30cefa09a54760729f63985dbc054d86e5ff 1,654 0.66/1.00 vMB 24
690,942 690,942 00000000000000000006ed79953e0ea5513800c89ff3ef07c11de08990ec2f06 2,384 0.81/1.00 vMB 23
690,941 690,941 0000000000000000000ff6ee83e6db7a58f471905400c62f05ab7442062c8d7d 1,309 0.53/1.00 vMB 18
690,940 690,940 0000000000000000000e481f58b636677dfd441d1654f3f2afca9f2495174fed 2,619 1.00/1.00 vMB 13
690,939 690,939 0000000000000000001045e5f4d7d5ec544c390846881083be39f1ed7b43e577 2,228 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.80 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: 710.01 GB
    • Received: 17.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.