Loading Tool

Explorer IconExplorer

Memory Pool

50,379 transactions
29.89 vMB
0.11739386 BTC
Random Selection Loading Transactions
Max Size: 159.52/200 MB

Candidate Block

Mining Attempt 52928c372be28b45948d3bc4e06c26b9d5a43207596a80df0c8723f998cc430c
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 2e053f53f4e624562c67e1e5ddad02d80dbb652a5aba17dfb6008a0068a46db4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,334
Size: 1.00 vMB
Total Fees: 0.05263318 BTC
Feerates: 301.60 > 5.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (122,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,055 792,055 00000000000000000003e045c483339c501e65fba4247e71fc92139985138d72 3,595 1.00/1.00 vMB 42
792,054 792,054 00000000000000000004341dbe3aeeb716431b0da5efe16259105d9a23c48506 2,832 1.00/1.00 vMB 47
792,053 792,053 0000000000000000000322fc0a059d04c72dee443ef716767b8c87f90dd61f7d 2,813 1.00/1.00 vMB 52
792,052 792,052 0000000000000000000153e77782d5cc472668d59ae9ea4e178d1916fa8d4955 2,595 1.00/1.00 vMB 55
792,051 792,051 00000000000000000004bc24f35f6c5c4220ab021b0f9e266f58f255d29984e6 1,974 1.00/1.00 vMB 63
792,050 792,050 00000000000000000001d36b2fb95be3580cda71b075ba5b7089fb12ac123d39 1,765 1.00/1.00 vMB 62
792,049 792,049 00000000000000000001cdb6827c7f5b85701c6febcc3c58e4edc23cee7e063e 1,908 1.00/1.00 vMB 61
792,048 792,048 0000000000000000000030a7d6927fd69479ccd4bdf57bda2f00b0812be83bf8 4,128 1.00/1.00 vMB 74
792,047 792,047 00000000000000000003915522f3153db92ee3a03652432ed4986e034de96c79 1,934 1.00/1.00 vMB 63
792,046 792,046 00000000000000000004264d75bec575b5e65ff1195cd3afdfce508d4d9046f2 2,247 1.00/1.00 vMB 60
792,045 792,045 000000000000000000005500826b57d754f3f7014c3190fb4c22bf1d1277fc66 3,412 1.00/1.00 vMB 64
792,044 792,044 000000000000000000024aa2d2e2dc0a8f491fe3b47f99e8148f87ab2abc43d7 3,436 1.00/1.00 vMB 32
792,043 792,043 000000000000000000050877301eeb06506eafc220d091763cfba3d604ccb678 4,104 1.00/1.00 vMB 40
792,042 792,042 00000000000000000001e6d039551b4a687434a5b05be4c1fa6a9faa33baade4 3,988 1.00/1.00 vMB 52
792,041 792,041 000000000000000000018d3095b2b527ae46df1d4f516c456d923b0d314da26a 3,086 1.00/1.00 vMB 43
792,040 792,040 000000000000000000006fc7870f15b04f36c43ae70c5e851e039f5a1588aa4e 4,793 1.00/1.00 vMB 56
792,039 792,039 00000000000000000002a0e49a7f1e9c8383612d28faa0f6466b3443929355f6 4,853 1.00/1.00 vMB 76
792,038 792,038 00000000000000000004a256be0c87ea4b44f1d08a642763c6ce0119aec9735b 4,146 1.00/1.00 vMB 76
792,037 792,037 000000000000000000034996100142c99ef3431a98a6f42a61381886ba23a65b 3,486 1.00/1.00 vMB 50
792,036 792,036 00000000000000000003b74725e97803a93da3854bf2bcff398ebb6d11d3f3b7 4,253 1.00/1.00 vMB 65
792,035 792,035 000000000000000000005b78f0dcac7f031f3f9b19bf8e572d9514d5484187ff 3,418 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.