Memory Pool Memory Pool Refreshing

2,654 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,162 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (720,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,658 187,658 00000000000006a79b59e3eb46a5d80d30e765d172c83f3060bff3e88ef898ec 0.07 MB 187 275
187,657 187,657 00000000000002b418851f672fe75dad66d4a1ceee119b4fa2adbbcc518f8064 0.01 MB 32 0
187,656 187,656 000000000000079a20a77340bb0cb51b6aaf8a4e838677d20641cf06c322d89d 0.00 MB 7 949
187,655 187,655 000000000000073c670ea6babaed1c524f2b69881cd9fe48bc91b55f1538471b 0.18 MB 360 118
187,654 187,654 00000000000006920c9f01c4394ea508a86ea321c16f47c98dd8327358322d02 0.05 MB 118 72
187,653 187,653 00000000000005a062e125525e5a5a12c6cdfe95df44dd2514c1d584d3b6e66d 0.11 MB 245 154
187,652 187,652 00000000000001da6cef0b0ed3176debfee5cd2dadcaa44ff6860dcaf991917d 0.02 MB 37 95
187,651 187,651 00000000000006d82795dd8b12e04607dd38a33d90bd8cc424a79dd4d064a6c1 0.01 MB 24 95
187,650 187,650 00000000000001da75c8f9e1d3e6b3ddd682b7a65c6b5d996146d7f969131e0b 0.08 MB 120 101
187,649 187,649 0000000000000899d4944d24b628b0577c77574e9702bb7e904a18dce6007347 0.03 MB 127 0
187,648 187,648 00000000000005aec39735480a59ec8ac2394ef3889fef37e9239c969a2217f1 0.18 MB 367 105
187,647 187,647 0000000000000166c6987cfd687b0777bd6800a798db1f31b3cab74528bacf43 0.04 MB 88 45
187,646 187,646 00000000000000afe31fe9c2162797ce91259283a97f0bca83b6193ca9a7ad60 0.18 MB 343 114
187,645 187,645 000000000000067ce646509f7d0b708f1b106549c28aa6c329bdcd7972063f8b 0.12 MB 256 138
187,644 187,644 000000000000004e262f85e21c264f2645881f204da6fc5b9837a2d21c0aa9ce 0.05 MB 148 71
187,643 187,643 00000000000000301f387a7a4ac07aa819cd9db65665718ec81cd78dba244f93 0.13 MB 256 117
187,642 187,642 000000000000083a54306ccc8f15f6bc9edf6c31cc79c3ca0f8799c65de6dc13 0.05 MB 110 88
187,641 187,641 0000000000000586b6d8c58a6609e0f9d4d94e95fa641a2c0cd708cff4d31e20 0.01 MB 44 25
187,640 187,640 000000000000061620b0b8f1ff877f196e3d0a89145162d2a357b28d4464e40e 0.09 MB 169 289
187,639 187,639 00000000000008f84ceb274a2ded2e788e113c8f47383c8d36ae894d0aaf73a7 0.16 MB 359 135
187,638 187,638 0000000000000600e86e6a01d036282b0b09798afe5e59a78d111d14760a6013 0.25 MB 380 104
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.