Memory Pool Memory Pool Refreshing

4,240 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (23,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,159 884,159 00000000000000000000895888b10fb2beaababa319bc3ebac1660c7fa810bd5 1.63 MB 3,002 4
884,158 884,158 00000000000000000001596c831ddcf50f28d262c61445b0266894617783d824 1.91 MB 2,499 2
884,157 884,157 0000000000000000000195cf8ef7255a5daf582f0cbfb9941bdbc6385a026b09 1.68 MB 3,221 6
884,156 884,156 00000000000000000001e25a57a14305f0bbdf0630af6ce37938ce5d42ccb37a 2.07 MB 2,715 3
884,155 884,155 00000000000000000001465cace6495fb247eed46cd3e22e5310be7d45a9d4c7 1.58 MB 3,247 3
884,154 884,154 00000000000000000001bd8d54265be6464f37d0e8c2b80b1633930ccfee4e49 2.15 MB 895 1
884,153 884,153 000000000000000000007f0f69a5a5ba5812a624609c218b7446100df83d3835 2.17 MB 1,275 1
884,152 884,152 000000000000000000009b6da4d0b76e18d13b7bf7cd11abfaf8eabc91075101 1.68 MB 3,445 3
884,151 884,151 00000000000000000001c1662c248cecfed22761599c6c3baa08a802488cf16a 1.67 MB 3,183 3
884,150 884,150 000000000000000000024c081163da74de853def6282d1dcb161e898e0349c8f 1.80 MB 2,833 2
884,149 884,149 000000000000000000002a457f88b4eca48b03b3e1b276a93a37484dfcce4e58 1.90 MB 3,011 3
884,148 884,148 0000000000000000000040b3e6ace426ae518b7bc9b2fcb68e2ade2ffc416194 1.53 MB 3,065 5
884,147 884,147 0000000000000000000038b5ebb2d045a587c672dd8163e2a2cc81e24aa9df68 1.61 MB 3,735 5
884,146 884,146 000000000000000000007f850809076d221008b7475f517df10aaaa88b94b435 2.11 MB 105 1
884,145 884,145 00000000000000000001f9e7b65f03786d55a36ca516bc3b190c000ada0a5858 1.79 MB 2,694 2
884,144 884,144 000000000000000000014d4743af2afb36e7d91f8dc345d89ee3b5c741ca8da7 2.01 MB 1,345 1
884,143 884,143 000000000000000000022f207a6d978a9b2f26935b88fb7f37ce029424ff8981 1.97 MB 1,008 2
884,142 884,142 00000000000000000001c0b278e0b6228b9fb7007ab7498b1d9f803f22235eeb 1.74 MB 2,849 3
884,141 884,141 0000000000000000000108db5f68c85b1ce849a0121024a4413d0466a82ebf64 2.04 MB 2,514 1
884,140 884,140 00000000000000000001e326636cc2b37de0f7814c28f92856561e2ffad7edca 1.87 MB 1,077 1
884,139 884,139 0000000000000000000240612cbe9d7f44a477e09032b5fbf8916450eae3f1a8 1.54 MB 3,155 2
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.