Memory Pool Memory Pool Refreshing

12,768 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (626,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
280,986 280,986 0000000000000001c9b372ed519ecc6d41c10b42a7457d1ca5acd560a535596b 0.25 MB 765 89
280,985 280,985 00000000000000010e987f0451b5eb276c30a21c68853a6aaec0ce9581af25a0 0.16 MB 339 52
280,984 280,984 000000000000000179aa51d11e67192660c95920bad8d267355b31a4e65e76a0 0.28 MB 360 39
280,983 280,983 00000000000000008641e79bcc2bf7f34c90c404ef2ee36b36ebdeb8a8649e3f 0.25 MB 652 56
280,982 280,982 0000000000000000a68190758aa866166d82f0239078815624c572ce6c56c41c 0.25 MB 723 97
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.