Memory Pool Memory Pool Refreshing

7,081 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,882 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (761,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,607 146,607 00000000000005c854ef3b85f81b1d6d6beb45c6a573477d6cb6a6047e5bcdb8 0.03 MB 55 311
146,606 146,606 000000000000035f85817f47729d020bee0459beff3bf0a296923a0eb6bc188f 0.03 MB 103 125
146,605 146,605 00000000000006e2262f745d7400f46882ccd2960f90a6338e3d340e25e42930 0.01 MB 21 138
146,604 146,604 000000000000011287a2cb52e4efe48b34792b3bfd95cbd7f1b03377a408ef84 0.05 MB 84 196
146,603 146,603 00000000000005aa8f1f0d4ffb7dae13068a2ccb900b265665446c1a3a40fa7e 0.03 MB 84 50
146,602 146,602 00000000000007e892f59d852c8a2e058157ee2dde3f10103e33c3a6dd355943 0.02 MB 37 65
146,601 146,601 00000000000001123bb3d21abb660c27b3dfc3153e63ff16802c55b6738231ea 0.02 MB 46 79
146,600 146,600 00000000000000db1538c7b8e6b8c6cd451b92a831fc60b1134b0a6d23f8f64e 0.01 MB 24 86
146,599 146,599 00000000000005c66fd9fec4caed9206764458d4a6ba6c0a70015cb272ba7b99 0.01 MB 20 72
146,598 146,598 0000000000000222c9946b3e98c86a198689fd2e84e527c84d00992a4d76ffeb 0.02 MB 26 95
146,597 146,597 0000000000000844382c2ea3ef2adf99dd486c9fcb4341441f8feb31c6450919 0.01 MB 26 172
146,596 146,596 0000000000000681f2ef7309b5f79b8faacf5f1266be5c59175f9d7b0e625787 0.03 MB 106 48
146,595 146,595 00000000000000f6ab95fb22d18fe7da2df0fdb7608721f90be4300f2baf8808 0.01 MB 23 241
146,594 146,594 0000000000000625ae1dc7f4e5b0cabb41702d8723819f1fb10e41a97c8bdb56 0.04 MB 84 172
146,593 146,593 000000000000093aeed167e1774a0059fe6c67474e0917bf8044ec44cbe5af2d 0.03 MB 58 168
146,592 146,592 000000000000002cf25e51567b799eac7a9adc8a7c9775416c2c207ad08c94f9 0.05 MB 147 133
146,591 146,591 0000000000000284900be251e527734d536cbae35e791a64e4385bff4125f80a 0.05 MB 138 209
146,590 146,590 00000000000000af59427b3a6588b915d367731943a71b2ad45cf967a3b23b73 0.05 MB 107 130
146,589 146,589 000000000000026b9bc08b0cc40c6cbc2a67eef0ba949995eb6ddb080239101e 0.02 MB 37 174
146,588 146,588 00000000000001c4c79a7625e817ebecb8f698f9d2b1ed73d588e2578a9e79d9 0.05 MB 78 100
146,587 146,587 0000000000000375a20314d39dc24bad53cbdcadb53c490c80bd0854234e052e 0.01 MB 10 30
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.52 GB sent, 92.74 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.