Memory Pool Memory Pool Refreshing

3,633 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,178 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (13,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,128 894,128 0000000000000000000032fc84215285ffb25db75c005d07fc77f59cf51d14e8 1.63 MB 3,420 12
894,127 894,127 00000000000000000002443f6d5494b143f8fae40cbb132b3f35110084a82321 1.77 MB 4,455 2
894,126 894,126 000000000000000000016fba891318a890f51ab64c2bbc583f1f4abfd8c81360 1.72 MB 3,870 3
894,125 894,125 000000000000000000002811f0a439153bf02aba8e5b3f7365be8cfe95b99b38 1.72 MB 4,185 2
894,124 894,124 000000000000000000000ae2a78a227ef965a40e587287f4a2e324e6d13a32b3 1.69 MB 4,581 6
894,123 894,123 00000000000000000001f94d2766d000ba76a6abdf57e88311e8150366392ac5 1.69 MB 4,523 4
894,122 894,122 0000000000000000000028dc3db0f1a171aef46ac4a1007c7a7f387e03b4e950 1.79 MB 4,920 2
894,121 894,121 0000000000000000000167955ffb66dd40aa15452649208f9ba1ff93acc5454b 1.71 MB 3,862 3
894,120 894,120 00000000000000000000981da4d3caaea822ff0da785bd3b42d4bdf9051f8f3a 1.64 MB 4,031 2
894,119 894,119 000000000000000000019e12b685ef24baa2f46d097a8f4fb4ebe9f6061d4f6f 2.55 MB 2,810 1
894,118 894,118 00000000000000000001cad0a820a80437c4a508bf2f74fa92b00ca660279dce 1.78 MB 3,548 2
894,117 894,117 000000000000000000004a075645dc6277439b8d06db8249fcfa9ff23940206d 1.55 MB 3,723 4
894,116 894,116 00000000000000000000e481cd1bdf073d7b2cd8437cb5ab861975aea28e7524 1.71 MB 2,182 2
894,115 894,115 000000000000000000016d90a5f2e7bb33fa741e0b555c26426207e456d82fad 1.64 MB 3,152 4
894,114 894,114 000000000000000000004fccff2f6278a62b72c520ba6f8294921cc0a85c9d32 2.15 MB 2,233 1
894,113 894,113 00000000000000000001117d6cd54f5f42101ed0a8b2b6e392d0e928911f6f81 1.53 MB 3,807 5
894,112 894,112 00000000000000000001c031bdebae713407ff051636e809ed9fffb58a6b08f5 2.74 MB 1,665 2
894,111 894,111 000000000000000000014a27ec42df7bd5f12ee6425d2b80ff88a4f6778f430c 2.03 MB 1,793 2
894,110 894,110 00000000000000000002164d6fe4a40939bf40b45000c040ed27564c55c57c77 2.14 MB 2,779 2
894,109 894,109 000000000000000000022377ee11690b194630a7a86916a9b82f28021fe7884e 2.76 MB 1,807 1
894,108 894,108 00000000000000000000316d9c7728fa5ed3fb0639a714e83b2d4c779e590ca8 2.74 MB 1,879 2
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,627.47 GB sent, 93.12 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.