Memory Pool Memory Pool Refreshing

9,073 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (49,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,224 858,224 00000000000000000000edcec89dcd247e358e6f9bbfa33d19ff214ff84d0147 1.63 MB 6,967 3
858,223 858,223 000000000000000000013ba77340576a24f3d5387527a1325a8c06cf9d2a0a17 1.59 MB 5,357 5
858,222 858,222 00000000000000000001fb0f6add43c91deb5d9e349820af6b5697e19f3b324a 1.68 MB 3,870 5
858,221 858,221 0000000000000000000123066f4b1643eca9b5b0fa32cd942e38eb2f0d0b597c 1.48 MB 5,907 3
858,220 858,220 00000000000000000002b7451aa179bc36d147c2fdba4819f6c9be361d4e8ad2 1.54 MB 5,836 4
858,219 858,219 00000000000000000002bff55f1ed78bdbf87d1c235a2bc6531d1c5187a4c0b9 1.61 MB 5,449 5
858,218 858,218 00000000000000000000ae8b56f3046b686a4a9975a9e94307078c8e19ad7ac6 1.61 MB 4,566 5
858,217 858,217 00000000000000000002b0f375b190540a3729a3f84c7aa4a8a050bce9770cea 1.60 MB 6,473 3
858,216 858,216 00000000000000000001b836be3e8160b8d962eacd385e4cf0d2ab2ea5879d75 1.56 MB 3,617 6
858,215 858,215 00000000000000000000736d9970435b90cee90ef8a3d3b8b1007a5ba59104ee 1.64 MB 5,098 3
858,214 858,214 00000000000000000001baf54f28a525ce86e7d36c58ccace415c41392891c02 1.57 MB 3,216 6
858,213 858,213 00000000000000000002012b5f9896f95a698b7d0d8b2673d651597c3af686bb 1.62 MB 7,157 3
858,212 858,212 000000000000000000005038ab7d4cf1357afa7451736d2de5ed495ff7e12ae7 1.66 MB 7,010 3
858,211 858,211 0000000000000000000206441569cd8cbb4151e4a960f6897e0c2b85b73d21e3 1.65 MB 7,007 3
858,210 858,210 0000000000000000000028cbf14e6a393c2ad6b6491c822174c6b77a12a8bcb4 1.64 MB 4,769 5
858,209 858,209 0000000000000000000264306ae28ef24cf937ef48b555fa1a1c6906c2f3ef16 1.58 MB 4,351 4
858,208 858,208 00000000000000000000c54634a56212a5958a568490293ff0ba16864c61e6be 1.75 MB 5,801 4
858,207 858,207 00000000000000000001c904047588004416a0b104c8bfa5937693fd77dce642 1.59 MB 4,992 4
858,206 858,206 0000000000000000000139db205f38c53e5e09f7962aa5fed7e47d6912ba0967 1.73 MB 6,207 20
858,205 858,205 0000000000000000000245a8558ce97bada5bd827f6fbdc3521549085631ae11 1.58 MB 3,677 5
858,204 858,204 00000000000000000000a8934ae9f0e6119ffcc4e4526421cc96a020718333c1 1.66 MB 4,619 5
Previous 10 blocks ↓
Total Size: 769.03 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,625.21 GB sent, 93.02 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.