Memory Pool Memory Pool Refreshing

3,236 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (861,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,025 47,025 000000000bfa0c3bab92675772c794dea0ffddd18858b2e7d0d79c69b194be8f 0.00 MB 1 0
47,024 47,024 000000000725b82d11c9c3b33fe9b593629af8b3919703fb5dcb0acd9f2dd358 0.00 MB 1 0
47,023 47,023 000000002e8c10858b9e5fc678e5c668453ac30538edfc70a073a5fe8e70e563 0.00 MB 1 0
47,022 47,022 00000000177bdc5d692620c3e040019e11f2b6f73ef20d9d5a28918057ccc48a 0.00 MB 1 0
47,021 47,021 000000000dc0c300a0e4ad6bcd3df4a9ad8d07c7fb5d82d9bf650bcd7dc8ddcf 0.00 MB 1 0
47,020 47,020 0000000017821894207a453d6a824e121c6e4800ec34856cbc8d253ffcf38c00 0.00 MB 1 0
47,019 47,019 00000000208a1b873f62a8a4cf3911478a0c60aef6b1f88135a42d0c0ef2973b 0.00 MB 1 0
47,018 47,018 0000000006a246b99d26154736d3a901c3b8681a4c4a9bc7c42f258e28da0ed6 0.00 MB 1 0
47,017 47,017 0000000009e3a4c4dd44ee27938239591840add4186d9f770d4b4c6bc1c7290a 0.00 MB 1 0
47,016 47,016 0000000010b30d85b3084b2740bc00bc3153ce50e74f1b93e5170291ed563cb2 0.00 MB 1 0
47,015 47,015 00000000050430181b8703362dfd7a0a65894bedc01e7c1a11f10ac404b59343 0.00 MB 1 0
47,014 47,014 00000000087fcf794c2a98e219955e804bf5cc000a47df85512473598b3d5795 0.00 MB 1 0
47,013 47,013 0000000027d5cf9d8b004642236f30a7b837efcbd3bbd25f3a1b6e4abe8872c6 0.00 MB 1 0
47,012 47,012 00000000370bb495f5474fe0cff13b9bc3c9e946a115cf80d3e893a399f2dc07 0.00 MB 1 0
47,011 47,011 0000000010e1e4a9b3d6d5cf07f04be61243fe68b14d6ff564bcd019115d1d6c 0.00 MB 1 0
47,010 47,010 000000002a9c40927c248eb42701d776ebfb3ee62f2154ba3e67186680a69981 0.00 MB 1 0
47,009 47,009 000000001fcb18675e96aaff258694a46539378869515b83f822f58c56294b49 0.00 MB 1 0
47,008 47,008 0000000013dbaa3c75afaf9d06de2ccfa4e2509df5655b049843c17266037640 0.00 MB 1 0
47,007 47,007 00000000126c8722d217cfb991a2cbd3ceb1320fb4f595ce94b734d1628251ad 0.00 MB 1 0
47,006 47,006 000000001979e6575321ea8b3dc49d8cdd0cb3b4419dc3221a10e5093d30edb1 0.00 MB 1 0
47,005 47,005 000000002ba97020e0f9a0a2f12af623687d55a45bd6eea9d25975ea7188d681 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,760.15 GB sent, 99.51 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.