Loading Tool

Explorer IconExplorer

Memory Pool

48,263 transactions
27.41 vMB
0.07453206 BTC
Random Selection Loading Transactions
Max Size: 146.14/200 MB

Candidate Block

Mining Attempt 45cbb23fbb55ec4351b03a97dd6b3a48507f9fcd2a19590bbe309ad886d244e6
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 7c91476b81e3064511bbaaacf90041fd1393dd3aa2e00727c83f6da0f0e2b164
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.02326245 BTC
Feerates: 150.92 > 2.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (208,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,944 705,944 0000000000000000000969b841d5b7b43a94d280504b0416df1b8eb03e687f16 2,111 1.00/1.00 vMB 19
705,943 705,943 000000000000000000029885444ec55493c23ea8a120e2c3f9d2c8c0fe391779 1,932 1.00/1.00 vMB 7
705,942 705,942 0000000000000000000b52b0d054a0586125e7014c94c9929aa6e9cd205beb6c 1,277 1.00/1.00 vMB 9
705,941 705,941 00000000000000000002909cbacb7841aa5bb062687fca9713a0986611705d95 2,279 1.00/1.00 vMB 14
705,940 705,940 000000000000000000019acaceac3a7b2aeee683627282d449d5a5cd80e772d8 1,901 1.00/1.00 vMB 13
705,939 705,939 00000000000000000005c4a63f2b61bb12e09c81419ba30e8d8d9801a7ea1cbe 2,319 1.00/1.00 vMB 12
705,938 705,938 00000000000000000001f3528a206249c85fac839abcd00f64b723e5a305a17f 2,714 1.00/1.00 vMB 11
705,937 705,937 0000000000000000000956ca0a1681ec03a7eab902fcda31dfff281577bc6026 1,740 1.00/1.00 vMB 12
705,936 705,936 0000000000000000000a65055690dfea5ecda65bdcf9a99f56d2ad8b62b9ce49 2,524 1.00/1.00 vMB 27
705,935 705,935 0000000000000000000180636e7d086c3cf6800c6452e655ce0ad5551a8701c4 2,087 1.00/1.00 vMB 12
705,934 705,934 00000000000000000006662ea8b5c9c45b1fb37740c910c95d77c1b2e0e3e5d0 804 1.00/1.00 vMB 11
705,933 705,933 000000000000000000047fec134756ade09c74f90d475d965d45bbe01e1091e0 2,192 1.00/1.00 vMB 15
705,932 705,932 000000000000000000026fe441155fe10102ff76b3102a8981f26f17b5899370 2,719 1.00/1.00 vMB 21
705,931 705,931 0000000000000000000a037dc0582f4ba0ffd4e1cb4725cc276f88e2e78a958b 2,662 1.00/1.00 vMB 26
705,930 705,930 000000000000000000020d5a4f6bff15360b101e01a44b81fb1e890d5c484388 4,325 1.00/1.00 vMB 11
705,929 705,929 000000000000000000074fbe035322cb5c47385bb0229dd64c60c7542990edea 3,353 1.00/1.00 vMB 9
705,928 705,928 00000000000000000000f4909676c5f7d371b1b09af87e174357c590b4c2046d 3,792 1.00/1.00 vMB 11
705,927 705,927 00000000000000000003636fdf9932bd45fcc6dfa3d901a9d11b841b1c7d3552 2,428 1.00/1.00 vMB 16
705,926 705,926 00000000000000000000b3069253e2eb58afa872101a5609b149870054cc9c7d 2,424 1.00/1.00 vMB 18
705,925 705,925 0000000000000000000438ba998572e714ee44de698ae09d47e66cb83876a93c 1,611 1.00/1.00 vMB 10
705,924 705,924 00000000000000000007b54c44bbda0accac02deaa92e2c731e74285a801d749 2,115 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.12 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.