Memory Pool Memory Pool Refreshing

4,479 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,769 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (552,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,565 355,565 000000000000000010a8e2a594499b6d6c4daf49fd448a7e11c94d935707e815 0.75 MB 972 22
355,564 355,564 000000000000000002fb83fae7f26753e168f1856ca304e5baa796d54c3be687 1.00 MB 1,141 20
355,563 355,563 00000000000000000205330469c8fab802ed5845f63c5aa5fb883b810c2eee82 1.00 MB 2,253 43
355,562 355,562 0000000000000000068592ca7516b263a0754d0ac369248ea114feab6f8dd185 0.75 MB 1,533 25
355,561 355,561 00000000000000000930beaaca7b95f50eba48e4c52854e71f3ccdd5b2ccf4a4 0.75 MB 2,232 67
355,560 355,560 000000000000000014b90297e7ed2d444beec61b07c8a21dacc1d19cd466495b 0.09 MB 256 40
355,559 355,559 0000000000000000064bba354a5c0b4caabac297a56f4baa5b376f68b5449488 0.75 MB 741 22
355,558 355,558 000000000000000003e9e79b022b8e0a619054922215670d56b69bd27eaa048f 0.75 MB 1,947 35
355,557 355,557 0000000000000000061050f65cca917c813d7b829ccd63583c3aae4c11ba3732 1.00 MB 866 13
355,556 355,556 00000000000000000e4c8162192c53d8c1a61cafb1a63099959d2c03f442f330 0.75 MB 1,481 24
355,555 355,555 00000000000000000a74f71d243ef863f322fe5d0b1d97e768399f8e2cedab94 0.75 MB 2,629 37
355,554 355,554 000000000000000014acce38b6ff3eb2a5cc5c6a600c739323b0f68fb6b19b7d 0.17 MB 582 109
355,553 355,553 000000000000000008dbf816db8f3bd2dcd0e2a5148756ababce080784512d32 0.19 MB 357 24
355,552 355,552 00000000000000000a29b9152449f55d66303a975537aae03a5e32fdff301719 0.53 MB 1,158 30
355,551 355,551 000000000000000016b869d36fd798dc3c7b71c0d943d3201016894f15df6b86 0.55 MB 1,172 28
355,550 355,550 000000000000000009a23cedafaa7b342d8d831daa9c5bf9e658317f96e7fcbd 0.78 MB 1,251 22
355,549 355,549 00000000000000000afae1735dff8b9dcfea6c9248315c9a357044e68709626c 0.14 MB 244 24
355,548 355,548 000000000000000008162edbdfa1451bbba7aff2f8ee8354368cb0a7bd536ff1 0.60 MB 1,098 27
355,547 355,547 0000000000000000033d9c9628dce2ba00de1b359fb4a1db8f80dff40da2487e 0.34 MB 604 24
355,546 355,546 000000000000000015123d68c2ef7bb2b5158c3d1d0355daa90161ed3381c496 0.12 MB 219 26
355,545 355,545 000000000000000014b3be0569a6be4a214787b5ece0a8bd80d285396801ff22 0.20 MB 313 24
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.