Loading Tool

Explorer IconExplorer

Memory Pool

88,850 transactions
33.71 vMB
0.14351461 BTC
Random Selection Loading Transactions
Max Size: 199.77/200 MB

Candidate Block

Mining Attempt 8e0bb51bc674a8272bb9be7195e6eda752d02d2df2c29665b08aabf5969fa18f
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 54ebe9ff2726ebf108c701270094029fab5ee97d9a7d8029b0508bef075feb22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,350
Size: 1.00 vMB
Total Fees: 0.05811591 BTC
Feerates: 469.97 > 5.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (541,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,133 373,133 000000000000000002e28d04f2fb5f0154706e0f57d34bd2a19bcb645d614b29 2,107 1.00/1.00 vMB 57
373,132 373,132 000000000000000000f2785bb760cc272ae3ff79b4c8da20d9866862662dfe4e 2,380 0.95/1.00 vMB 63
373,131 373,131 00000000000000000411751367d721f9d089d1740a459d88e2c4beb87411885d 567 0.39/1.00 vMB 45
373,130 373,130 000000000000000009367ecf9f6afe6a0d9a3d4a0c220a8369b24056694aa638 889 0.44/1.00 vMB 47
373,129 373,129 000000000000000007a402705645d5f7ced252f6ffd40ce700cc1bc096defdd6 125 0.06/1.00 vMB 30
373,128 373,128 00000000000000000c86493632c06690944d71d256a81a6bb52ee4a34a2d5e66 33 0.02/1.00 vMB 21
373,127 373,127 00000000000000000fe2ac15e8218cc98c56fe08b7f111ab442f2b33b6571fd5 244 0.16/1.00 vMB 29
373,126 373,126 00000000000000000b7a41b661731f14796fc09bb447d17cd33dc10e3cfd0e58 1 0.00/1.00 vMB 0
373,125 373,125 00000000000000000dba1c658083cdd2305f3b0a5846ddec5c15e122e8f0f3aa 1,329 0.69/1.00 vMB 38
373,124 373,124 00000000000000000c4f93b39c40116ae4fc0e410cf5c1633f274faa9b5b927a 106 0.09/1.00 vMB 39
373,123 373,123 000000000000000009420c89cf977a85bb4060b4119074382079d9552cec7e64 309 0.15/1.00 vMB 55
373,122 373,122 000000000000000006e1255c6816a5e238502be904db96d1f6448c66062ac4f7 461 0.34/1.00 vMB 18
373,121 373,121 00000000000000000e37f73e7cfa00d13a20900d0ec61c191607a0cbe1c716b2 911 1.00/1.00 vMB 19
373,120 373,120 000000000000000007e3d3b5d0ba16426d6a2f72017f6069d998cd6eb5da3507 1,164 1.00/1.00 vMB 37
373,119 373,119 00000000000000000a276100df16b2e39d8fc8af2be496b99d03b9e8e34ff35f 310 0.75/1.00 vMB 22
373,118 373,118 00000000000000000fa14306c22c1479579a44e991a04e8d5cb4812972a9c195 1,659 0.90/1.00 vMB 57
373,117 373,117 0000000000000000056a622004f235ab9f6001b2d4219521d50fe6fe9d38654d 2,252 0.99/1.00 vMB 49
373,116 373,116 000000000000000000fa80f68db2eae638afc21beac8c3c1552412bc1813af05 1,125 0.93/1.00 vMB 21
373,115 373,115 00000000000000000bf6502deef69b6e9907a7aa4ce7ead0f5f0e7ff59068f1e 1,711 0.90/1.00 vMB 46
373,114 373,114 000000000000000001f0b9bbba9700e1fd03cff4af781c875f2fb4df5bf18c3b 719 0.93/1.00 vMB 27
373,113 373,113 000000000000000011947a00f56727b9911309b6923170434f163e75e0d4979f 151 0.08/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.30 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: 658.01 GB
    • Received: 14.56 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.