Memory Pool Memory Pool Refreshing

835 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,282 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 835 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (884,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,185 24,185 0000000039c77d90aa4e01e3c9125bb683c8cf970ddebd36ec8e7bec34dc3cf5 0.00 MB 1 0
24,184 24,184 0000000042922c3785d58dfba19472de1fba4f269450630c9e0b61eb7e8bfca9 0.00 MB 1 0
24,183 24,183 0000000068eec2c7c8db8735e7711fa79c636147545a6568b96a6f7da30da4c9 0.00 MB 1 0
24,182 24,182 000000009be124b2318cd6807e57e1fa9770cca5eab755bf148dd4436f036c06 0.00 MB 1 0
24,181 24,181 000000001c5bc3eacfaff8a751dffb4b9b893c629a1a2a109d9ca239a5894329 0.00 MB 1 0
24,180 24,180 00000000d9b954a9ed0c068bf7bc2f5eefbd835d33632235ead902eb7b4c8c42 0.00 MB 1 0
24,179 24,179 00000000a318514984f3767dfeace455da721be755e003bae84e5423a5e46496 0.00 MB 1 0
24,178 24,178 00000000450ad9fc2c150cb938f0789dbd1f8e8e82a1320d703e1e6a3f123930 0.00 MB 1 0
24,177 24,177 00000000fcf31d433fd061c04ab8c83ad99807bf0b8d6c22fb63da730bc80c60 0.00 MB 1 0
24,176 24,176 0000000013474763312396036a34c250cf41023d1a945445cdd3fb033ed663bc 0.00 MB 1 0
24,175 24,175 00000000202ff27b6a8a455c794a2492283ac9dd3ad6d09867bf4fbb5ae33422 0.00 MB 1 0
24,174 24,174 000000000b3e2a1f7ca9e2533aa920aa447220d48d0c6f6d688304f98ab54729 0.00 MB 1 0
24,173 24,173 000000005a2765785d9b02afd25284586535ea54e13efc490b17e357de0a2b66 0.00 MB 1 0
24,172 24,172 00000000955f3b8efa8a00dd169056acb501124def5b649a84083cad929ba687 0.00 MB 1 0
24,171 24,171 000000000602a1d0b2a1c6ca40817afb4f531faa74bc02af6779a17a119ef14c 0.00 MB 1 0
24,170 24,170 00000000809ba64866f37fa4cf4d4c956cf7e300b475f3708059eda9945d10e3 0.00 MB 1 0
24,169 24,169 000000000dabd451c7d9550cf5ecebe42ffe1d5ec5f3d90a8908af18bc00849f 0.00 MB 1 0
24,168 24,168 0000000047e9b5540d8345ff866647933d7446c98c790cf7d5a9c7f555cde801 0.00 MB 1 0
24,167 24,167 00000000246f1c93673da260f9a596864b39b08e9fcb48e7787a9de0b16e082b 0.00 MB 1 0
24,166 24,166 00000000b9576184a96bb7c40e807ef03bb9504859ef5e50884dad7879671b05 0.00 MB 1 0
24,165 24,165 000000005a55a0dec2705e7961a8d078ddaa15b78b5697038e0c44a05893ffd0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.91 GB sent, 98.22 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.