Memory Pool Memory Pool Refreshing

3,034 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,873 00000000000000000002349e0000000000000000000000000000000000000000 Now! 1.00 vMB 2,280 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (753,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,801 154,801 0000000000000d94738927c8365fc09da50a98aa1b6bbb1cfbff437a4bc34e6e 0.00 MB 8 0
154,800 154,800 00000000000008243cba0bc5c286d11393cb6e930190c163204692436a3833dd 0.02 MB 56 174
154,799 154,799 0000000000000994b97b2ba76e436c8137f75040292841064e666afba2ab1cb5 0.04 MB 119 95
154,798 154,798 000000000000032df7b6df72945860d8901e2ab5799592d6dfb22a62a003a571 0.03 MB 43 147
154,797 154,797 00000000000008eb42b117ef56bfccb646dcfb7141331ee5827d6a3041f3ccd4 0.05 MB 75 76
154,796 154,796 00000000000009b9d42b0eb1a3153c0da659566e324440edff68c78c85bc282c 0.01 MB 24 0
154,795 154,795 000000000000046d886d648a754ee6ea2dd19ee369ef2c834964005e557a0213 0.02 MB 20 92
154,794 154,794 00000000000009b3ecd01b152b98a2658e660215930237d0c2c25fbfea2ad0c6 0.00 MB 9 2,711
154,793 154,793 0000000000000b4dd96da817da065674761de0b2f52d8a5d7bc72c51de37f465 0.03 MB 103 5
154,792 154,792 0000000000000651c3d8713e2c96f98b7e121bdfbf339cea1871d5d8e13c59ff 0.02 MB 41 116
154,791 154,791 000000000000092d9881caa4c7521efa6589519d7a7bc75e48e4a419b5ad1d8f 0.01 MB 32 156
154,790 154,790 000000000000061ca257a177a5701917ec4a8aeab00715af3763b3f2fbaf5be5 0.03 MB 88 11
154,789 154,789 0000000000000d54316d7cf16c719c877d40e5056086bb792c9d503a747b435f 0.01 MB 18 314
154,788 154,788 00000000000007ea4af682c8bff79799f2b843af451e463ee6de256899b7b2d2 0.01 MB 38 156
154,787 154,787 000000000000087cee0ea3ec8b78cf273a0078785514d79f872ae55b779dca41 0.01 MB 12 214
154,786 154,786 000000000000061b7a5a601115ef88771df8c09b36c87ba632da8688f71aac26 0.02 MB 39 250
154,785 154,785 0000000000000ae7e7fd84630c44d878d922174e7ebce0c439826956788ddfa8 0.03 MB 88 101
154,784 154,784 00000000000005820eab7f86248a128a6f1a77f8a1194ac695e1d33620ca5f2f 0.00 MB 8 355
154,783 154,783 000000000000088342132b197a7dd2788a5a679f87a01e045f0f25238b67ba49 0.01 MB 16 474
154,782 154,782 0000000000000b5d4c2d426048271f128d301804ea900c60e32a2ce5c968b24f 0.01 MB 27 32
154,781 154,781 0000000000000629c05ed26de214a5edbcc34e09e00539ea9d5cfeaa35f32274 0.02 MB 59 115
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.71 GB sent, 94.45 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.