Memory Pool Memory Pool Refreshing

6,323 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,727 (227,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
680,678 680,678 00000000000000000008fe5626cdb625a01ddb040ca311333dce3abb0de8969f 1.19 MB 1,333 95
680,677 680,677 0000000000000000000389b605d15f05aefcaf3bbaae2bf0f593012cde9565c1 1.18 MB 1,744 110
680,676 680,676 00000000000000000008032387d4d3b1ed1d63b38a2dd511622b760150fb52a1 1.37 MB 2,709 176
680,675 680,675 00000000000000000001cf877f3ad4dc2cb97fc0cfadf9b47df75221ad36872f 1.19 MB 1,830 99
680,674 680,674 000000000000000000007ec026f73e6d1c51c4c8488ecaf8a11943662840e78e 1.26 MB 2,839 116
680,673 680,673 0000000000000000000b39e10cb246407aa676b43bdc6229a1536bd1d1643679 1.33 MB 2,411 151
680,672 680,672 000000000000000000001504c63a05f072dc28f8bc7b10a2a32fe3ea55c23957 1.19 MB 2,091 118
680,671 680,671 000000000000000000079c40830e894b9ae8ad045362f3104c804bcea1736de9 1.24 MB 1,961 135
680,670 680,670 0000000000000000000743fd0fe40365f1921c812f3819625ba4df6f59d3803e 1.21 MB 1,865 148
680,669 680,669 00000000000000000002f2755798abfa9bc24685a01de355a8d002118792d463 1.41 MB 2,275 173
680,668 680,668 00000000000000000008e4fd0ec27c358b07eba438cf036c36f0926b62028c9a 1.13 MB 874 179
680,667 680,667 00000000000000000009d827eff71153f7b7d4b070d01575ea22ace30fe624d5 1.23 MB 1,646 168
680,666 680,666 0000000000000000000a57fddf7f7172d9657ac7e1b21a1d908793571f318756 1.29 MB 1,863 189
680,665 680,665 00000000000000000007e8a62f6eb996d714736ea6279a6033961d15d0b8ac85 1.35 MB 2,903 192
680,664 680,664 000000000000000000016b109ed5510bba67dd28f21042568ee582537b5c77b7 1.18 MB 2,327 219
680,663 680,663 00000000000000000008ec5f986301663efa514452bd062a29c94ace68e92b05 1.05 MB 546 209
680,662 680,662 000000000000000000083e705341acc44474e4b43d734d63991b649207b87776 1.37 MB 2,699 187
680,661 680,661 000000000000000000001c2713257c8deb0b5dc6092334daad1df17ec5098e37 1.34 MB 3,273 110
680,660 680,660 00000000000000000004ba1012fd557fa601ace7cd1fefbfa44ea967639267bd 1.49 MB 1,799 170
680,659 680,659 00000000000000000008da3ad6c4dd719800befc72b7108a9c157c3763b84113 1.26 MB 1,845 197
680,658 680,658 00000000000000000007b1fec72bccbb41b99fc7c98b47bb2d3250220d0f67bf 1.25 MB 1,003 186
Previous 10 blocks ↓
Total Size: 769.03 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,625.88 GB sent, 93.05 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.