Memory Pool Memory Pool Refreshing

8,850 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,812 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (95,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,316 812,316 00000000000000000003769164f5a5eed82b3baf3a999498991fd3ae4f8681ae 1.50 MB 3,243 27
812,315 812,315 00000000000000000002d8f8de61995d05333fcdc7375648c9707a38fcc0696f 1.76 MB 3,092 10
812,314 812,314 00000000000000000002032a921085f3c5c31da179f110979f829005d441200b 2.14 MB 200 2
812,313 812,313 0000000000000000000462ed12f190449ba0cafb3d19bfad1d7af3d346171469 2.14 MB 339 2
812,312 812,312 00000000000000000001ac422dc75a5d72b38078b1d77574053fe746b419acb8 1.36 MB 1,417 8
812,311 812,311 000000000000000000035020c70383673a2ad59d871d5d3ab2268d27c0452743 1.97 MB 736 3
812,310 812,310 00000000000000000000b5b247799fbaf0c502203d3b0c3c91d1f560064676e8 1.96 MB 1,942 5
812,309 812,309 00000000000000000000d13c60d51478ebb21d24088281f87a1e5082ac16a822 1.55 MB 3,438 19
812,308 812,308 000000000000000000036e24080ecd19ec4fdca4ae2a4ad233c33a5532b90274 1.77 MB 2,252 10
812,307 812,307 0000000000000000000025a9f7c54d1a0c00e2ee85350303105fe05f39b707ad 1.92 MB 1,181 5
812,306 812,306 0000000000000000000338c77bde0199e5637053e48a4c31f1101efe4f1a74db 2.02 MB 310 2
812,305 812,305 0000000000000000000316333ff88e7add62afcf22884ca4a1dabbfca67067c7 2.11 MB 163 1
812,304 812,304 00000000000000000004cb9adc20d776f56d470c927405ce60fd996655f99423 1.83 MB 1,678 7
812,303 812,303 00000000000000000002162e6bdb84a973728bee2e5da2a58978ea4805d41b95 2.06 MB 779 3
812,302 812,302 00000000000000000002e9a23c9a06b48f8c955df37bedb8d839e0934c09348c 2.16 MB 148 1
812,301 812,301 00000000000000000001b4832d7bf816c7e9c1e2f33d5345694e52bbe449f9a2 1.79 MB 1,492 6
812,300 812,300 00000000000000000003fb4866d7bc40404d9a540bbef94e23c00af6d31243f5 1.73 MB 1,370 6
812,299 812,299 0000000000000000000186fd0203f2424939b937dd2da7c4b76d9c3e77607fbc 1.88 MB 1,908 8
812,298 812,298 00000000000000000003c0c7224d6657fa240e313d6937179e14aa97785440af 2.12 MB 442 2
812,297 812,297 00000000000000000002032126aa5adb5f5e12b8ffda517cfe05b819131d2c74 1.96 MB 1,835 6
812,296 812,296 00000000000000000003766ee71c3a5849e6cd5e49d6e1e9f9b3596c8ce960d7 2.17 MB 207 1
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.