Memory Pool Memory Pool Refreshing

2,831 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,831 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (6,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,620 901,620 0000000000000000000111043d2144755ed8bdf0c6a91fa292d3e544ebee963b 1.61 MB 4,491 3
901,619 901,619 000000000000000000015424fb7f9069de1a433a853cde8a1aa12b39d6f0fc0b 1.30 MB 1,795 2
901,618 901,618 00000000000000000000c29344b03b2678b29b0c8b7827138e70c306392e8ead 1.50 MB 3,418 3
901,617 901,617 0000000000000000000154a79a790d969f80c12cba6576aa5eed32e8a7702e74 1.55 MB 4,180 6
901,616 901,616 00000000000000000001fd4ddeaeca3c5d3b6adcc137b53653dba7baf85801f2 1.36 MB 2,982 1
901,615 901,615 00000000000000000000cafcd52f2bc974839a450c2db1ba1082c1f67a00d1d3 1.53 MB 3,772 5
901,614 901,614 000000000000000000003eee71adf0a24356624f14cedd04188458f80b4a36c3 1.33 MB 4,149 2
901,613 901,613 0000000000000000000192e83b9e0898f4a2b699708b283d9daceaa2d8340438 1.51 MB 3,971 12
901,612 901,612 00000000000000000000f9deba5ec0ced7bde06de046ec8585a881923acff077 1.17 MB 599 2
901,611 901,611 000000000000000000012053b67d468bd1256621a68da750c3b3a4ca052c3d00 1.53 MB 3,351 4
901,610 901,610 00000000000000000001a8cce9c982623ed739bfc99be3f2290f8741acf766f9 1.53 MB 3,418 5
901,609 901,609 00000000000000000000b049a3c8b07a4096e48be647723a92b24c826418541e 1.26 MB 1,399 2
901,608 901,608 00000000000000000001d19854ac6ee2494bd129e06513149a327c2ff94e3f6c 1.59 MB 3,292 5
901,607 901,607 0000000000000000000034f9ca19b2bc75d0c94e7cc8a3551459a31a36906585 1.48 MB 3,202 4
901,606 901,606 000000000000000000010a54985502faa70b356e0b4b01ea2a72f4707b43b61a 1.57 MB 3,864 4
901,605 901,605 0000000000000000000191435e61df58ada5faa21f192fa0349d8af2823ae6b8 1.43 MB 5,437 4
901,604 901,604 000000000000000000015a007ddc3541cb5b240d0bc98cae24dca112c3794d9a 1.42 MB 5,569 4
901,603 901,603 00000000000000000000421e8c1d746fff8591b28e53f4f2c6ed29b2fb711a10 1.47 MB 3,245 3
901,602 901,602 00000000000000000001390b5e4553c3538528a17bd3c46a81025a758277c116 1.73 MB 2,627 1
901,601 901,601 00000000000000000001b7ac38784b0eede8dfb68021eef15ce3a00790b6fdd7 1.83 MB 2,403 1
901,600 901,600 000000000000000000017e6f9a9042d70aeb08b330181f81af0ffa941ee020c0 1.32 MB 1,249 3
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,631.80 GB sent, 93.57 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.