Memory Pool Memory Pool Refreshing

3,716 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,247 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (112,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,629 795,629 00000000000000000004d4502aff521549d7598f63b7272f0a30e75e37ebd6b1 1.46 MB 2,504 28
795,628 795,628 00000000000000000001f0896a43cdf601440a3b28eca237a42be4ec5e1ceffb 1.34 MB 2,215 32
795,627 795,627 00000000000000000002396dca64bdba887d457c6845189b80ed421611f48a08 1.63 MB 3,435 42
795,626 795,626 00000000000000000003fd018db31f276165cf1f849b9a863c3d5c4579896dcd 1.53 MB 3,160 36
795,625 795,625 00000000000000000002c98e136971dcfbda3b2267d968cf1fca1a378c23a15d 1.50 MB 3,277 49
795,624 795,624 000000000000000000053d1c198b5050f4c1d5fcc906c26ae1b0b9061ce474cd 1.52 MB 2,849 37
795,623 795,623 00000000000000000003c0c874511dcef587c4be200d63aa948d265c08ae2c72 1.50 MB 3,129 47
795,622 795,622 000000000000000000027e683aa7fa6aa45db26acf8522c47edca8ec0705614b 1.49 MB 3,222 36
795,621 795,621 0000000000000000000258818ad1588be4eb44e56d046defeb15812258aa0de9 1.53 MB 3,176 40
795,620 795,620 000000000000000000046f75e9883f1031536d8c8b5a10caa85841313e0ac4ee 1.53 MB 2,755 45
795,619 795,619 00000000000000000003a83aa32274857cc940bbf610aa46516a4a8929213804 1.41 MB 2,640 36
795,618 795,618 00000000000000000002136d6757bf34e1ee29caa772699bbc22baeba68322ba 1.58 MB 3,051 27
795,617 795,617 0000000000000000000231f5d3a5c82ac2d616c9450ce6721b1432ce9e7bf8ad 1.39 MB 2,639 39
795,616 795,616 000000000000000000022e3cc9a1d1d3aba6fffdaeb15a4eb5c98a68cb322388 1.41 MB 2,552 48
795,615 795,615 0000000000000000000209a37770ca3b956dc6ed180fe4d9aa106d377ccfb5ba 1.73 MB 2,356 28
795,614 795,614 000000000000000000013a35100720aab7a174dbb69b1310cf82d6c9b54d2119 1.48 MB 2,977 37
795,613 795,613 0000000000000000000087ec6fd4951b5364a8c72df8f8dc21b87198ef518d4b 1.53 MB 3,014 30
795,612 795,612 00000000000000000003777d3604b935f3e6af5d005a4f64e5e646c485187dd7 1.63 MB 3,005 32
795,611 795,611 000000000000000000019ecd43c2f61f515c70090902351c66567810b4f65dfb 1.66 MB 4,007 36
795,610 795,610 00000000000000000002903040cde4bd3280696b7a9c3bb0d4f661e2bfd53495 1.61 MB 3,612 38
795,609 795,609 000000000000000000031305a572f1010cafaad82207148b6120d2060ba6aa28 1.55 MB 2,868 66
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.