Memory Pool Memory Pool Refreshing

5,817 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,967 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (602,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,764 305,764 0000000000000000260fda0019f8d7a46f379f92989346d828064d366866ed1e 0.67 MB 931 23
305,763 305,763 00000000000000005bc6aa324d1180619c484b61d09269c46fee7e18c8868506 0.03 MB 81 34
305,762 305,762 000000000000000041aaab8f214e107a710e2d834f5828c0a59a660d08d3b45d 0.08 MB 66 18
305,761 305,761 000000000000000000cd31cef9b8647f0500dcbbae782613be127e5b7f8a5dc3 0.24 MB 512 36
305,760 305,760 000000000000000008831a529c120d9050967501fb33a159e0102c7a0bda7202 0.10 MB 176 22
305,759 305,759 00000000000000002b0d090a77f803c29faf45909179deecf91d98d5570608e0 0.03 MB 65 41
305,758 305,758 000000000000000035c05eb1f1670414513e35c730306f734c8b8d391605b36a 0.27 MB 528 33
305,757 305,757 00000000000000005339cf2f810a8ebb0229f38e5db81a82793f67568cca77fa 0.35 MB 443 20
305,756 305,756 00000000000000002295b36307abe8b2553e52a8f3278ab72345ea18f866928e 0.17 MB 512 47
305,755 305,755 00000000000000004ddcc0117c1128e4d1e3e6fcfcbb227467a271ce58b75f4f 0.02 MB 64 46
305,754 305,754 000000000000000034bc9a4f78bf0646be44e9d8210bd6a97d84e2db61166817 0.32 MB 538 30
305,753 305,753 0000000000000000564386789d62cfe86a02c8bcfc40b882c37b2fb2adf3da66 0.07 MB 123 26
305,752 305,752 00000000000000002a62b31113882d873f2b4c95951cff4ce4c9fcbd51bcfacb 0.02 MB 47 27
305,751 305,751 00000000000000000151642db26d331f8783953ce99552b58d4fd7ad54b861f6 0.03 MB 47 16
305,750 305,750 00000000000000003dc3881992af9162aef91d2c7ba86de32f2d6fb6c5434618 0.10 MB 219 30
305,749 305,749 00000000000000001988b101b37492d315a97cd49c4d4878c159530d2056945d 0.26 MB 474 31
305,748 305,748 000000000000000020dc398997dcaaa15c1c4d51e3f42c42a5dda0b28fd5fbaf 0.18 MB 260 28
305,747 305,747 000000000000000026f557c1f99e20f8ab066a732c3d7f11865a3285c20c077d 0.27 MB 520 32
305,746 305,746 000000000000000057343d1d7e105bcdf8cf987672fc9b392b90df485b61dd5b 0.22 MB 384 29
305,745 305,745 00000000000000002bd0edf4079a3bd8813825171911241c18cf91854da356a7 0.01 MB 37 15
305,744 305,744 0000000000000000399c18c1e11905908bb9e02af08e5a7bf0e421498f507235 0.50 MB 591 26
Previous 10 blocks ↓
Total Size: 769.22 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.66 GB sent, 94.04 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.