Loading Tool

Explorer IconExplorer

Memory Pool

12,366 transactions
6.82 vMB
0.01729527 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.42/200 MB

Candidate Block

Mining Attempt 8f8dbd4a880be67f871963105df874eefd82b09469257b995984b67181b5aca3
Version 20000000
Previous Block 0000000000000000000077a8e4484c4483f5d5f875c5b70ac5aad6700d6b4d8a
Merkle Root 0bb6fb35fbf3965c5de85f989ce674fa7269d905e4bffa05798a98db10f2b392
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,271
Size: 1.00 vMB
Total Fees: 0.00458023 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,438 (743,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,522 169,522 00000000000000e223df7cfb4caf72c10798efd89c78ec876e2af03f74c9dd4d 39 0.02 vMB 30
169,521 169,521 000000000000006c32eb7f32bc5f4566ec5eec5f5dd3a00f56d01dec0b071d3d 93 0.04 vMB 146
169,520 169,520 0000000000000a35079bf5feee4acb8258518e90ec9875f0542d60c1d5224bb8 18 0.01 vMB 33
169,519 169,519 000000000000065da1282fc29942247246955cb05c98e53d011afd2c8907262c 54 0.02 vMB 122
169,518 169,518 000000000000048a081592dfb4cd3c5949419c1047aaf3d04cc1287bfcf24fa8 12 0.00 vMB 0
169,517 169,517 0000000000000662082536538aeea32cadc15a1b255d86115c238e31c90f460e 41 0.02 vMB 111
169,516 169,516 00000000000009a1143a62bea624c8b3072ddc7c0cc98040edcc2945591ac422 112 0.05 vMB 109
169,515 169,515 000000000000061012df227e73043bb504aaae00b6b53540ad99b5cc822809f7 28 0.01 vMB 4
169,514 169,514 00000000000007f9eebd41a4c64fde67ee5f5b06478f72e6428b646a4e43348a 39 0.02 vMB 46
169,513 169,513 0000000000000a50fca5b1857e5f55941d49927f6ebadba2994c3a8523865ff5 103 0.05 vMB 174
169,512 169,512 00000000000003264805208d6e9bf9b67e5fbea9df71a65935614ba81a8db0c9 29 0.01 vMB 77
169,511 169,511 00000000000003ab14e349f39dc8767d8c2de07ce64fd85dae415436a55cbd1d 58 0.03 vMB 137
169,510 169,510 000000000000046aa70c038259906057deddcfe203190fbd7b7e5af0aae9bacb 9 0.00 vMB 0
169,509 169,509 0000000000000aeb0bb37916a779a6aeb2fdad9b3c929f1c86fd0a70228f7686 89 0.04 vMB 129
169,508 169,508 00000000000003ad5927c58b1bd7537083d4447bcba347581e10ce8c7f90e193 19 0.02 vMB 81
169,507 169,507 00000000000006a6ccb84defb773f84b7c627ce2252240ebdc484d3b889e6abb 61 0.02 vMB 180
169,506 169,506 0000000000000acb62d9e14ad147f41e1e1c9e81dbd5350ffd65b25b242f677a 126 0.04 vMB 69
169,505 169,505 00000000000006cd6d85b52491d8d29e81943a7ab975c383cc3e0bdc36d36d09 10 0.00 vMB 34
169,504 169,504 00000000000004cc2d44a155d93ff815d7d250d9b0b710db21e2162cda017f1c 142 0.05 vMB 33
169,503 169,503 0000000000000906336c825bc93221ade7ec33b0cf9b42afa858c4aadad0acc7 25 0.01 vMB 133
169,502 169,502 00000000000001a5d77e6bd4173ae1ae3450ef9451e38e3db7b5c05419356793 11 0.00 vMB 271
Previous 10 blocks ↓
Total Size: 779.63 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: 303.24 GB
    • Received: 1.37 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.