Memory Pool Memory Pool Refreshing

3,690 transactions
24.31 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,314 (810,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,153 98,153 000000000003601b2dfa56e9679cf4d3987f7676172d31e511b45688238ee243 0.00 MB 6 462
98,152 98,152 00000000000042a5db82d71a41624fe1f6e094c5f53c15438d1f77373e96673b 0.00 MB 1 0
98,151 98,151 0000000000042749af8d32e342ba119fb31ba88b751102c7548134732a841402 0.00 MB 1 0
98,150 98,150 0000000000026dac8b529610f2adb4960ba8760b906131732013903eb39bbf29 0.00 MB 8 0
98,149 98,149 0000000000011b2f3f7282c9e1cc4ad498b310e1b62bf8aa153b188654db744c 0.00 MB 1 0
98,148 98,148 000000000001fe2c14888f18d0265e90a0aba8ce3e165dc667b69769c3b81f08 0.00 MB 2 0
98,147 98,147 000000000004295b377de7e0df60e42d7fe1874a57497f026d5f4d0bae9864b8 0.00 MB 1 0
98,146 98,146 00000000000285c3cac3919312d4bc2f47e2713382ef50790e1da5c469cfaec9 0.00 MB 5 0
98,145 98,145 000000000000f5966571b93422902a47eff169d514b543c6075a50f10bdd0b29 0.00 MB 1 0
98,144 98,144 0000000000054999b2034befee0a5ae10e64241f907cc14c21567c3b33f0b173 0.00 MB 4 0
98,143 98,143 00000000000494a984eee5530f06ae2bba4dedc0bff8a6d4330dbc6a4e5c1b86 0.00 MB 1 0
98,142 98,142 000000000004af05a8f823119294643e1cfb925424ac7a5030e1a716ff26d580 0.00 MB 2 0
98,141 98,141 000000000001c0e177df43bbcd023a897324d859d45cb8d41fabb3fe38378d43 0.00 MB 7 0
98,140 98,140 000000000003e106952ac03f65ba03dac2fc06ad5cff8306240515169cdfaded 0.00 MB 3 0
98,139 98,139 000000000003dc99dc176896ae4f25c02c6a0e039b430dfe5d0d5120e4c1c6c6 0.00 MB 4 0
98,138 98,138 0000000000029df7c6a0b8615060584a60a3f8dd3418e47dc470e1e984f76dcf 0.00 MB 6 0
98,137 98,137 0000000000029f166c12d61c24f2d5aa6bfdd34032c44e1ab9b21dd578bd079a 0.00 MB 1 0
98,136 98,136 0000000000025d9a1e93f82e71cb011246f5f09976dbf50496b80110af993699 0.00 MB 1 0
98,135 98,135 000000000003bf1d63455f67c6a0e1794624fa0f11894f2c9bd4548dd018ea88 0.00 MB 3 0
98,134 98,134 000000000000285de9547e7130413438bb64331917ecd401ec2503e0cdb44f3f 0.00 MB 3 0
98,133 98,133 000000000004314a92c7dc5033f7ccf81f062199d45df654b5d5655a06e0bf40 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.23 GB sent, 98.61 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.