Memory Pool Memory Pool Refreshing

6,770 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (201,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,497 706,497 00000000000000000001ee204afc355fadf9a3a6db509438012f6ee684774148 1.43 MB 2,686 19
706,496 706,496 0000000000000000000dbae072f3086d6288ad4a5c28a6754b69c11203a580c0 1.59 MB 2,165 4
706,495 706,495 0000000000000000000b9a09178dba463c744131aaf42445b0656c54970ef2f3 1.69 MB 1,981 7
706,494 706,494 0000000000000000000485dbef4c11443cd89942d21e9a2a8e90849954db21bb 1.43 MB 3,043 24
706,493 706,493 00000000000000000008c055258e2fcb4495739c1bb1f8aaf51000a3cf974924 1.43 MB 2,483 5
706,492 706,492 00000000000000000008c396939b6984c5b5a655240bfb8dc290700a3a61de1a 1.38 MB 2,917 18
706,491 706,491 0000000000000000000dedd276613a6e9b9423e2461eed3ed4487ab36b0eddf7 0.59 MB 1,040 10
706,490 706,490 000000000000000000073f28da0bf6e3d01254bc273c893bff59bf76a3c4e09a 0.36 MB 788 11
706,489 706,489 000000000000000000034dffb677345bd901157e2f7d7b6694e25f7794831cab 0.24 MB 553 12
706,488 706,488 0000000000000000000c0ce1a4e5bfcce9e06de5284d9c18d4690550d9a2fee6 0.50 MB 1,315 11
706,487 706,487 00000000000000000007c7f19b8dc4800f0aa32a6c76d434620d8f782611a8ef 0.25 MB 355 10
706,486 706,486 0000000000000000000043a26b5a9156fd1199104d433384a343ec6f0bdee737 1.30 MB 2,297 10
706,485 706,485 0000000000000000000c214a9f3b0d22f01f5c2470de46eab43735eb05368c06 0.51 MB 997 11
706,484 706,484 0000000000000000000159bc7160fbd687bb33176412f663767d411d3cf44d26 0.43 MB 643 9
706,483 706,483 0000000000000000000a30deedfe4d36c3e23f3f1e05df4bbc1618d47842d1a9 1.25 MB 877 1
706,482 706,482 000000000000000000029d9f70aa2da5f652610094a8c2281cd380485b24065d 1.48 MB 3,036 4
706,481 706,481 000000000000000000020bad6512870cc079eaa05acd85d8c384efad445cce4c 1.39 MB 2,787 17
706,480 706,480 000000000000000000092c4e5afdc19441bf13d6da1d47c5d390314224dd377a 1.40 MB 2,198 11
706,479 706,479 00000000000000000009b082ffd77e86a4e3e6563d67b1e1257cd7396fe47e44 1.47 MB 2,680 7
706,478 706,478 000000000000000000094beaed673c82760c0c14182ad7a29858e44c55175ca2 1.33 MB 2,337 16
706,477 706,477 0000000000000000000a8e90aad78269198f2c71ba97187cc45311a5d2419c14 0.21 MB 251 8
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.