Memory Pool Memory Pool Refreshing

5,211 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,799 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (546,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,845 361,845 00000000000000000d8627e887d38c54a09e0dc2f0261edc2d9c8d1466b501e4 0.48 MB 1,129 28
361,844 361,844 0000000000000000063ff2123f99809ed3066593e31ecd46dbc856e33cb28367 0.04 MB 95 30
361,843 361,843 00000000000000000abccecf19541d697a581e17c4742c89a2a9bd880842f826 0.10 MB 201 23
361,842 361,842 0000000000000000121c3fe30666bf20800c3cc8e2590fc3b36a45792d308d7b 0.19 MB 456 26
361,841 361,841 000000000000000008bc3e3529061b18eb4a591a018cc363a58d6046d6688bd2 0.75 MB 1,341 18
361,840 361,840 000000000000000014437ea474f6fbc3212d0671b577c36b3aae844d7170e8b9 0.25 MB 930 68
361,839 361,839 00000000000000000822a52f2e0426b2a46ec103920b17f18d31b525364a4d8c 0.07 MB 144 24
361,838 361,838 000000000000000015d1d7d45f39f7045f3c523ba5eaebc5961ff95bbfbd93cc 0.06 MB 146 28
361,837 361,837 000000000000000014b97a8da9952793c71ecb81a92955e4fe9b2aef9c3268e0 0.36 MB 587 22
361,836 361,836 0000000000000000111647526db143ff9cb03a8a33217c5bad5c3966a2930549 0.26 MB 550 28
361,835 361,835 00000000000000001272dc6da52eb8ebba4caa4aee766bcb5a8eee1c2289538d 0.41 MB 605 13
361,834 361,834 00000000000000000e6d8b69535323ff476ca8cad5f394b98648ae98f7dab3fa 0.75 MB 1,694 31
361,833 361,833 00000000000000000e3019af8ae21671c3c1dace875681367b51b4e04b9e9912 0.35 MB 767 28
361,832 361,832 0000000000000000147431417aebb6f8a01d3fab3de5b3cf266d2d85733bc62d 0.06 MB 137 26
361,831 361,831 0000000000000000026900d7003255eab9bc93560d6cc158a5b0da876d540b1d 0.37 MB 819 28
361,830 361,830 000000000000000001cbca07a9ca4aa61a15645bfaaa44fa151fedc596ab2059 0.02 MB 53 37
361,829 361,829 000000000000000001fea270046798a30f5b562d75b7e67c8e2211d1370255fb 0.48 MB 987 28
361,828 361,828 0000000000000000056fd0117e187d2e55f47df93b0c0ed50c049035feaae13a 0.45 MB 877 25
361,827 361,827 0000000000000000133f079c69597164708fddd29f2bb90bf3939ffef986a73e 0.28 MB 553 26
361,826 361,826 000000000000000016106904d665d9ea6b033a59e5b140499d1134b38fc4685f 0.21 MB 445 26
361,825 361,825 0000000000000000063a8f32b5a7ea1d40a5f66a189e3283e455928c43b75336 0.25 MB 77 2
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.