Memory Pool Memory Pool Refreshing

2,040 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,022 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (626,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,007 281,007 0000000000000000e0adedd30a9cdce5638bf507c769956dd8563ecfd2ff2a82 0.25 MB 657 49
281,006 281,006 0000000000000000d3b50602c2257982a613a690a471fa6a5019c7d93f261888 0.05 MB 119 36
281,005 281,005 0000000000000000e77efb9345d16ccb69781d90843c163c714ab21c36bb9110 0.22 MB 323 35
281,004 281,004 0000000000000001e940c94e8d05a49e9be4f61308472fe8ca6a277493da0d39 0.50 MB 936 62
281,003 281,003 00000000000000018a755d597de76766fe8619c42f4412c1391cceadd08450e6 0.50 MB 837 60
281,002 281,002 000000000000000226587205b861852a82dee7a6d2dba770a6661186742ddce3 0.50 MB 1,105 36
281,001 281,001 0000000000000001feda2756c7876c916e3aed3168d5423c7c89aa5ec7f8232f 0.25 MB 684 97
281,000 281,000 0000000000000001c1b32d5f6ff09437b1cfdea80c0f316ff4f688fd6db2c2a7 0.05 MB 154 146
280,999 280,999 00000000000000015968f0d7172fd833464a4ce0dd8446dca7fb0296da7af95b 0.25 MB 786 92
280,998 280,998 000000000000000134fdace02b0fe5396684749ed98c7b83c6aca27e8a24ddef 0.05 MB 144 235
280,997 280,997 0000000000000000b94e914f9a27721e50792677af5a2e4295e702abed929ff5 0.25 MB 562 57
280,996 280,996 0000000000000001478066190650c9f8c540efd70294a4ea72c0ae0629d13f7d 0.00 MB 1 0
280,995 280,995 000000000000000193a13b0574c8507f07998c5291222e6be4b99cb421adb69d 0.25 MB 517 94
280,994 280,994 00000000000000007b2318d28ed520fd0d6fe33df66a38811c566555b5f4cc68 0.04 MB 106 69
280,993 280,993 00000000000000015b7bb5a633d560ad4c85b916030320d50f8ab93fabd0f209 0.31 MB 600 61
280,992 280,992 000000000000000249e5af45741cf06536d7ef6dc356d5e17acffb91eca76739 0.15 MB 331 46
280,991 280,991 0000000000000000bc3b3cb799f6d2221ad987094f197caf6e98255762ce3115 0.11 MB 235 49
280,990 280,990 00000000000000020ec6a7f7e8659c52bedd7ae9be802db2a265dee91d1acc9b 0.10 MB 169 43
280,989 280,989 000000000000000002ab0d645dd2aeb883972b21ec82bd5ae9404975f6c360a9 0.29 MB 473 51
280,988 280,988 00000000000000015ce39edcf6b0baed22468618f0d9ea016ca2513e7998924d 0.50 MB 1,065 51
280,987 280,987 0000000000000000d34d6e0e8d8290c7248f32bb3c39400892a34a3e761f6e78 0.38 MB 959 72
Previous 10 blocks ↓
Total Size: 769.26 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.25 GB sent, 94.22 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.