Loading Tool

Explorer IconExplorer

Memory Pool

78,481 transactions
29.34 vMB
0.06283391 BTC
Random Selection Loading Transactions
Max Size: 176.57/200 MB

Candidate Block

Mining Attempt 164797ab347dc412a520c1e36ecad0d4a8368d4744b1a1ecfec44ead5a5dedc7
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 95a0a43d1f37565267864c5ed542edbdc76c91fc3a94d5ca70b942c7dae214bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,278
Size: 1.00 vMB
Total Fees: 0.00323998 BTC
Feerates: 12.10 > 0.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (434,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,045 480,045 0000000000000000008638e0893674fe90f2fccfb65fd08b6aaa7787bb528ac3 1,932 1.00/1.00 vMB 211
480,044 480,044 0000000000000000004544b3ed8ac5b83a93f1acd291c2713dd0a00a8e86f136 1,843 1.00/1.00 vMB 153
480,043 480,043 000000000000000000b3fba7940e1705c2a27ee6e682fcec010b73ce43f3435c 1,391 0.75/1.00 vMB 177
480,042 480,042 0000000000000000010934507cbf7c0ccb96d265e10fd4c86015b9db24faa95e 1,984 1.00/1.00 vMB 129
480,041 480,041 0000000000000000006b9ff645f9488a13f24a59d7a99814c4281e0aff071e7a 1,753 1.00/1.00 vMB 174
480,040 480,040 000000000000000000daa511c8f460fbf50a2dc96ba0c251a14000e796cbd0de 2,116 1.00/1.00 vMB 145
480,039 480,039 0000000000000000010adf493212dffc5a050290ad88b98da6b322d78b544097 1,928 1.00/1.00 vMB 191
480,038 480,038 0000000000000000001cd6332078a2497292d685894ea940dcb594702970fc65 1,879 1.00/1.00 vMB 179
480,037 480,037 0000000000000000002d50afa02f4eb4f27102f355073732d9e62d2f60b3ffea 1,620 1.00/1.00 vMB 177
480,036 480,036 0000000000000000007230ccf310546803dd67408e91a4e33182be2486c7273e 1,943 1.00/1.00 vMB 169
480,035 480,035 000000000000000000dcf83f7a3c0bc13b18626ea859bb38f9fcc86992f9cfa2 1,817 1.00/1.00 vMB 167
480,034 480,034 00000000000000000119f484c07e961c1a5d2ae00e8fbaa74128b0b297c4e732 2,053 1.00/1.00 vMB 204
480,033 480,033 000000000000000000d054eb3d6d1376221391166943de3e26226bf6746f344f 1,445 1.00/1.00 vMB 192
480,032 480,032 00000000000000000002560c174bb262db89ccfa3cf4d0231d849aa544681b99 2,131 1.00/1.00 vMB 206
480,031 480,031 00000000000000000045f85f40ff90cff66286e47d27fbf582fb87bd27f13deb 2,094 1.00/1.00 vMB 185
480,030 480,030 000000000000000000d1001fbbf41ac9f02d4035048232c0abe56082d7e6058a 2,013 1.00/1.00 vMB 209
480,029 480,029 0000000000000000007b25ae6ea6a51d0049667dee42f08a0d59cc472fea2a2a 1,361 1.00/1.00 vMB 217
480,028 480,028 000000000000000001196166db648257eae5a263aad0e6db160e238cdf6b1d7a 1,657 1.00/1.00 vMB 226
480,027 480,027 0000000000000000008a86386f8e74f3a15e35aa5d4e51c184b17fff779a05f5 2,065 1.00/1.00 vMB 195
480,026 480,026 000000000000000000b3688a896fa4009a3a69d243958bf4d89b3301da49c4c3 1 0.00/1.00 vMB 0
480,025 480,025 00000000000000000120f785ef595beb1b11e702c29b78085e889ddc1e0a1d47 1,888 1.00/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 782.37 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: 663.13 GB
    • Received: 14.89 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.