Memory Pool Memory Pool Refreshing

10,002 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,895 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (20,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,200 887,200 00000000000000000000f99b78d4bbba4e639bb759ea5b27bc4ba27e84f3a8f7 1.61 MB 3,458 8
887,199 887,199 00000000000000000002173168b691c3e80a2c6b90167a6a6ccb4353df28519e 1.58 MB 3,976 5
887,198 887,198 00000000000000000001493ae47f22d7fed5ef593a8c974674f642fa4efbc0ea 1.59 MB 3,796 5
887,197 887,197 00000000000000000001e8dc1dc5c1f79ca675d0a619b5aa3eb5cc6ef0dd3efd 1.90 MB 3,158 1
887,196 887,196 000000000000000000012ced7360d04e7ff2a9e056fb8d0645003cb9a5f0ae7d 1.66 MB 2,872 2
887,195 887,195 0000000000000000000029eb6543a5de4e57cefd56e8f7afd3c1095296a914ab 1.34 MB 2,078 3
887,194 887,194 00000000000000000000ae75f6e79f0917d16856d485e1ded36ef536ca88e409 1.32 MB 1,111 3
887,193 887,193 00000000000000000001a7016a8590d7743f037fb5314fbc522889c4667062bf 1.63 MB 2,651 3
887,192 887,192 00000000000000000001c949bcb6a0d33cc26ca09b60354ff86f25b6255aaeb0 1.62 MB 3,405 4
887,191 887,191 00000000000000000000cb54b295ff5b9989f5912c7b81766e7ad4340746efa3 1.53 MB 2,823 3
887,190 887,190 000000000000000000024d1a26e2c62b7bca2086416de73c49377877abbde7da 1.47 MB 3,734 6
887,189 887,189 00000000000000000001d4669d496c2f52a88856bfdc9def253e1aefd0f92744 1.63 MB 3,844 6
887,188 887,188 000000000000000000017718c4a08f494b34a1014b7f27e8052131a4c6fd3c9f 1.55 MB 3,592 8
887,187 887,187 00000000000000000000a59ed017bc0cc96db3f9eb28d9cca2790186c81de8c2 1.56 MB 2,869 3
887,186 887,186 0000000000000000000123b8cee1539523ebf94be3f453bf98b79cf07d691c11 2.07 MB 1,743 1
887,185 887,185 0000000000000000000042fc41c48f0074814b13937bba50c0475b5aaa6f1e87 1.82 MB 2,216 1
887,184 887,184 00000000000000000000a5e34f5da4e2184d3ebccf91d32ad1d041629f610c0a 1.87 MB 2,762 1
887,183 887,183 000000000000000000022b7939e64d4b064e2e97ae90694686cbf65522beab75 1.69 MB 3,247 3
887,182 887,182 00000000000000000000ce26f8477276ce1864cdd4407ae1176e60a340212f71 1.35 MB 965 1
887,181 887,181 000000000000000000011bb5060bec9886d354b8eecfdd00e6f63f6f514fa436 1.31 MB 1,292 2
887,180 887,180 00000000000000000001b765b54c7030d28cd1f3bad2c3034ea8df5c4b1aaff7 1.98 MB 2,787 3
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.36 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.