Memory Pool Memory Pool Refreshing

19,129 transactions
6.10 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,186 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (44,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,178 863,178 000000000000000000016ef114bf09714587bcf262933aebd99e9984ce8e4002 1.42 MB 6,785 12
863,177 863,177 000000000000000000023a0b494a29d4e782dd5158ef3918fc77ec58757cfdf3 1.42 MB 6,713 13
863,176 863,176 0000000000000000000186df97de58be4cab67188c1f726064acf9195f0b8a23 1.44 MB 5,231 14
863,175 863,175 00000000000000000000a91bc37231e4527dd5824e0ca08742f7d64f67ccb9a7 1.43 MB 6,080 8
863,174 863,174 0000000000000000000327c58d477ef88a19f2093cfc0e06454246913c094b21 1.29 MB 3,986 7
863,173 863,173 0000000000000000000284b5dc86d6cb49ee58ac9e148eb8ae21feeefd7bc9f8 1.45 MB 6,574 8
863,172 863,172 000000000000000000003ea437a5ac285fad703401bcd156aafa3986356b1f86 1.51 MB 5,947 11
863,171 863,171 00000000000000000001c7211d666265ff585cea47421f661aa4b9c204ff702a 1.57 MB 5,479 7
863,170 863,170 000000000000000000020ddcdc19637af77629e6c2c74f326c11897bf4094785 1.43 MB 5,360 6
863,169 863,169 0000000000000000000164c8663d6814404b26846a6f438028083e2d8aae8de8 1.49 MB 4,809 8
863,168 863,168 00000000000000000000f85fe836cc21848c91650b324b1b181273e8ff7ed1b5 3.10 MB 2,440 4
863,167 863,167 00000000000000000002923f2605415e677995623fdc516d384931c0ee0c7d70 1.52 MB 6,115 6
863,166 863,166 0000000000000000000075077460c7536fd0957fc622b7e616821f3b54534865 1.41 MB 6,588 4
863,165 863,165 00000000000000000002c105eeb145e1b7dde9d8e0feb05ab4a30e297da2c4b7 1.49 MB 6,757 7
863,164 863,164 00000000000000000000f035220f3866d6925942abdf645abfbcebca0f5c154f 1.36 MB 4,289 8
863,163 863,163 00000000000000000000dc2a565750ed856d989db5b0981a885dbafd25d2bcd2 1.50 MB 4,009 11
863,162 863,162 000000000000000000022c95507a577361bc57c3c6f52c074d83ff90725a7c7a 2.27 MB 4,505 5
863,161 863,161 000000000000000000029c1fd0e88d45a29bd8d215fd54ee42171bfa4b316db5 2.05 MB 4,448 5
863,160 863,160 000000000000000000000b203f72f16eba1ae86f99d48ae1376628b1a77598f3 2.36 MB 3,916 5
863,159 863,159 000000000000000000007d8ea9967c2e9689155fb6f248d1d26d9aaac8d9a9db 1.42 MB 6,180 6
863,158 863,158 00000000000000000000e0125ccfd25a3904db01edcdea7ca39e617475bae4ea 3.69 MB 593 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.45 GB sent, 92.99 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.