Memory Pool Memory Pool Refreshing

3,508 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (709,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,585 198,585 00000000000003e9d2e3426a3ad58322255f7bb702fba678d798d557983bd741 0.10 MB 212 124
198,584 198,584 00000000000003605c8c71a223d83140b45712b89d590aa4d5ae4b95bbf869ec 0.00 MB 9 7
198,583 198,583 00000000000003f590bfa14f26325a8c6a2ede780b0857978332af5f47d8069f 0.10 MB 246 123
198,582 198,582 0000000000000338194710046880377436a99093c8f46ffc0e9f71559aae37f4 0.05 MB 127 55
198,581 198,581 000000000000018bd13c9de26b1ac61485cd439d74e75d3c7584c65a57758543 0.11 MB 296 158
198,580 198,580 000000000000043131cef0129e5a0a31575287a5df60eea57f97ae70c7e58799 0.01 MB 28 111
198,579 198,579 0000000000000426b516c561c5cc82a3c0901fea0893bcce3ee7b112e8eefe51 0.04 MB 98 177
198,578 198,578 00000000000000acb7e4e28bb9920f9da7f3454a6d209bd81fed66fd85fd5db1 0.09 MB 182 83
198,577 198,577 00000000000005e3e284f2865f650cea20469114214db8a67ea78dbe5144e706 0.09 MB 196 82
198,576 198,576 00000000000000d84efc0bafad6e180a0382ca3f7c59b2150fa82835f1bc3dab 0.24 MB 610 148
198,575 198,575 000000000000059f47668adaac1b41a3509317f2da1cbfdc3bd2ac962e736285 0.14 MB 393 157
198,574 198,574 00000000000000d1d590a0c409b6806094ae555c16c5ea282654aa965360f5eb 0.03 MB 70 302
198,573 198,573 00000000000000b88cafd94599658b70acc011eca91dec3df0e725b286cdc4b0 0.01 MB 30 119
198,572 198,572 00000000000004022e479524260a6aee2246a7298b184de58dafa548358dab72 0.06 MB 90 68
198,571 198,571 00000000000005ddacb4df4b2e3ed371504d30edc59a284de8da7cd3a447de7b 0.00 MB 10 17
198,570 198,570 00000000000003ba910e0a96a19fcb30841516c0c7473e279116f77988d4f761 0.02 MB 39 101
198,569 198,569 00000000000001e7e09deed87cf807dca3e9b42816e597de35b1a477fd57ef75 0.07 MB 197 112
198,568 198,568 00000000000002f60553377d6eae8634b61556ff543ed25e67ed6b626e13ed6e 0.03 MB 37 16
198,567 198,567 0000000000000118b48063b716394c39d001f47754f1f29efea2799d3a84c797 0.15 MB 254 124
198,566 198,566 0000000000000067dbf68239732aa380f9c83e3d9a5d6c72be6c00a86cddfe23 0.03 MB 41 11
198,565 198,565 00000000000004d9fb1ffd2e4d16a30e3cad1ff7651968dbbaaa117978e709e1 0.22 MB 377 110
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.