Memory Pool Memory Pool Refreshing

7,813 transactions
3.60 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (721,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,644 186,644 0000000000000237e24eb81883493bddcab03c69f054ec5d922717e5fe851018 0.04 MB 99 80
186,643 186,643 0000000000000142c63b6d54c08322926519d66153bc32ee33199cf6e89999f3 0.04 MB 59 39
186,642 186,642 00000000000001fbb9e258ee0f25d03e6dfff5e093e9f6d6bb2c4e848abd931d 0.06 MB 141 123
186,641 186,641 000000000000007ffceff8e73cdbebbfca69ad0a344c57f848755769fb72e041 0.17 MB 149 270
186,640 186,640 00000000000002d2c9a14a9a289f7279c4c69d2d8f072fa9960d63dd9e29e1bb 0.00 MB 11 0
186,639 186,639 000000000000017fe58c50b8e8191357ae611ace2a9cb854695b544acde84af1 0.00 MB 8 744
186,638 186,638 000000000000051e807b40a18fb2b431ad763ff2264ec4d2833667a73e5174b8 0.08 MB 127 60
186,637 186,637 00000000000009048113f85e06b6c207fa90ec17f79c0802a7863d44f42aff67 0.02 MB 60 17
186,636 186,636 00000000000005d34221a0d9e66509f8335ce009a8a5e1091fd0589dcad0de7d 0.10 MB 242 112
186,635 186,635 000000000000094c8051ea6542fa482b141a70a8b34f7b73ebef281d71ad1841 0.00 MB 14 69
186,634 186,634 0000000000000750c5df1375590f93c1db87539d011aa64a89f213b05327323d 0.02 MB 40 88
186,633 186,633 000000000000038cd045af3a53fcef8138755e705923504bc2fc36e56dbc697b 0.10 MB 214 175
186,632 186,632 000000000000057588ca1710ff809fd7dfb73ee84af920a51af4f20830321fbd 0.04 MB 134 139
186,631 186,631 00000000000006fb4ed05030912c19660ea70fc6a7d171b2b627cc0f76aa9b8b 0.07 MB 213 69
186,630 186,630 000000000000095c08d9030235972313d71bef4d775ba9267ad4d852659deb44 0.00 MB 1 0
186,629 186,629 0000000000000195c801d8e15489ff703ab69184a87c42940c732145ce05539e 0.09 MB 230 223
186,628 186,628 000000000000089a366541e5170aed579321bab86256a42c6fc19617c0b7ac3c 0.00 MB 11 0
186,627 186,627 0000000000000843a3e4537cbf3bb25a0a4834525ecdf9ea1a1586fa6ea2c8aa 0.12 MB 248 188
186,626 186,626 000000000000086751c968f64ff3493f924c43bf7387705e30bbb26cb2403f1f 0.11 MB 203 87
186,625 186,625 0000000000000029105077e28c77738c0b3fe3250eb0a1e05b04ece691aa7153 0.18 MB 502 584
186,624 186,624 000000000000057be532649cdba9e497df5d1068bd2756d9bfb2ab366ca567b8 0.05 MB 137 61
Previous 10 blocks ↓
Total Size: 769.03 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.88 GB sent, 93.01 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.