Memory Pool Memory Pool Refreshing

4,734 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,018 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (581,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,557 326,557 000000000000000000e5ca5e98b0e0af6d5e440138b12d1f496bc649ff6d954e 0.75 MB 1,218 27
326,556 326,556 000000000000000000958d8e55e7e3d01242ffafed61c97ac730947e86aa4737 0.09 MB 58 12
326,555 326,555 00000000000000000c1776de2cbedcd5681e0aa91c342fb1bed9b93b2c8fa7a7 0.27 MB 528 28
326,554 326,554 0000000000000000031862948bb80f56f78c6613688fba6ed886e3c21ccfbca5 0.31 MB 441 24
326,553 326,553 00000000000000000eee82d7eb0a1e9b905f5a0eaaffebf57cecbde57b1fe461 0.23 MB 286 21
326,552 326,552 0000000000000000187c97b8497da6b5d538524b774a4cda02051b23441b6ba9 0.11 MB 256 36
326,551 326,551 0000000000000000119fe3f65fd3038cbe8429ad2cf7c2de1e5e7481b34a01b4 0.42 MB 448 16
326,550 326,550 000000000000000019f85eb8726fa1eedd9447a3246b2c3318972bfc9e1a7fe4 0.04 MB 72 34
326,549 326,549 000000000000000011da7e1e6a5c315bd746c63c5e7f965fd5deea4f0331bbd0 0.98 MB 875 21
326,548 326,548 00000000000000001526d8a9974bd162ebb6c54983174c52b64ae528d6a684db 0.75 MB 1,195 32
326,547 326,547 00000000000000001383e8b8aa6898ba72a9fff7d445e4f72ba74d4fb37f4f15 0.65 MB 385 20
326,546 326,546 00000000000000000979d44663961cc346bc2e010fe91750f350a01f5f233ee9 0.35 MB 551 32
326,545 326,545 000000000000000016437dca2daa070e884cd5ac162039de2d0674e90228f9dc 0.32 MB 531 31
326,544 326,544 00000000000000001768bba94acabd290ec6f4dfe716108ac79be16e35de5cbc 0.52 MB 879 27
326,543 326,543 00000000000000000d18ed99a4c3a01793c596bcf5fb8c6b54909e63943850d3 0.05 MB 128 73
326,542 326,542 00000000000000001d2e98198a437add195459d5f9b5bed74656721cb60e1563 0.11 MB 120 22
326,541 326,541 00000000000000000931bb431150a90b34658830b906fcfc5268e3600ec6ed7f 0.13 MB 228 27
326,540 326,540 000000000000000016f48b5aa4f5bf76a352ccabfbdd826757700aee2cb437c4 0.47 MB 746 27
326,539 326,539 00000000000000000636dedfc5e1facaee71660a9bc9f9a5d9a6af64579fc4e2 0.38 MB 623 25
326,538 326,538 0000000000000000079c577171a486c45fdc49319ed5e9bdf8e2cf429be26ad6 0.55 MB 802 23
326,537 326,537 000000000000000019541a5a7dde3f270091cf6776d881706e62128787e34f16 0.75 MB 1,432 28
Previous 10 blocks ↓
Total Size: 769.21 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,634.32 GB sent, 93.98 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.