Memory Pool Memory Pool Refreshing

7,210 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,910 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (794,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,805 113,805 00000000000088e15576c802b49c5e12f5e9ab98aa7268571c20a276962c957d 0.02 MB 105 41
113,804 113,804 0000000000002c7a707e65fd30be9e0034fbcd7b535eea9348f0a10ebeb33a38 0.00 MB 10 344
113,803 113,803 00000000000050cb9a39950bb88ea4eb53b47cd0151725d6d62e9b6837ce58a5 0.00 MB 10 0
113,802 113,802 0000000000007ac3d089121c5075e72c978ecd7fe77661f356401f85b2655029 0.00 MB 11 625
113,801 113,801 0000000000007f004f15982f61db7956c3a5db647dbedbc3993a33ade9fb59ad 0.01 MB 17 401
113,800 113,800 000000000000adba836a98aa287d5503dd3ecd84249f507c7bf885c99f548322 0.00 MB 10 0
113,799 113,799 00000000000026221044f04cebd021dbd349447914e093365d39bcb0575cc9f9 0.01 MB 16 355
113,798 113,798 000000000000810b2a1bc498d9d5e9f918b8beacf64fdf9b2fad5a2afc56d47f 0.00 MB 5 2,873
113,797 113,797 0000000000001e4690b8869484d7176b279975664289af545909667e9ee99cd2 0.01 MB 38 113
113,796 113,796 000000000000869481cbf00d6799e81f52cc0ced6f8fcf3c9d08547272a85f74 0.00 MB 8 0
113,795 113,795 00000000000032e71fb5c06c9dffc37179f6568cbc507d2c25372068e423b13b 0.01 MB 28 120
113,794 113,794 000000000000b5ee83db829dda7baaedddc0f65fe33a87638dce3d55c3de08a6 0.04 MB 148 54
113,793 113,793 000000000000656ae1d6fd2632004cbe46b18fc3759598ecf892397ed57ad5a3 0.00 MB 9 0
113,792 113,792 000000000000cf7e83c3bb130ea8ee5a5e4724f0b7194b675f8d2477e9d2ba98 0.00 MB 5 0
113,791 113,791 000000000000ac5b420f901c7883b1ec6710654cc30c3e3dd639e722379ce62d 0.01 MB 20 290
113,790 113,790 00000000000012dfa5c2cc58d9d2387d5b4ec64c5a2b34828050f26b3c818d59 0.00 MB 2 3,875
113,789 113,789 00000000000081b80a4610ac12d9c710e9d987b481204e00493dd3d6a9ac317a 0.01 MB 23 0
113,788 113,788 0000000000003891a9fb8500c52a25bafc9fa68d459bc61490e1f9265b558638 0.00 MB 9 0
113,787 113,787 0000000000003f04ca5148851fab28e24466e5582bc03050229251fab945cec2 0.00 MB 12 0
113,786 113,786 0000000000008c403ec86abf5bafcebc4615706c2515f5647624503cdd2bcbec 0.00 MB 4 1,477
113,785 113,785 0000000000005cb0623f3ce21ded8148b7e7cc18f5ac934b9b97e86f578a698b 0.00 MB 9 673
Previous 10 blocks ↓
Total Size: 769.21 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,634.61 GB sent, 94.02 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.