Loading Tool

Explorer IconExplorer

Memory Pool

84,721 transactions
31.87 vMB
0.11049575 BTC
Random Selection Loading Transactions
Max Size: 193.55/200 MB

Candidate Block

Mining Attempt ffcf226ad17aa5b2c3b555e0d3eb41eca8b7cf68103b66aafce9e78c01d619a9
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root cd6d183cc42896121d2e0aca7bfcf2344ab10b8e0425bd21a0e4c2655d4d5579
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,017
Size: 1.00 vMB
Total Fees: 0.03250422 BTC
Feerates: 299.43 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (698,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,243 217,243 000000000000010e732bf43ac2a2d66a59a23a282ae4c8914f12a3a072622ccf 415 0.23/1.00 vMB 139
217,242 217,242 0000000000000223cfe449dcfacae69181b87df747e5a6ea444e23f25e303661 149 0.05/1.00 vMB 102
217,241 217,241 000000000000046f4bca45cb54e9255d39ad4daf4cf2b8ceec867baa8bcf4a50 338 0.13/1.00 vMB 193
217,240 217,240 000000000000035a01fab91cf64058031a233becfb2168fb24b745709f3c7f97 107 0.06/1.00 vMB 131
217,239 217,239 00000000000000412aef6e21b1091760c3ed4485f6572591c5b5d5a55e85400d 596 0.24/1.00 vMB 187
217,238 217,238 000000000000009e8dd3a4d98d2a86ec57aea77b3388fe3c73cd5424cbb18f90 204 0.13/1.00 vMB 171
217,237 217,237 00000000000000f9db6f08177b535887037f785db10d54f78b71ecc5c4d179b1 460 0.19/1.00 vMB 215
217,236 217,236 000000000000005e948ddcaba09926099c1fe6166564a23aac51d1b75ebaed5b 425 0.19/1.00 vMB 168
217,235 217,235 0000000000000310cb58f436a21516073ed340e26e5a34df1e3cddefc76d8e35 150 0.05/1.00 vMB 41
217,234 217,234 00000000000001c61524fefa036667cd3f6a48c32a8922acfba565fb30d253e6 295 0.11/1.00 vMB 196
217,233 217,233 00000000000002f816c25b0ffefd531135908d1f76baf28e5cade9186b9ec677 245 0.12/1.00 vMB 250
217,232 217,232 00000000000003fd99227bcde6e6a1746ddb0b050ac718b84843d4af5425fff8 428 0.17/1.00 vMB 186
217,231 217,231 00000000000001ba72b8a05055e77c555b0a07a0c5e158a6f7e10de7958843c6 347 0.15/1.00 vMB 194
217,230 217,230 000000000000017545483988ba94bf583cd7c5c2f15dea236e774631d7a0cb47 249 0.11/1.00 vMB 170
217,229 217,229 00000000000001addbb4f97141d3b2937322440e6d248e3afa3b694ba4207e90 216 0.09/1.00 vMB 172
217,228 217,228 000000000000028f17529ac00eeaa0899e2baafc1d3238596921b45527b29db9 103 0.06/1.00 vMB 93
217,227 217,227 00000000000001a80dc475994fe7d72aa537f204cfef8d30b4bd6f4e63ae0ac8 274 0.19/1.00 vMB 120
217,226 217,226 000000000000013cc3fb65ab7d8b5298c7a3ee5170da2f7e37efd6150409c622 880 0.25/1.00 vMB 231
217,225 217,225 00000000000001d4c14468c356c7e179fa29b56fb8a9561e5f0c26ce2683c2d5 959 0.25/1.00 vMB 195
217,224 217,224 000000000000008cc53eb6ab52767d3f2f2ddc4fefb0952d1cd220b8b693d992 580 0.29/1.00 vMB 436
217,223 217,223 000000000000004798618b6e3e809eee1b93328c1b4396e75792283afbc7ae91 341 0.15/1.00 vMB 199
Previous 10 blocks ↓
Total Size: 782.99 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: 717.73 GB
    • Received: 17.85 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.