Memory Pool Memory Pool Refreshing

3,641 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,636 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (593,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,991 313,991 000000000000000026374db41af878cfbe4a40ef17bd5cef3362b3bc226fd305 0.18 MB 447 34
313,990 313,990 000000000000000033f4842411b5eae41e3e64ab4a4c824fa1976a5d87896ed5 0.04 MB 105 30
313,989 313,989 000000000000000011bf9dd63a7b858555b0c3d0a1faa1cd424943842506070c 0.36 MB 817 34
313,988 313,988 00000000000000001f511b477c60149a14c1dbba087d86a952b87c5f01fa072e 0.22 MB 412 30
313,987 313,987 000000000000000029285c279a70fcb8444832b3cb1e75d419236050109446fd 0.59 MB 1,351 31
313,986 313,986 000000000000000024ad05b2e2003e1c4473e3c87f7521a9c948827e32841075 0.27 MB 669 34
313,985 313,985 00000000000000000647c1293b5bfafe449bd20ecdb2c0d6f3f182f3b5b83ca8 0.11 MB 254 43
313,984 313,984 000000000000000016f6d3b931cc3bea89a13dd1542d381ca05c1c0b0a2fe9ed 0.08 MB 156 91
313,983 313,983 00000000000000002c79733ecd567729fcd66cc7992e61be61a40b49b0b08b6f 0.16 MB 343 27
313,982 313,982 0000000000000000306756f7d7462bfd52e814be5ba180160be590b8c474d797 0.05 MB 44 1
313,981 313,981 00000000000000001e4adc9346b0375b99fd5babadb8a3ebb2fb97c99ca6845e 0.21 MB 405 26
313,980 313,980 00000000000000000d1676f860235801bfeac503856c21b21115f5e8be1e6a9c 0.25 MB 592 34
313,979 313,979 0000000000000000193a6c424237e990cbe1fe07048140d1bb3545c8cc0dfa4e 0.34 MB 693 32
313,978 313,978 00000000000000001dd05d53da0283114e88331664484f4312c0e5daf3c09ecb 0.64 MB 1,276 32
313,977 313,977 00000000000000002f78cd2d78e471e70deda97eb5ad291dd0d62a43bbcc9c22 0.23 MB 389 25
313,976 313,976 00000000000000003881baa96dfa7527856e8e0d71b960c012a0c78884864f80 0.41 MB 836 32
313,975 313,975 000000000000000019e5ef9291d28e5540d2ca11b07ce49bbf3e4258a4c803b1 0.11 MB 228 21
313,974 313,974 00000000000000001c44cf9e325561351c2bf07caa7d06add05170fdf97172bb 0.62 MB 1,419 35
313,973 313,973 000000000000000004adc10574ddad3f1ca0a85f5d33f69c9141e9246a6ccd63 0.06 MB 111 24
313,972 313,972 00000000000000002e6975f83b989591c62ac1957b81eba8d02caafc7e107a6b 0.09 MB 191 16
313,971 313,971 00000000000000002592a7d287ebf941db36fc7767f03bf95661cf14e363fce5 0.43 MB 824 27
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.