Memory Pool Memory Pool Refreshing

1,779 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,779 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (2,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,209 905,209 0000000000000000000133b25fab404fa4d323645c9a2a3730f48585fcec68f9 0.95 MB 1,516 1
905,208 905,208 00000000000000000001c790f595a9d740ad0710f1b63b8645aa207190b9d8ef 1.54 MB 2,855 3
905,207 905,207 0000000000000000000169817bb4bef10ce99c5fa1ada5a45a5bfb534fd8132f 0.75 MB 1,394 2
905,206 905,206 000000000000000000006e7fe29d38cb3f086e5fd8c55b063a2c875544054ecf 1.82 MB 3,192 1
905,205 905,205 00000000000000000001a854bf339f64f375985390573e119b859d15eeb60fa5 1.66 MB 2,333 2
905,204 905,204 000000000000000000019c573dca114150cdfe9fd91472a02a0ab4b0e0dafe6b 1.77 MB 2,840 1
905,203 905,203 000000000000000000017ab813d3aa12958efb27c88c3d448a9093a5444e3962 1.76 MB 4,776 1
905,202 905,202 00000000000000000001b2f761418a34aa87b0f59f3fae77779daefa22ca9935 1.68 MB 4,306 2
905,201 905,201 000000000000000000007e3d772e672857aecf3be2825cf5627be3734ede9915 1.69 MB 4,520 2
905,200 905,200 000000000000000000013fb0af88f5cda48d083ec1b36a2a407254e8f27cb95c 1.77 MB 4,925 1
905,199 905,199 00000000000000000001813b8def8587252babb3ca04594e2056b9b79bb1678f 1.63 MB 3,725 2
905,198 905,198 00000000000000000000a173f1c6875d3b86aa5f3688fe325742fb1afd795518 1.73 MB 4,681 2
905,197 905,197 0000000000000000000199d47c5867e3cb3e6cf6c535d9e6947dff36a1647f3f 1.75 MB 4,756 1
905,196 905,196 00000000000000000001541507b40b9da5c2595bd08475119ff6154037ef0b11 1.77 MB 4,953 1
905,195 905,195 00000000000000000002365eb7c0735f97ba34be345a449f2467c81955804805 1.68 MB 3,860 2
905,194 905,194 00000000000000000000b2329c6b772e7197edc71e9dd2543f74158db479989c 1.78 MB 4,782 1
905,193 905,193 000000000000000000021311a6974f9579be682fcd337c55e399a707bf0492ab 1.74 MB 4,653 1
905,192 905,192 0000000000000000000215320f1c76113ee2d6e0e29242b11cff94f48ec9fa23 1.67 MB 3,591 3
905,191 905,191 00000000000000000000ae6d2e7554508045ecae33946e734a836e9a4fff7243 1.39 MB 1,662 2
905,190 905,190 000000000000000000014b67bf9e80820e5c791785fb811185a8c81b6ef60a89 1.73 MB 669 1
905,189 905,189 00000000000000000001102067c578c8a363500b59f3a6fb875f64d53ae87b8d 1.48 MB 3,324 3
Previous 10 blocks ↓
Total Size: 769.46 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,646.19 GB sent, 95.25 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.