Memory Pool Memory Pool Refreshing

1,560 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,498 00000000000000000002349e0000000000000000000000000000000000000000 Now! 0.59 vMB 1,558 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,497 (807,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,153 101,153 000000000000c80b9a9ae7ff61f592049a48e067d9df5aa3ee4b5d2e66620830 0.00 MB 4 934
101,152 101,152 000000000001424828a79f83a1a23c49d543aa0ae72a1fa136e028ea0dd210fc 0.00 MB 2 0
101,151 101,151 0000000000036215986281bbbcba5bf9ff1de8f889e0623c78f40d1c99f097da 0.00 MB 1 0
101,150 101,150 00000000000218b83c6981f5dc5cc6348cb81908523d762925e0b02547fb05b3 0.00 MB 1 0
101,149 101,149 00000000000249c51a784e2f21664785d6e567e2d1cc44346e53c5cd52284414 0.00 MB 4 0
101,148 101,148 00000000000304e56ab35359613f002e566a1ffba774608e449487f5f43f8774 0.00 MB 1 0
101,147 101,147 00000000000369144a79a23f00fe4ad5dff4c5c66448e31a0ca5866ccf335248 0.00 MB 5 0
101,146 101,146 00000000000330d868456aeeb1456a853ca39c645c791df12cd625fde7df01c4 0.00 MB 1 0
101,145 101,145 00000000000186383b8b39428ada421f27bcede82cebba875b1c0b5f504f8d03 0.00 MB 2 0
101,144 101,144 00000000000401c844114a0e2d29e40076caae40ff854fb84f825bb83e85b536 0.00 MB 1 0
101,143 101,143 000000000000b8ab8ac8b2540e4a555ea44e9bb9fffcb45753cc20e8ec918908 0.02 MB 77 0
101,142 101,142 0000000000011b87c4b01b899ffdbb873f58d067e43673333700da059e649a75 0.00 MB 13 0
101,141 101,141 000000000002e78de6473a80d7b7a909d44ad67466f08e7289bf8de58324af5b 0.00 MB 12 0
101,140 101,140 000000000000b3515e92f89ffd76dfa24e52ef47d92cb1672e260e74b69d5c6d 0.00 MB 12 0
101,139 101,139 0000000000007735a7e44ba2f32559393c58b0f0302251f78ff1befd979cf582 0.00 MB 8 0
101,138 101,138 000000000002fa5bf50f5620f7d924a898e53c11404f04cdad32b3c2a2b93b09 0.00 MB 1 0
101,137 101,137 000000000000ee687a314fe489a95faa6d56a05f9683fbef3b803f76b8207f50 0.00 MB 1 0
101,136 101,136 000000000000e0bfd49b913d423211f8e90f151e9e8fd670ded0abe5df2b7ed2 0.00 MB 14 0
101,135 101,135 0000000000028cabb032043114be713c824e6eb6efbc13d4f0c8d9d2dee0d125 0.00 MB 14 0
101,134 101,134 0000000000013d5211b2e099c6a1eeb168a753f8920e99688a6c13baf4d86a0a 0.00 MB 14 0
101,133 101,133 0000000000012ff31d3e61b4e760304da4494078f5e0eb254e03377b9841e136 0.00 MB 14 0
Previous 10 blocks ↓
Total Size: 770.63 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,825.19 GB sent, 100.12 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.