Memory Pool Memory Pool Refreshing

12,183 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (615,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,789 291,789 00000000000000004b09535c599dfbc1867d4051f98f497832560de8e4150e0a 0.35 MB 589 32
291,788 291,788 0000000000000000d5a3c201b9316710924df78f11587cb69b0ed1197b86daf6 0.07 MB 128 40
291,787 291,787 0000000000000001010dda45ee6283ba2bf08b20ecc5e798a80b68341d8ad03f 0.22 MB 512 39
291,786 291,786 0000000000000000ca804c276dcf33cf5bbf2c99bb24dd250e14df0376222847 0.31 MB 476 33
291,785 291,785 0000000000000000a516f62ec467c73904f7dd6cef8eb13595b310b200693841 0.00 MB 7 34
291,784 291,784 000000000000000093c22298ae22116e6b85fe37be3f940d82e20d4139de764c 0.11 MB 113 21
291,783 291,783 0000000000000000f96aa606bd3f47d9bebdb0cae38be351bbd58d7b4a8fb708 0.35 MB 793 50
291,782 291,782 00000000000000009cb217ca79cb8df335a5508208535689861eef8ab9ff67a8 0.43 MB 398 20
291,781 291,781 0000000000000000f658bf227dadf9b8379936d254f03a222053adef8d4b5e3b 0.09 MB 128 18
291,780 291,780 0000000000000000e7f30b4ea9c0f19dd189aa1f7ba9c3f999766dfd3e7a4957 0.35 MB 536 22
291,779 291,779 0000000000000000708d067778cd1b45d0fa17bf70b81bd9cbb0d083779320e1 0.35 MB 893 53
291,778 291,778 00000000000000007f0aef141bad316fb45344785fe9abfcadc572602c54b815 0.09 MB 229 58
291,777 291,777 00000000000000002c52db937cd1fc8c3ed2df7d27edd2a643be7b035569c516 0.55 MB 867 31
291,776 291,776 00000000000000009c6c5af9e577fd524876b3c0523e2af20ae08223722c6a3f 0.19 MB 326 32
291,775 291,775 0000000000000000e658cf37f3fe5a44bebe365d892986cd1114755aca39d772 0.34 MB 612 32
291,774 291,774 0000000000000000fc806c5cc359d94bfe888d1fc08edab22f4db68fba05b17b 0.20 MB 340 35
291,773 291,773 00000000000000006e7cd5165caa9744909f048ca9fef78744975ed7ce21feaa 0.17 MB 131 18
291,772 291,772 00000000000000005687763a0c0beb6d51ff54bd4b0e4b3f2a738e06fbde04b0 0.35 MB 727 39
291,771 291,771 00000000000000006a510ccb499c3979102c451bbc6dc320bdabf7ff01d66131 0.21 MB 394 34
291,770 291,770 000000000000000099086f77e51020a351b696fbecf7a15860914520766bdfdf 0.06 MB 129 34
291,769 291,769 0000000000000000df7528f392dc4c93d3b3ee7418d248526d41c27bcd4fc5a6 0.01 MB 25 59
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.