Memory Pool Memory Pool Refreshing

2,380 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,377 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (118,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
789,729 789,729 000000000000000000047c65d70dd84d49f54e1e9e3372dd92a9c8a2d8939617 1.59 MB 3,792 50
789,728 789,728 00000000000000000004eee221c965505c30e2a474d15603c74758c5cfd3b7f3 1.78 MB 3,705 29
789,727 789,727 00000000000000000004b1d34a1bc162da24248b6838f581edb089fe5a9bb0e4 1.55 MB 3,597 76
789,726 789,726 0000000000000000000496f954a66dced9944099b40a9b211ef22e44c77b5074 1.68 MB 3,120 32
789,725 789,725 00000000000000000003315350fbc2c2c7b890aaf4d01a7f53a0a65c9fbc173a 1.82 MB 2,578 27
789,724 789,724 00000000000000000004d44bd427523f7004d73719cfc703f716250907282aa3 1.29 MB 981 16
789,723 789,723 00000000000000000000d155045e369c5b930a99785da38480a376c4a452bc79 1.79 MB 3,147 33
789,722 789,722 00000000000000000004e0ee272e822cd5860594d8318ff9d991cd14b1709e5b 1.78 MB 3,884 26
789,721 789,721 000000000000000000039a345851555e2c71eff63a51c32986fe6e390c0df469 1.90 MB 4,368 31
789,720 789,720 00000000000000000001adc632a7e592d4dcd168f0117712fd3ba5de2eed11ab 1.84 MB 3,624 23
789,719 789,719 000000000000000000004323b6bd279152bd527b5f30a0336d7a604b8892859d 1.78 MB 3,865 27
789,718 789,718 000000000000000000055cd073f4875a9133f52bdf3fe0d724cc7f5a56424747 1.79 MB 4,115 40
789,717 789,717 0000000000000000000340bfc00c8a5a670dede7ad665a3166bd65efde3be2c9 1.82 MB 3,807 53
789,716 789,716 000000000000000000043a6f186d0e1982cf9666c729a78edabc419dcac5b976 1.81 MB 4,021 35
789,715 789,715 0000000000000000000059c1b7ea13a91bee6e9288ec4ccbac9b5498064e2326 1.71 MB 4,203 40
789,714 789,714 0000000000000000000476c07a52f64d8e349cc5fec0aa5ee30b77c3f7353382 1.78 MB 3,724 66
789,713 789,713 00000000000000000003087e4aae880b96cb30eb771a2ffd125a57b833b4ab37 1.65 MB 3,039 41
789,712 789,712 00000000000000000000c036adea90869bb2005ca807b4958bf46ac695945819 1.52 MB 3,615 108
789,711 789,711 000000000000000000026ef7b109c77b0e88b7ed7dee0eb2ba9f894d5defc36e 1.67 MB 3,101 31
789,710 789,710 00000000000000000000b468c003ba6d135a3adfd3715b580bdb82121de72d6c 1.53 MB 3,409 65
789,709 789,709 00000000000000000002011cd82014ea6f6f09c525ba3d5fef1e6ef3ace3a0d4 1.75 MB 3,112 38
Previous 10 blocks ↓
Total Size: 769.11 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,629.56 GB sent, 93.44 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.