Loading Tool

Explorer IconExplorer

Memory Pool

39,285 transactions
28.58 vMB
0.06371082 BTC
Random Selection Loading Transactions
Max Size: 145.12/200 MB

Candidate Block

Mining Attempt a99d1883b1ca9f8f16752a601306a186bf727570b098df1e82c15c3708379bcb
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root e9cac454cac329244598a6c33d2780d19b11ce27f45efa6b7eee0df5f19083b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,606
Size: 1.00 vMB
Total Fees: 0.00839735 BTC
Feerates: 50.27 > 0.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (396,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,048 518,048 0000000000000000003f505ecb19d9b0dff4d0cb93ce6e093c3d77d84820ad15 2,706 1.00/1.00 vMB 47
518,047 518,047 000000000000000000387da52c1f36d75abd1a27f874618d42618f050e33956c 2,265 1.00/1.00 vMB 16
518,046 518,046 0000000000000000004a7ad4d36eabf6b33463db08629caba5092c0fb591f5ed 3,057 1.00/1.00 vMB 67
518,045 518,045 00000000000000000042160f36d151fd5a65b2065c9144f4b8ec88639dc01110 1,992 1.00/1.00 vMB 33
518,044 518,044 00000000000000000009c776e6747e10d5e060437e16fa3822eaf9b3a9ecf5bb 2,645 1.00/1.00 vMB 53
518,043 518,043 0000000000000000004fd5756dd703de0ce1dcf5ce8a698acf7030bba1c9994b 2,508 1.00/1.00 vMB 51
518,042 518,042 00000000000000000037f83174732491177b3e730ea363623bfb1554695be2ef 2,504 1.00/1.00 vMB 50
518,041 518,041 00000000000000000025f53b1f0cd926b740f6ed700f46c781b08822f898b116 1,824 1.00/1.00 vMB 23
518,040 518,040 000000000000000000250099c3446bb76274d141bf326c5c648d1798d3a12e65 2,141 1.00/1.00 vMB 24
518,039 518,039 000000000000000000100e502f9801366d00a5420491d165a4a0c823891415d9 2,410 1.00/1.00 vMB 37
518,038 518,038 00000000000000000016676b5b79d8dd089e1cd033dd28826766f7a287fde96d 2,244 1.00/1.00 vMB 56
518,037 518,037 000000000000000000328b6adf68011262b580e5eeb4cee514f7c14d35f992b0 2,738 1.00/1.00 vMB 46
518,036 518,036 0000000000000000001e16c8cd32d93f2167f181204589d08471e185386ff83e 2,116 1.00/1.00 vMB 94
518,035 518,035 0000000000000000004c9fefb4091b7f9065b9a3c5f959b7b6c609e180c3d407 1,421 1.00/1.00 vMB 13
518,034 518,034 0000000000000000004f3cb99e2c6e2815c2c14e358d42b31043aae1d8e18a9d 2,316 1.00/1.00 vMB 38
518,033 518,033 0000000000000000004b7412ab1ee2abc34091ff71c9d60e37c5395bc426787d 2,538 1.00/1.00 vMB 29
518,032 518,032 000000000000000000355c49ba19ae995d167f228729ebfddd0695b23dd39cb8 2,300 1.00/1.00 vMB 55
518,031 518,031 000000000000000000224d966c57355af9adbbed0305cac74f7d4732ac725300 2,624 1.00/1.00 vMB 75
518,030 518,030 0000000000000000002f02fdec273aeb786cb4dc83070533482193ad2bdfe091 1,786 1.00/1.00 vMB 46
518,029 518,029 00000000000000000042f44faf7cfb73d83b2abbeba79c9e828939a2b1f4bfd1 2,653 1.00/1.00 vMB 28
518,028 518,028 0000000000000000003929c62b060115f5c85d6158ba824e5b5293f94bd907fa 1,483 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.