Memory Pool Memory Pool Refreshing

1,659 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,781 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,636 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (151,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
756,397 756,397 00000000000000000002e0055df242eb2d55c1dc8ab605c34eef18c343da6034 1.50 MB 3,234 15
756,396 756,396 00000000000000000008384a42a8f3bad8f9b8e438582e88d52c161fcd38996c 1.49 MB 3,377 22
756,395 756,395 0000000000000000000235d38105242194471d9caec2dc9bce0b61b6ff7b96aa 1.54 MB 2,611 18
756,394 756,394 00000000000000000004a6a55452257f5e70979f9cdee89cd9cec00b48241a0e 1.41 MB 2,404 27
756,393 756,393 000000000000000000021653af48972e30082360dce68d00d1ca0d91ecba295e 0.04 MB 67 10
756,392 756,392 00000000000000000008bc3ef6be8a63fbfe831471268db2d95022fd43527768 0.88 MB 1,516 12
756,391 756,391 00000000000000000003a4edeeea20bc81b35e6db3baff549d15060cb90ad0e6 1.54 MB 1,416 2
756,390 756,390 00000000000000000005e8b9ef94af9e14094bf66d1ff405d131ff1dcebb7ea9 1.60 MB 1,497 3
756,389 756,389 00000000000000000002b241ceebc4c6bf2592b48dbb523722f21ac8c0d17908 1.52 MB 2,488 8
756,388 756,388 000000000000000000057472788e1d2013fdfde16659aafacd76d9c46d2d318e 1.62 MB 2,992 15
756,387 756,387 0000000000000000000668f3e17685390758105bed2b8c69488647d4406b3b2b 1.57 MB 2,679 15
756,386 756,386 00000000000000000006d368b5d6f6c8330057e5dc257d6d24e3f35e59de6a16 1.58 MB 2,820 10
756,385 756,385 000000000000000000087b573bc9640456f2b2f4dbb6e67753ec806a3b9b7e28 1.54 MB 2,908 12
756,384 756,384 000000000000000000069c65075075a63eced06ddaf70066a1346e5b3b697f45 1.37 MB 2,591 17
756,383 756,383 0000000000000000000179c7146c71b1a2e8afb6072384413bcc4de030e06afc 1.14 MB 626 13
756,382 756,382 0000000000000000000885e920e62532e84ed550e8d7b44162e000d2cc674b93 1.52 MB 3,308 22
756,381 756,381 00000000000000000005f1a6723dbd2e3b990457910a0f2498af3548631898ff 1.49 MB 3,245 20
756,380 756,380 00000000000000000006650e387060e75198e3b1ce07a6caf37b85a44c52df2a 1.46 MB 3,297 18
756,379 756,379 0000000000000000000259d37d42325c9a9ca6fd310cc8edd64053084da45c4c 1.25 MB 2,104 26
756,378 756,378 000000000000000000011ac77c7b9819f10f15349739e7fb78c8002c2ddeb730 1.50 MB 2,260 10
756,377 756,377 00000000000000000006f7f1b010644ebddfc0f660fec2ded8a2f972e389d700 1.15 MB 2,122 12
Previous 10 blocks ↓
Total Size: 769.13 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,630.68 GB sent, 93.52 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.