Loading Tool

Explorer IconExplorer

Memory Pool

87,991 transactions
32.60 vMB
0.25098078 BTC
Random Selection Loading Transactions
Max Size: 194.86/200 MB

Candidate Block

Mining Attempt efd47de2bb1bddde3777c82183b21823f6535ca4faa08499d7191ef702bee239
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root d12370673bc8d7c9db5e4a7dbc8d3e34a8fb7e20c2cbe3ce861947130c230bf5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,865
Size: 1.00 vMB
Total Fees: 0.11133543 BTC
Feerates: 538.26 > 11.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (460,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,891 454,891 000000000000000002439b77602daad1d2ff2d03e737d305af55004f32a02667 2,481 1.00/1.00 vMB 144
454,890 454,890 000000000000000001b4c5776b3600bc24c6f03845b1d60c4f35a32c247fee63 2,340 1.00/1.00 vMB 133
454,889 454,889 00000000000000000049e845a0db5e5935e29651bf295f07b75604299fae9f99 2,407 1.00/1.00 vMB 278
454,888 454,888 0000000000000000006a2f8100a8f7748c470b24b72f700f2d0b64a8d8869353 1,420 1.00/1.00 vMB 65
454,887 454,887 0000000000000000019872fbb5fa7a3017022eba93522171c870a83db48030b2 2,488 1.00/1.00 vMB 134
454,886 454,886 000000000000000000818d0387ed61764bae418417c227416fa9e158ee63a2f7 2,159 0.98/1.00 vMB 108
454,885 454,885 000000000000000002330629c99fbb9b2a266964ba3d7d5c1fa88590e4f838c6 970 0.55/1.00 vMB 66
454,884 454,884 00000000000000000017a782d092d8d90ff9621af8b39dd72d80b9032c4e7933 2,932 1.00/1.00 vMB 195
454,883 454,883 0000000000000000022350d129be5e4623d485db6cb32cfb3ab6c2fbd8c807d9 655 0.29/1.00 vMB 113
454,882 454,882 000000000000000000985a5d4bd6c3446cd6877a6aa288c180be40024978895e 1,400 0.65/1.00 vMB 114
454,881 454,881 0000000000000000008a9838c0981eebe2bd2120fac320c930289bb25931e421 116 0.99/1.00 vMB 7
454,880 454,880 000000000000000001b242021bc8a5618cca0e654c8b783c41e7d59dfdb4b5d4 677 0.27/1.00 vMB 132
454,879 454,879 0000000000000000002a573ef41ab4320e0f2a7cb2a9223400f3a20eec5b0955 2,172 0.99/1.00 vMB 114
454,878 454,878 000000000000000001d5243c5f93c420236722f748d4ab7393ef1b338f7b62d9 533 0.23/1.00 vMB 123
454,877 454,877 000000000000000000ed0da04248846443f4a75871385d303b639abd80c20b18 2,303 1.00/1.00 vMB 107
454,876 454,876 000000000000000001034603c6ac46e4ceb0728bc964bd5ee16657f03e6e63a6 1,229 0.37/1.00 vMB 175
454,875 454,875 000000000000000001b361e6098ecfebdc7b13b68c5cd9882ae2d1b3e741e427 512 1.00/1.00 vMB 4
454,874 454,874 000000000000000000d7d7b0105e277d5ab7a4e9b4b55fac0efda3dd2149dda1 74 0.02/1.00 vMB 129
454,873 454,873 000000000000000000c09d01cf2eaa0b39e32810f2374a274df1d508a2ea688d 398 0.23/1.00 vMB 78
454,872 454,872 0000000000000000014b043a35029ab985510d1a1a8159209e006e4144bdd5d8 999 0.70/1.00 vMB 134
454,871 454,871 0000000000000000010b757ec94740c4f6d812020a1da06ff9632976f5c97480 2,012 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.65 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.71 GB
    • Received: 16.32 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.