Memory Pool Memory Pool Refreshing

807 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,990 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 786 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (782,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,147 125,147 0000000000003facfa59182fee2b51d288976151fc82f3df8a1a720008e2f2b5 0.00 MB 10 0
125,146 125,146 0000000000003bef210f4ba445e1f6b74fda175e1b69624a884d9e576322b567 0.00 MB 4 1,051
125,145 125,145 0000000000003002c03a204036f37f921b898ec68129fe7cd51ac8447f6efe9d 0.01 MB 26 1,047
125,144 125,144 00000000000005ad5bc21a53deccc4f654b891301b5ac8a2c7d3089b950a2fcf 0.01 MB 45 65
125,143 125,143 00000000000001e1f935a7d31d08a3bdf2c18fa7e505b335fe18da099e775986 0.04 MB 109 2,276
125,142 125,142 00000000000012183cd448ee8383f5a49c484a9a07970a256b6aa92a817ff9e1 0.02 MB 31 416
125,141 125,141 00000000000007de53793daae384bca8a39c1e21fbd7476c6aab2b34a2cfda3c 0.00 MB 1 0
125,140 125,140 0000000000002ca7a068a7fcdf7826557383575d1384b58ed5d3755935e503f1 0.01 MB 15 1,856
125,139 125,139 0000000000001f95cab787a8eb63c88062a8b985929949c09f773a3b84841a80 0.00 MB 8 0
125,138 125,138 0000000000000343915887cb7f0e31f211f0bfb6037fbb33033a9145bdc9f0fd 0.01 MB 15 961
125,137 125,137 000000000000027a6dff08ef375867557d467df436c4abe536cf2026c248e99f 0.01 MB 20 1,075
125,136 125,136 00000000000041d63684d7b6959191579069b6dda4464f72a0b95bca064cbdb4 0.00 MB 2 0
125,135 125,135 0000000000003fdddb5068005e03a3115d642e16feab630c5a397289325c3236 0.00 MB 8 354
125,134 125,134 0000000000001ad97b48fb7feb44cc36c70dd35f73207a8e4ae130541b81b6da 0.01 MB 28 0
125,133 125,133 00000000000027f5bdbe27fd960c979382359cddda057c86dc1e26857ba61073 0.02 MB 35 555
125,132 125,132 000000000000326d902688997d85222dc3a4a11cd305b531c4750561682ab5cb 0.00 MB 8 1,605
125,131 125,131 00000000000008b4dbd50d9e74a351d182a424371baa6e6afee10838d77bd448 0.00 MB 18 102
125,130 125,130 0000000000003a9a579913be965098f6f10bce30a689fc4c853db8b2cf618067 0.01 MB 45 631
125,129 125,129 00000000000040261926d4e90b5eef4fe7ed71f0405f33ddef25125d03478745 0.01 MB 34 144
125,128 125,128 00000000000000ebd4c778f7534a0a59d4dee3940f0571c4a5d5e691251cebea 0.00 MB 12 0
125,127 125,127 0000000000001cafa82b798af07cad6231dfb6915607954fa0e77fcdad58476b 0.01 MB 22 1,213
Previous 10 blocks ↓
Total Size: 769.53 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,647.95 GB sent, 95.57 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.