Memory Pool Memory Pool Refreshing

3,720 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (77,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,822 829,822 00000000000000000003237d04ad2415292d0fe61e5d367b72fd07b3172e1199 2.59 MB 690 17
829,821 829,821 0000000000000000000227e6c2da74b6ef93fc7743a5878fc6e07c8b7f887ee4 2.11 MB 703 15
829,820 829,820 00000000000000000000b7f267dd8f7a867287fb0c07e164187cf585c5639d02 1.67 MB 3,301 18
829,819 829,819 000000000000000000019e6204beb96b122036247a8664bf4d66a8b811f769db 1.61 MB 2,539 20
829,818 829,818 00000000000000000001a05e045444fb4227933d5be5f0efc54ca926963d0c43 1.61 MB 2,141 17
829,817 829,817 00000000000000000000444b5117d4dd006490de38ce067443ac1c9a1ccc0f08 1.73 MB 2,577 24
829,816 829,816 00000000000000000001be54eb192b683a066b035ec59547de17eaaded2cfa73 1.66 MB 2,456 18
829,815 829,815 00000000000000000003b3480ed47cd0d435069efcc1eccdbcd84629a9e912ae 1.72 MB 2,381 27
829,814 829,814 00000000000000000001a9931d3181dcad10319187e0b668fc2db0f8dff656c9 1.58 MB 2,414 29
829,813 829,813 0000000000000000000124f61e7c5cbf1c3de8a4ac811c87fb3f04d6614bf1ee 1.53 MB 1,590 18
829,812 829,812 000000000000000000011b512a6c223a8739f5541cd2a7a5a734da7f5e304e1f 1.66 MB 2,071 28
829,811 829,811 0000000000000000000300b61c9c167b2d89587d96e087ebf80f974634f82e6e 1.73 MB 2,516 26
829,810 829,810 000000000000000000004018f01a38c65ea9fa2c748d74135ed0167ffaa7b380 1.69 MB 870 22
829,809 829,809 00000000000000000002362c26adbd69ff3ab4e5a1349628c7fec243e0efb811 1.46 MB 1,811 25
829,808 829,808 00000000000000000002d4a6a6f168c6ae18f715247e208500e7d5e822b621ef 1.59 MB 3,359 33
829,807 829,807 000000000000000000023c9f3dfcb5a2166c3cc8f917421ee73bd3177b9161b7 1.30 MB 1,016 21
829,806 829,806 0000000000000000000025d68ab1e0b8f85124c902ee2f747abdace398bd9044 1.56 MB 1,762 24
829,805 829,805 0000000000000000000042b5ea66f942e53d22c40097bc50ba4b172280cf0071 1.54 MB 1,554 23
829,804 829,804 000000000000000000001f047cd11cf88b27ab61491d2f98bcba133b4ab07467 1.87 MB 2,243 27
829,803 829,803 0000000000000000000097e9bdec56eb7361a6849b0551d19e81349ffaed3352 1.87 MB 1,781 26
829,802 829,802 00000000000000000001c5ba54db1731ca759f84734a94bea2bf1279e9f90507 1.54 MB 1,035 22
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.27 GB sent, 93.11 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.