Memory Pool Memory Pool Refreshing

638 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,894 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 628 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,893 (472,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
435,688 435,688 00000000000000000317789cb67584f9544b29c9138b23b05277b615627eed7f 1.00 MB 2,422 63
435,687 435,687 000000000000000002c29aaa5821117cfdfae19e2a81e135b01dc6ccb2170621 1.00 MB 2,280 82
435,686 435,686 000000000000000000c25c3c455a1ba1ddf5c7234de5642caa74f2d8086c100e 0.99 MB 254 4
435,685 435,685 00000000000000000305708cc5af3c1951676c3faa26d46b859a2bcaa31e13f9 0.10 MB 282 70
435,684 435,684 000000000000000000c979ac596144c70ee35db6b4a745c0693c71d0649df442 0.31 MB 666 63
435,683 435,683 00000000000000000045eadffdf9aae77d40e92c8edde222c64b090974f5645a 0.74 MB 1,776 67
435,682 435,682 0000000000000000011cbe37f9f00714e53fe9ec7c4f263c2f25300615eb1ed5 0.48 MB 1,170 65
435,681 435,681 00000000000000000422facdd1d06d540810f8ec46840dce6de1249bdc02f250 0.15 MB 366 62
435,680 435,680 0000000000000000001f88de0bda6b18eb66137d23946081ae47f1157dfcfe1a 0.59 MB 1,213 45
435,679 435,679 0000000000000000031dcd650e8e114714de48e89b11c88918478038bf80b885 1.00 MB 2,316 66
435,678 435,678 0000000000000000013743d0d53894a92cbe7d7b9417135d77ea5dbf8141a9db 1.00 MB 2,005 83
435,677 435,677 0000000000000000024da2744b40a0ec3606e7f73f21a610809b20d803fc03e9 0.85 MB 1,660 59
435,676 435,676 000000000000000001cf3908e2060379fe69bc6ceda5ecb72487ef7ab8f2a815 0.28 MB 544 68
435,675 435,675 000000000000000000439b2818e6a1df5b2079b9cf25aaca65f2981bcaa2e83d 0.86 MB 1,418 41
435,674 435,674 0000000000000000003a6d2fea0daca6a29f89787f751a201be130197fd5f34b 1.00 MB 1,883 66
435,673 435,673 00000000000000000021868e09863a7940b0502c52105a7c60379a54b204ad08 1.00 MB 1,263 122
435,672 435,672 000000000000000002d4714e98424770fb70164b5b203867c17c8150d70177e8 1.00 MB 2,312 72
435,671 435,671 0000000000000000024e02c41ce7cf9b9799ad777944ac6ce0be5890ec80b121 0.82 MB 1,542 57
435,670 435,670 000000000000000000283327733f68e31ad42106671eb832e335cfdb5b73d82e 0.70 MB 1,232 69
435,669 435,669 00000000000000000199bfec27eef982dee3d993eb4dbbd1f5760abef9a40172 0.52 MB 754 36
435,668 435,668 0000000000000000026619bab4aa489ad7bb73ef98434f62450fb514210fd544 0.06 MB 151 86
Previous 10 blocks ↓
Total Size: 769.34 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,643.37 GB sent, 94.66 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.