Memory Pool Memory Pool Refreshing

19,434 transactions
6.25 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (650,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,597 257,597 0000000000000003eb91bafd2f86d80f4852e5bdcde134420af3d58ba299b111 0.12 MB 270 84
257,596 257,596 000000000000000c48fe0970daea205d72352c2ef8932929a339b27855342959 0.09 MB 216 87
257,595 257,595 000000000000001caec31697be0cde2c8d7d8644d65715a1431b2714e61c56b9 0.18 MB 386 107
257,594 257,594 00000000000000271c3cfd2810e7b6be81a4a9d95386563e89b7513ed10320cc 0.23 MB 487 35
257,593 257,593 00000000000000238459e3d76f8a24517f52741ed55c966caaecfd5caf730dd7 0.50 MB 1,107 150
257,592 257,592 000000000000001dda3c8e9d80525930e26c970144b58f12613924ceb9ff9d73 0.10 MB 284 126
257,591 257,591 0000000000000001f7ef20034639f81838ce8f94d8b795c4191fc5a2a43e8063 0.11 MB 251 105
257,590 257,590 0000000000000012d1f0bad0fa2e42fb3822e09a1e54586fafac30323a956b07 0.29 MB 682 120
257,589 257,589 0000000000000008c929893e3ea4ed8d67d6731c43d5e696fe97f1d674b1bc2b 0.13 MB 279 59
257,588 257,588 0000000000000028d7102bc3af99a0fbc7199f679c827fd5e84cafd4ab9b28cc 0.25 MB 623 136
257,587 257,587 000000000000001c0f8fa5e8b9a66de27701903754660868c88664f354a077af 0.10 MB 241 112
257,586 257,586 000000000000002587e18d56783aed40fab53c55d05f276d0d812a2b87a31048 0.10 MB 221 123
257,585 257,585 000000000000001901f1589890244274e20b28518774971bd664c56b1e530e91 0.05 MB 130 105
257,584 257,584 0000000000000031033788db0f3cc83277a4c977d8c71c5ba7933782e887f591 0.11 MB 227 65
257,583 257,583 000000000000000649e3daad363a99dbaf8e6c197fe6f9ea9ef98d69b442c618 0.25 MB 666 148
257,582 257,582 0000000000000021c926d9b94b1023239a4917c54735eedf3e032a58d8978464 0.04 MB 103 101
257,581 257,581 000000000000002ceb34106335f4c3b0e8a7ac7b3e6658f356c138eb46d0b437 0.06 MB 114 79
257,580 257,580 00000000000000302c60756e4b6d900ecfff3c63ecb4c33028c42e41c7b847eb 0.20 MB 486 123
257,579 257,579 0000000000000003dd0d9f069affabf8c1439ed9aefabf6983fb946d65287ed2 0.10 MB 238 100
257,578 257,578 0000000000000017a7282c74eab28ea2bc97d72f7dadc4cb37ab8ad034914463 0.02 MB 36 42
257,577 257,577 000000000000001a625bb91ae35497d72baf4d5241bb9fdd9923801e969d3713 0.11 MB 271 116
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.