Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,292 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (646,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,969 261,969 0000000000000008b67eeaba43c4b649e67d034fccc8924e2ddced31cb3e4575 0.08 MB 205 139
261,968 261,968 00000000000000149700a3dc6755c03f706651462938672d61a271f99c90e213 0.03 MB 54 103
261,967 261,967 0000000000000016396e08ab80916c3bc861c42a2b227c8dbb30c20063ad4ea6 0.01 MB 9 59
261,966 261,966 000000000000000103d783838e70c87b4d8670ce95f0c39aba751bb1412c733c 0.01 MB 14 79
261,965 261,965 000000000000001bf1ccd3ab0418596a89535087e20f090bb03375997eb1cb28 0.06 MB 134 116
261,964 261,964 00000000000000106a8a3082eba2b622fd0bc1e6b267f590360fe3c8a1186d4b 0.06 MB 112 68
261,963 261,963 000000000000000a19a7e277d450cdcd2c83ec1d860e4744203071ddd9824367 0.15 MB 342 124
261,962 261,962 0000000000000007715b4a6a1563ee818f500e8571bdf845f99f8d9faa8a1463 0.00 MB 5 210
261,961 261,961 0000000000000015e7f6681cf248f00dd36e1050f47a804fc62f133a6b6c1f6c 0.15 MB 63 16
261,960 261,960 0000000000000018bcc53887ebd5e6e982a34e3baee29503984a3b05d601bf60 0.04 MB 110 96
261,959 261,959 000000000000000f568491e8e17513e8ba3b855f3835d437d3bdf62fb8b5e8aa 0.24 MB 444 118
261,958 261,958 0000000000000005419166615b55d552af65c707c717f4102c0ec4041abc8a83 0.04 MB 98 90
261,957 261,957 00000000000000089c53345aa347f6d2859db2c57eabd2a24b484c6f312b8d89 0.08 MB 174 86
261,956 261,956 0000000000000016b731b1b5662061a9fe0bdf1ead4bf3f20449678a412a2401 0.05 MB 113 93
261,955 261,955 000000000000000bbeb0e024c61c76a20e84894c07b5f9fda54a140a63c9bd2c 0.14 MB 293 102
261,954 261,954 0000000000000011bc78567b0f3331b19497db39de50d0360aa376d42e51e68a 0.16 MB 387 121
261,953 261,953 000000000000000a1b98208cfd31d9183da4990592cfc58fc15203f68610da4f 0.17 MB 393 130
261,952 261,952 00000000000000092defc9eceeae4da15134af48e6b2692660171f7e377f1cd5 0.01 MB 34 166
261,951 261,951 000000000000000405814d11a8fb826321a67d4e62bf99cc48a59f8f10e4bf1d 0.07 MB 173 100
261,950 261,950 0000000000000013515de011e84fedaacacdadbd220ba52aa99d029843b8845e 0.03 MB 93 116
261,949 261,949 000000000000000738e20a1414087b715f575d789912b081367879aaee1f8a30 0.11 MB 126 58
Previous 10 blocks ↓
Total Size: 769.57 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,649.54 GB sent, 95.77 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.