Memory Pool Memory Pool Refreshing

8,940 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (155,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,060 752,060 000000000000000000030d61374c6d191c73949233d79d26d7bde777b4c4bf2e 1.49 MB 3,488 16
752,059 752,059 00000000000000000006d09981408883f9b7215680596b6f24a08113db54997a 1.50 MB 3,505 17
752,058 752,058 00000000000000000002f743015cedd4273142f35e6e585d28678cebd0befa62 1.47 MB 3,282 19
752,057 752,057 000000000000000000069e6e6047796d10f37f7fdb1198f1c65148e8a61b4f0e 1.55 MB 3,032 12
752,056 752,056 00000000000000000001d03f4eb9bd08d20dde1a7aedaa5fb7d50051d67dceb2 1.04 MB 376 10
752,055 752,055 000000000000000000028afce5dbaa7cddc794a57992faf6a3cc0b42668daaab 1.46 MB 3,231 20
752,054 752,054 00000000000000000001e2a141e44f0b2a1679cf1ec31cb9ccadb9dab149bcc5 1.51 MB 2,185 8
752,053 752,053 00000000000000000000fcf7a0b4d6100a701d723714114d84c488baa07376b7 1.49 MB 3,101 11
752,052 752,052 00000000000000000001ab75661f815121d095ba55ff369516f53eb813009f14 1.58 MB 3,168 14
752,051 752,051 000000000000000000083998ba32ebee74f0a64679a887ef4431aacfb79fb3bd 1.76 MB 2,066 10
752,050 752,050 000000000000000000030a5d7b7b9b7a9fca4e8f170711b4ffcacfc668dabbc0 1.45 MB 3,002 21
752,049 752,049 000000000000000000052cd04d756da5f0daedf32d979ebd2d53770e728e0c9d 1.53 MB 2,847 15
752,048 752,048 00000000000000000007928fa657247513bfdd4df33e8356229f6f599e70488a 1.39 MB 3,005 19
752,047 752,047 00000000000000000000b1c6374654fd431025054c2370838971fa5099aeb700 1.47 MB 2,641 19
752,046 752,046 000000000000000000018a6f60a03f7aa6ad3989bf99dfbd3803db6bc145b847 1.95 MB 1,063 9
752,045 752,045 00000000000000000002b77d4f287bad1c421365c726bf7b5e47658a47b3bd87 1.63 MB 3,363 14
752,044 752,044 000000000000000000062dcf2c379312ce25ba0586208a3ffb97a0197ef8d758 1.51 MB 3,050 21
752,043 752,043 00000000000000000005ebabdcba4bd1875baf9963efa268f1d98bf9d487bd9d 1.56 MB 2,583 11
752,042 752,042 0000000000000000000552eacbe92d36247d8bdedd2a3b66cf49d772a6c42211 0.73 MB 1,494 9
752,041 752,041 0000000000000000000053726dca8d7e8c5e187bf88499b1c2f67f6e95ea9992 1.23 MB 1,928 9
752,040 752,040 00000000000000000005123ca0fa37c6a5091fbc19385ab8402a5df2835357f0 1.04 MB 1,428 6
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.