Memory Pool Memory Pool Refreshing

2,414 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 2,402 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (779,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,552 128,552 00000000000004324268d1200aa27c693e119dbe462e47ec41597b0fabec8975 0.01 MB 18 1,577
128,551 128,551 000000000000131e484107d2699d3821d8c4e04ebb642e122b292cbb8b89ece3 0.02 MB 33 267
128,550 128,550 000000000000070d639f54b5b83fdff1f1a34488a693d5bb47afce20da662c00 0.01 MB 20 17,697
128,549 128,549 00000000000007da499f0a9e7842e1c167f69ba6b7d2c0f6db237ea912cd8daf 0.01 MB 30 178
128,548 128,548 000000000000254d11b9a46d0fceb04701a22945bb40a90ac2161bc29804d60e 0.01 MB 8 1,564
128,547 128,547 0000000000001ea87c1f2eae93fcbb17f004bf827e10fbad9371c08d40a81553 0.01 MB 17 937
128,546 128,546 000000000000216fbcac916c14ff1b5f0b4325e09184034cd7c2c09012b45441 0.05 MB 156 25
128,545 128,545 0000000000001e1d8cd61813f6d5456445ef0bec9f0ad3eb1182a8032b963ed8 0.04 MB 56 537
128,544 128,544 0000000000001c84d63133baa8d202706280b32a22c807e180df00c508651dac 0.02 MB 47 2,497
128,543 128,543 0000000000000a851346533ddda860ae8f336142d84fa08438ab1c06f1a6dce1 0.00 MB 13 1,486
128,542 128,542 000000000000105ff0e6f798665f0c470cd26fb1df93772c605b932943f13ffd 0.01 MB 10 1,392
128,541 128,541 0000000000000b5cffbafef531267f244e5a703a41510f9dbc0b345218c3e73c 0.02 MB 46 563
128,540 128,540 0000000000000ef2c02d8390595d623fef2978ab028d3cbe98b57af1fcff2d65 0.00 MB 7 1,394
128,539 128,539 000000000000201353cb8902bd7c2492ffdd25bbd5387479d2a13c366890d165 0.02 MB 69 2,281
128,538 128,538 0000000000000d31efa5db0081ac3ffae45e30934a81354b0721943f8f3b369b 0.02 MB 45 923
128,537 128,537 000000000000245e1bfbb6622b83b8d1a3d457f335d8bbca6454802afc1ddcf9 0.00 MB 10 619
128,536 128,536 0000000000000791fba1ead596a6910ac6812140be8e1390dce4fbc90231693a 0.00 MB 7 0
128,535 128,535 00000000000021c42d1a157d5c60e5c28b43912e0cb27b1f479baad6532d0118 0.01 MB 21 798
128,534 128,534 0000000000001b193efff5281bc38c19b507090c4841251b634d6f47d9421fdc 0.01 MB 20 1,610
128,533 128,533 0000000000000bfdf02f9068605ca5a42b2010a07e48a99b68a4029064b88884 0.01 MB 9 508
128,532 128,532 000000000000102a846548be4220bfc2d42ce4ef312d708b03c74444e26c98cc 0.02 MB 25 885
Previous 10 blocks ↓
Total Size: 769.10 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.21 GB sent, 93.42 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.