Memory Pool Memory Pool Refreshing

8,632 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,147 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (8,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,319 899,319 00000000000000000001bfe224508cce7f6ff921b5bd0845e49a66062ca7e2af 1.71 MB 1,274 24
899,318 899,318 00000000000000000001969aa199073fb7f6e2c09b258e73e6fc1f8f682b1f3b 1.16 MB 1,850 1
899,317 899,317 000000000000000000004baca83de11be39359afbccf4f17e5f73788a1d72e22 1.75 MB 2,653 1
899,316 899,316 00000000000000000000b54e38a0a0a22ff26c1533a424c11bb8866d30f782ef 1.43 MB 1,374 3
899,315 899,315 00000000000000000001d4b97b1dcc3c648546108c228648ed956485631f4e3e 1.56 MB 2,275 5
899,314 899,314 0000000000000000000155ab0cbdc7f0f60fc4f683aa1722a2dedf7cd333c637 1.14 MB 1,551 3
899,313 899,313 00000000000000000000eb52379b78439986aa4a0bd7f653ea903b90e5e48fe7 0.07 MB 101 16
899,312 899,312 000000000000000000011d8ddad7ef18d4c620e966505152032d8d6da3156b01 0.76 MB 1,021 3
899,311 899,311 000000000000000000001220d8ea2f86e82557c52ac51f7caca5f53bb5f57933 0.76 MB 1,098 2
899,310 899,310 00000000000000000002047d18d278301d607eeb78b03c57d9f1db61216d649b 1.36 MB 2,947 2
899,309 899,309 000000000000000000014f27af49dc9f4ecd8886b121a6b47f33d521abac2849 1.67 MB 2,496 2
899,308 899,308 000000000000000000001af58dc1e96d25a41050d48f7093d96d411aa254daf3 1.40 MB 2,314 3
899,307 899,307 00000000000000000000fdad711528d9334d7a138ef007cf85318ed18b16f60a 1.47 MB 1,867 1
899,306 899,306 00000000000000000001a9e8f27f5bd14ba45d0eed1baaf20d12f019ecbfc1b6 1.49 MB 2,618 4
899,305 899,305 0000000000000000000107ac67764be78223dc43c10b32c996325101bde39cc0 1.58 MB 1,922 2
899,304 899,304 0000000000000000000173f896a20486fa99c041c345d4e0b5c172caddd68456 1.32 MB 1,295 1
899,303 899,303 00000000000000000000330c365c245c49bbfacec4b803a210841d3c83c6f57b 1.15 MB 697 1
899,302 899,302 00000000000000000001781a04fe89e7afa38215d9f508da59f84d4cd5ae7784 1.55 MB 3,125 3
899,301 899,301 00000000000000000000f7ed1c6c7a2d078b705672efaac82cc9dd4fd2724868 1.62 MB 3,519 3
899,300 899,300 000000000000000000017a5cbcaa9ecb479eb3f5115f0d3049b2174e887c26e2 1.55 MB 3,780 8
899,299 899,299 00000000000000000000ea1a939621b55bd73f7e4fc9d9d441149028b9faaaf6 0.40 MB 693 7
Previous 10 blocks ↓
Total Size: 769.03 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,625.51 GB sent, 93.03 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.