Memory Pool Memory Pool Refreshing

583 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,020 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 570 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,019 (658,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,395 249,395 0000000000000033f6777f288d056896d5d5d50f06fc7c0141685072e00a40c5 0.19 MB 431 59
249,394 249,394 000000000000000b23999dfdce102c921280f7a9328126c041b1b16f68cd3e3d 0.27 MB 502 109
249,393 249,393 000000000000003b237bb25034a2820ed67268481ef79b2bb449d9e3a9f71c5b 0.17 MB 284 108
249,392 249,392 000000000000003a1849c2b6ca72fd9a130a9906d4a0de61c24899c4dc01e1aa 0.02 MB 46 115
249,391 249,391 00000000000000532887d292d15f3eebe8f88a77ca87e6970decc78b20aafd4f 0.04 MB 71 93
249,390 249,390 000000000000001278660e98f9d12f4acb735fd178c51bb00b193d4d6be8690b 0.00 MB 1 0
249,389 249,389 000000000000003eb81dfb106ed17ea3a12539180497f3a8c63a8f72c0548bd8 0.00 MB 7 92
249,388 249,388 0000000000000041bf0bc05792468f9e489a4cd6962584df33616757e11f5477 0.08 MB 198 170
249,387 249,387 000000000000007027251cb29c7db07ab04db917597d3f0fa724fe77d0d5e509 0.29 MB 512 52
249,386 249,386 00000000000000651df6a82756ff0210c027c8fe392a47e2b3d501132dfea1ec 0.04 MB 72 53
249,385 249,385 000000000000006a6ee52d07a456de4579a17220cfa77f87b495905714716ca2 0.19 MB 468 152
249,384 249,384 0000000000000042746421869dc66911c3bb89c64d94587e7289a535288bb8c9 0.06 MB 123 83
249,383 249,383 000000000000006dae1edc03a683bd4875da4befad2535b907195cd016180036 0.13 MB 216 325
249,382 249,382 000000000000004a92562dba8faf85762f2d9a193d3a64f50bfaa11b44cb053c 0.20 MB 281 33
249,381 249,381 000000000000002bc5b98207a95eddbe73f62ffa92415b376fe77ab8578d2df6 0.25 MB 619 152
249,380 249,380 000000000000007ef5ceba2be5ae62123ad7ec33907e6a0b0ed7d00b1a50349f 0.23 MB 450 123
249,379 249,379 0000000000000015ee562ca1c4a224ff8338ca7b1c1c8163b05996f9f502efc1 0.19 MB 379 104
249,378 249,378 0000000000000088212f50036f30602cf0132131b6269b27cc1c3f0401e3d02f 0.11 MB 136 16
249,377 249,377 00000000000000310135de1626b3d606b4d112b93960a826ed6c64f5de64557f 0.25 MB 560 123
249,376 249,376 00000000000000468328030e4f9138d2a4829693c40dc82c06057b462356a3ac 0.14 MB 339 128
249,375 249,375 000000000000001775191f1c3907c2f865ec23a3f93ca30dfef4aed098f19950 0.16 MB 182 30
Previous 10 blocks ↓
Total Size: 769.58 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,650.85 GB sent, 95.83 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.