Memory Pool Memory Pool Refreshing

8,371 transactions
4.27 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
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
907,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,191 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (587,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,606 320,606 00000000000000000fd0d261392abe271572d3b3f4606d8af5e8e33fae43b53e 0.02 MB 23 7
320,605 320,605 000000000000000004c6429acc1ecf2175f719e43fa35026eec04d7db383044c 0.43 MB 784 26
320,604 320,604 00000000000000001d0cc3611b43a774d602f7333eb802a53cd4b68e0afeeec0 0.14 MB 212 22
320,603 320,603 0000000000000000172490be17204fe7c4dc91c9ca2f627cb6c68cf12254a0ce 0.71 MB 842 22
320,602 320,602 0000000000000000045080b463a7520b61b7bda5a89bef2d74d207f04f88529e 0.04 MB 64 23
320,601 320,601 00000000000000001ac6e62623768b4830b811ecbc93087abc28ca5d36644f88 0.30 MB 448 20
320,600 320,600 00000000000000000b9d184595461ea832ca5b579469a7f727fc41876c782981 0.35 MB 728 29
320,599 320,599 0000000000000000240981d254fdb615cb5e300b44c50d6ffe1eba40f7e400f9 0.83 MB 1,632 27
320,598 320,598 0000000000000000122fe364c01dd8ab907abcc995e802615022d5e66e990822 0.01 MB 17 24
320,597 320,597 00000000000000001fa2fc5647691593f6c9ea63db3817cd54f526d2f28d91fd 0.20 MB 355 24
320,596 320,596 00000000000000000f1258f430ff44f7f0b50be5c8327f58153551425a848958 0.26 MB 508 30
320,595 320,595 00000000000000000499aad90bdb3ce4040bd14505f060ac833890148a18c967 0.07 MB 122 24
320,594 320,594 000000000000000022bffa88de078763dc4f670fc7001ccbab34a07b9e717a79 0.17 MB 351 30
320,593 320,593 000000000000000014b4ec41a0ed03e882e1bbf47f129ef13dd634c8d7674b2b 0.12 MB 275 29
320,592 320,592 0000000000000000093c6ada40db801006163a77c089da87b9a199ae22d1db32 0.16 MB 311 25
320,591 320,591 00000000000000000165d6df5414188d1f6a5b3189b79375ee5c018da51ef89a 0.01 MB 16 33
320,590 320,590 00000000000000000ea7a40374f5a090fb86eb1638440beaee46f17805275470 0.04 MB 61 27
320,589 320,589 00000000000000000bfb761d0afc1cb8e3e3904e3623ac214cc49b28c33116f2 0.09 MB 137 23
320,588 320,588 000000000000000019dc28f206280a38584a0cf0972cac14d45f4ad37f1faa10 0.21 MB 386 26
320,587 320,587 00000000000000001110d570de7e04d8d2ce9a7ffc6f6bc2dc0da1bda22a86a3 0.14 MB 280 25
320,586 320,586 000000000000000012457b0e4049605854b73eac1335e4f310acf7b127485806 0.02 MB 32 53
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.81 GB sent, 93.04 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.