Memory Pool Memory Pool Refreshing

1,670 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,742 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,656 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,741 (624,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,662 283,662 00000000000000006e4601a2f6b45090a28bdb2f3ffc5280cea61ba75f120c5b 0.28 MB 460 22
283,661 283,661 0000000000000000584e627011191ae4245cca733580bf048c67ac6a46624baf 0.15 MB 218 20
283,660 283,660 0000000000000000a92093105d837982c6d4508fbff4dccf30392fc7a42f73e9 0.25 MB 171 13
283,659 283,659 00000000000000011a78e2521241f080e37204514cc399cfc8224e07e6f3c119 0.50 MB 871 33
283,658 283,658 00000000000000003531707feb5205ca7caeaf8ef155869578841d4fd5b23ba4 0.05 MB 98 35
283,657 283,657 000000000000000152882f83ab214d12ff2a733323162be4d94da0a3f5d56ba3 0.50 MB 954 51
283,656 283,656 000000000000000195b6358f52fc1e99a10f61a8e0746748c156ebcac96f430c 0.50 MB 1,014 28
283,655 283,655 0000000000000000e8c1670128c37035a0adc863ea40a489ac4ae92bf4af3d68 0.05 MB 131 42
283,654 283,654 0000000000000001c70e3d645e6168e985fb03ebf7fd15b952d13902c5a7497c 0.35 MB 1,030 61
283,653 283,653 000000000000000023a409d6953b464e9dedb7bc91a7857f522280525692a050 0.08 MB 53 16
283,652 283,652 00000000000000004f6498a3fd2d257960ae821af75d8f15cbf8aad5257360a5 0.35 MB 693 41
283,651 283,651 0000000000000000a662337705230b0f2219602e0e40928f71d5b857544130ac 0.13 MB 252 35
283,650 283,650 00000000000000004a8cd0fa429e82c74f6169a14fb7e82e5061aa2dada2a538 0.03 MB 73 38
283,649 283,649 000000000000000115ac5f1635d06c95fc7ad1c3cddc46b5210f363ca8f38b53 0.13 MB 233 33
283,648 283,648 0000000000000000c56f1b07917c9b182e9c11f8a268ba82f03132b4f801a780 0.15 MB 308 27
283,647 283,647 0000000000000001b92a1dee7c781784e6d9203eea3c4c3525b7aaec181cec44 0.12 MB 216 51
283,646 283,646 000000000000000071348589828161278462a95439219e80993e77d9288b064d 0.60 MB 1,094 35
283,645 283,645 0000000000000001104d569ca5c12a3db7f292a6117184b08b5f8e8f7f32ec9b 0.05 MB 148 61
283,644 283,644 0000000000000000d1724660b9071213b5a0a06d1448a07013a6ba4dd51b8418 0.21 MB 426 38
283,643 283,643 0000000000000001268b583f41f22cd45ac0f99e0cca1d013a244496044f175c 0.28 MB 499 48
283,642 283,642 00000000000000011252e554a92942bf8aca95eaa37cb7177707961273852691 0.60 MB 1,056 34
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.94 GB sent, 93.19 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.