Memory Pool Memory Pool Refreshing

2,739 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,724 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (5,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,644 902,644 000000000000000000022d9bf72f15d16ffdb08770dada701610db8f15ddda0a 1.82 MB 5,117 1
902,643 902,643 000000000000000000011eeb5836f3601e7499dbee07c72ed04947349c150675 1.83 MB 2,512 1
902,642 902,642 00000000000000000001514e66e3b2a267e387ade1f7f9f3b19b74f851d5d903 1.61 MB 3,432 3
902,641 902,641 00000000000000000000eaea56908c00a7a356ff28d7c0456f670086afc57b76 1.84 MB 4,347 1
902,640 902,640 00000000000000000000c2ed4e2cd3ec0b83a649abc36d3095d9eccfa2003be2 1.40 MB 2,509 3
902,639 902,639 0000000000000000000167cde673ee53b31ac2f79be8dba524e52f235556c6d5 1.58 MB 3,088 4
902,638 902,638 00000000000000000001c67f398dc3f2f3f880eb0e437605ae30036dc3628299 1.49 MB 2,870 5
902,637 902,637 000000000000000000016f83b61acdff1897687fbeab223c29b59519dc656525 1.35 MB 1,793 3
902,636 902,636 000000000000000000013ba7f863ac5eeb128821865f5b9ef65b4d0925386cdc 1.58 MB 3,391 5
902,635 902,635 00000000000000000001ab1a9c5534c910c7d6497bb70f452f8e8ef7c3657bed 1.43 MB 1,203 2
902,634 902,634 000000000000000000004fddf009c5eee4b9885d69b152c3e6e1dd43b89c8e26 1.62 MB 3,702 6
902,633 902,633 00000000000000000001388df2ae127608ba17ca11cc23f8da7335adb95efeb0 1.61 MB 3,130 5
902,632 902,632 00000000000000000001ad1c26414abe4622be600b4087dcde2f654f3ba325ce 1.52 MB 3,178 5
902,631 902,631 0000000000000000000092e7c0eb33ca8f26eacfb293049f7c019574b5329281 1.84 MB 4,239 1
902,630 902,630 00000000000000000000674650f10a0592227673cbf2594187824f8f38a94951 1.52 MB 2,790 3
902,629 902,629 00000000000000000000c2ddcada36c5422e6d6b115e3c65e3d24f19cdfe9d3f 1.62 MB 2,803 4
902,628 902,628 000000000000000000010024783c64ac458bce7a4e1ce205b5bf256a0a023415 1.36 MB 2,305 4
902,627 902,627 000000000000000000019b30dd0768707612b741199c3211d2b0c007a78a3f5d 1.25 MB 1,340 3
902,626 902,626 00000000000000000001efde07444c12ca09b5bad811840d0bfaaedd12cc1700 1.34 MB 3,291 2
902,625 902,625 000000000000000000005e541447c3a676f00aeb4adde57d02b2dbb6b93cc51e 1.57 MB 3,668 6
902,624 902,624 000000000000000000018ab704696066ac1ef4bf4aceca9822631b96814525bf 1.45 MB 2,329 3
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.76 GB sent, 94.08 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.