Memory Pool Memory Pool Refreshing

10,286 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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
898,758 0000000000000000000250490000000000000000000000000000000000000000 1.00 vMB 3,648 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,757 (1,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,042 897,042 000000000000000000020e20f98f8223eb1fe4cb52cb2415c2257cd9b69d2372 1.57 MB 3,037 11
897,041 897,041 00000000000000000001f54bf08cf90bd2969a32d236bee09b352cf823a4c620 1.59 MB 3,328 12
897,040 897,040 0000000000000000000233ed43413a86877af24b432945a13ca8acdce3f8174d 1.48 MB 3,045 9
897,039 897,039 000000000000000000007891264c5df0288b626fc819deaa75143ad2c75125ac 1.02 MB 202 2
897,038 897,038 000000000000000000006cd523d03844680e0e86028603c491a1d01fe36ce169 1.18 MB 1,275 4
897,037 897,037 00000000000000000000a4eac247e1e64295589f5da3ea23ba9288559eabd428 1.12 MB 494 2
897,036 897,036 00000000000000000001ed0319bc0787fe5acf0295551a16c43db51c27e2c215 1.21 MB 1,111 4
897,035 897,035 0000000000000000000020e1fefb3462299b846832d50e318d51e8c720cda220 1.27 MB 1,613 5
897,034 897,034 00000000000000000001c661d7b1db95d11a705436048b88db4083d4fce6ca52 1.39 MB 2,158 7
897,033 897,033 000000000000000000024ed7ad1404608131d6d88ce16f2923f580028cb182a7 1.43 MB 2,736 11
897,032 897,032 00000000000000000001af1d44c75a6d9cc39c12ca2ac82c4fd0a897e349e2c0 1.57 MB 1,605 6
897,031 897,031 00000000000000000000091b9a06fb09e7d5a98a8842c5da41fecfb0a58d7f8f 1.86 MB 1,765 7
897,030 897,030 0000000000000000000258d3cf94218d421c7609b3ed606e8aae07ddd0116bfc 2.15 MB 206 2
897,029 897,029 000000000000000000014aa0e1a537e316346a56901e44f6e1c20cea2677568a 1.68 MB 2,758 10
897,028 897,028 00000000000000000000d9071788a650ace96f159960e5c9c49af2614097b485 1.78 MB 2,091 7
897,027 897,027 000000000000000000023c61ff47b1b6d4b55df9d53c54630e84ae551338e4ea 1.57 MB 2,003 9
897,026 897,026 000000000000000000022526f87e5c92eb12f46beaa0991afe5d8320ecb0c09f 1.64 MB 3,144 10
897,025 897,025 00000000000000000001751338f443d2981dcfcebd5634393ffea83af51b4b3b 1.53 MB 3,302 19
897,024 897,024 00000000000000000001232838aff2a98af2061b1befc248aa4f4a8388f3a838 1.58 MB 3,618 22
897,023 897,023 0000000000000000000190d0606e05fdcd9bc786c7f8f30b4534cd08deb05a25 1.47 MB 3,663 34
897,022 897,022 000000000000000000016d62ad4bd800ffe95f53dcefa3c5a26caf192092b9e9 2.05 MB 1,367 6
Previous 10 blocks ↓
Total Size: 753.90 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: 424.88 GB sent, 19.38 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.