Memory Pool Memory Pool Refreshing

5,485 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,046 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (145,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
762,318 762,318 00000000000000000005294878cf411c02695a2a0a902d8b623d3dfac12f73ed 1.41 MB 2,895 32
762,317 762,317 0000000000000000000380e0f3b5d2ef4e9cdce11708c0600f0fadcc2711bd5e 1.43 MB 2,746 45
762,316 762,316 000000000000000000071aad8b32c6179806ceb5d32c201d72d6b2d4917cbe7b 1.04 MB 401 15
762,315 762,315 0000000000000000000482d28571fcf118d57310f3068015dadc76974ba63ef1 1.41 MB 2,110 16
762,314 762,314 0000000000000000000689132cd08031638c455c0ec8dbfabdf00f9f6520c8c3 1.53 MB 2,781 18
762,313 762,313 0000000000000000000666ea91beadd9b7f0edf9d3e6ea4d825a34f753425256 1.50 MB 3,391 31
762,312 762,312 000000000000000000018312de318c1eb050ddf58106f1b8c8501e8878871b52 1.50 MB 3,261 27
762,311 762,311 000000000000000000041f3c9c6dc08c9e4adf1ea0d3277ca0a0d1263b6a067f 1.55 MB 1,839 8
762,310 762,310 000000000000000000032b51b26b2b0254da30daf1fde5acee7063f6e11c0367 1.68 MB 1,578 6
762,309 762,309 000000000000000000076a2d391b8b6f31142b5973d9af5e44e01f8952c7853b 1.63 MB 1,932 11
762,308 762,308 000000000000000000019452d2cd075ad2c6a4a9285443b3b9ec4e700b584d79 1.61 MB 2,733 11
762,307 762,307 0000000000000000000450ad1c3b3e3b2ad664c53901aac9bb9c4d998808d582 1.57 MB 1,796 7
762,306 762,306 00000000000000000002e5467b022717c655b5570d40174b2d09263b9a9f0934 1.50 MB 3,404 23
762,305 762,305 00000000000000000002642e27513a21c15107163e2473b3198f66f24b6154df 1.49 MB 3,414 28
762,304 762,304 000000000000000000058e48a9da78d83a625f3951fbe63ba24d3177efbffd71 1.58 MB 1,853 6
762,303 762,303 0000000000000000000015dae7aab12722efcaf55ee7ba8665b4c17c61e13ff0 1.35 MB 2,119 19
762,302 762,302 000000000000000000051cf1aafd62f5700730bf31688b5e822358966a1bf29e 1.39 MB 2,586 14
762,301 762,301 000000000000000000052603e0da1d75bff9a813ab109366e07bd7959d53b0c5 1.36 MB 1,518 17
762,300 762,300 000000000000000000009f70f0dd393288f53fa7933e158ef80f8eb1e1e05e80 1.30 MB 2,015 20
762,299 762,299 00000000000000000003691e83e6622f7d72676453cab05f24b8516fda8a7296 1.48 MB 3,437 19
762,298 762,298 0000000000000000000147c45447437f829dc5721bfc00c46c6688bb6ae9d839 1.55 MB 3,316 15
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.