Loading Tool

Explorer IconExplorer

Memory Pool

76,482 transactions
28.60 vMB
0.11100626 BTC
Random Selection Loading Transactions
Max Size: 173.09/200 MB

Candidate Block

Mining Attempt 9518754e018af66df0b1a39f56b31a6830106654c05cddc7b8cee15a609e4e9b
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 986adb368249e908bc855bd4777d448f7a3cf804a8cdd6adab0988fed71fadee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,222
Size: 1.00 vMB
Total Fees: 0.05172542 BTC
Feerates: 101.65 > 5.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (460,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,911 454,911 0000000000000000016b946b2479fa88ffd0ac4306a97bed8bd3ee2232786af3 2,646 1.00/1.00 vMB 140
454,910 454,910 0000000000000000006ba9f32a1aab75c935b04ac5a296cc5be4d519fb6a6e0c 2,286 1.00/1.00 vMB 117
454,909 454,909 000000000000000000724891aade321b403cb54ee40c4d5a9964a77beca639d2 1,924 1.00/1.00 vMB 119
454,908 454,908 000000000000000001a047dd136bd694e6c7c252fdfab95077e1238538729121 2,507 1.00/1.00 vMB 143
454,907 454,907 000000000000000001e3ebdc70737fdb2e523baf20db376adcd0ea39849c7948 1,951 1.00/1.00 vMB 131
454,906 454,906 000000000000000000e0c13fe7e58017c5390aa560e7bfae9ca59adcb32b8cb9 2,637 1.00/1.00 vMB 136
454,905 454,905 000000000000000000fbc1b90deb379f7600a8d72033eef1d2114a12d55d573a 2,643 1.00/1.00 vMB 145
454,904 454,904 0000000000000000027e75ced5ad5f9c39c6c4465e294f3b0cc6e7519ea42e65 1,912 1.00/1.00 vMB 137
454,903 454,903 000000000000000001b6f4c61863baecc662e8ba2a1bbef0ec290b1038ebc286 2,734 1.00/1.00 vMB 163
454,902 454,902 00000000000000000046cc3729e1a3bed8361c6b4a12d6b74cb8629b3e6c4a8d 2,534 1.00/1.00 vMB 147
454,901 454,901 000000000000000001062b060eb6b5ae5242852f7c3126980901155f3d7f0fac 83 0.13/1.00 vMB 25
454,900 454,900 000000000000000000c27a66742c2d20d728f6735177fcdb0b4e6e562c85db0f 1,067 1.00/1.00 vMB 47
454,899 454,899 0000000000000000012c6b7703d2d27507a9ef369790a251e8a67336705ea15b 636 1.00/1.00 vMB 37
454,898 454,898 000000000000000000a8d87992c91d7c820615ac9d290d0446f8b085d4ebc4b6 2,037 0.93/1.00 vMB 117
454,897 454,897 0000000000000000010f59273f331944c3a77e616f63825f1cd09206dbf504cd 919 1.00/1.00 vMB 37
454,896 454,896 0000000000000000014e66c022fef1c4e5f580fb4572bcfe74e3004cf505f0c7 1,982 1.00/1.00 vMB 105
454,895 454,895 0000000000000000015b8693a5e5029e0b9cacc2e84040625d0bdc934bd85179 2,612 1.00/1.00 vMB 140
454,894 454,894 0000000000000000001b56d9d3018138b85de2ffc0549de1d5f1477253dfcdcc 2,482 1.00/1.00 vMB 146
454,893 454,893 0000000000000000001bd5d0bf709d79de458144f3c110f20394e7c5ea53faca 2,368 1.00/1.00 vMB 128
454,892 454,892 000000000000000000d36c68fcec92e547b34581d3a0ffb9811026645f6d4640 2,309 1.00/1.00 vMB 114
454,891 454,891 000000000000000002439b77602daad1d2ff2d03e737d305af55004f32a02667 2,481 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.94 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.