Loading Tool

Explorer IconExplorer

Memory Pool

75,948 transactions
28.71 vMB
0.06903393 BTC
Random Selection Loading Transactions
Max Size: 175.61/200 MB

Candidate Block

Mining Attempt 9bfff362fd6465fbdcc87efbec9a94d274521e3111d76ecb87935537a21b9ce3
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 18affa4bfaee99b22e5eb878bcf635f6c502613bc88e186c1f9dc9f585dc6160
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,875
Size: 1.00 vMB
Total Fees: 0.00672515 BTC
Feerates: 77.76 > 0.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (98,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,970 816,970 000000000000000000017fe07cbb17ed5d09825fa0919bf7d55489af734bfd92 4,865 1.00/1.00 vMB 238
816,969 816,969 000000000000000000002d4bc64582a7be240e8dacb2c801942dd863c8772b2a 3,864 1.00/1.00 vMB 285
816,968 816,968 0000000000000000000452c2c74b0bec5062321a199feac36b12b668fee77928 4,793 1.00/1.00 vMB 269
816,967 816,967 000000000000000000043680037b0b3d9d6a3d01fa860d1406f19957850d4f94 4,641 1.00/1.00 vMB 224
816,966 816,966 000000000000000000016c48c506d53fc84e16d74e310b0f2399fde80674ef18 3,487 1.00/1.00 vMB 268
816,965 816,965 000000000000000000041e24619ee39a2fc471cf64d1cb6686940a9452329bbd 2,508 1.00/1.00 vMB 183
816,964 816,964 0000000000000000000351e8f3140a8b3d2ce868ad2df76ae6319015ada2528d 4,249 1.00/1.00 vMB 219
816,963 816,963 00000000000000000000c4e88098c9a7755fce737cc430a7b370b548ca951911 3,459 1.00/1.00 vMB 224
816,962 816,962 00000000000000000003eebc83544581d501efb5a05c4776349732b9056dc52e 3,129 1.00/1.00 vMB 210
816,961 816,961 000000000000000000005ccb48b6e626129043a9c8bd8e7f1cf702275766ec07 3,984 1.00/1.00 vMB 164
816,960 816,960 00000000000000000003bab770d4eb57a9f5d5e3e65c26cf424d068f4cc43309 4,719 1.00/1.00 vMB 166
816,959 816,959 000000000000000000029e3fec756e312f6f720f317ab7ea711efa5a36e79be4 2,785 1.00/1.00 vMB 196
816,958 816,958 000000000000000000002ad13766a483c84309e9b596a8b66941e50b182a6407 4,386 1.00/1.00 vMB 155
816,957 816,957 00000000000000000003131ca5d8d8fce02aa46efca641c26e47e80022eac20e 5,141 1.00/1.00 vMB 124
816,956 816,956 00000000000000000001a4e68c528ddd3c323298b86db9ce2113a34c3c5e6d90 5,313 1.00/1.00 vMB 134
816,955 816,955 0000000000000000000208bcc4132c39be0e0dcbaa22c27a6a2f7d42b3c3274a 4,529 1.00/1.00 vMB 142
816,954 816,954 0000000000000000000039178728dc5c2f198f046df64adbc8da2b2e3bd1fa2f 4,527 1.00/1.00 vMB 135
816,953 816,953 000000000000000000035cda91be8a40bb8886778b3d4dc36fa1ef690f889061 4,934 1.00/1.00 vMB 139
816,952 816,952 000000000000000000029e112a9eabf58f13a5a280a81a4e92f688bc35b3f6ec 4,420 1.00/1.00 vMB 154
816,951 816,951 000000000000000000041586b4ac349deaf2a4d7ba0893eeb6ae2ac0843baa42 4,475 1.00/1.00 vMB 142
816,950 816,950 000000000000000000007337b4c7b4587f656c5b76914634abe84c4f84727200 3,242 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.82 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.70 GB
    • Received: 17.08 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.