Memory Pool Memory Pool Refreshing

721 transactions
0.24 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
908,076 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 695 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,075 (829,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,356 78,356 00000000000135c7ee70ab3915eca5ac0c7bb57bd67fd407183a1c7924dec584 0.00 MB 2 0
78,355 78,355 0000000000078038a6a01986c4eabf972d2e64c3a5c493906b0c5a4a4b57b342 0.00 MB 2 0
78,354 78,354 000000000062306a50d6e225f30ab099a095bdc735d55ff4294f96b52f2bdb5a 0.00 MB 1 0
78,353 78,353 00000000003a9ac40057d6d4871c9135e8bb251b8114f5a85524afd8eb1e604f 0.00 MB 2 0
78,352 78,352 000000000063dcee69c3ee5f9b955d3f7a58325ebc0c3a3cbb02fa8fd4eb776a 0.00 MB 1 0
78,351 78,351 00000000002456872710b1282144897eb0a7babee142afd012d52bf2e5daab7f 0.00 MB 2 0
78,350 78,350 000000000036ac8dd9e2dbf4acd07f9d79c65963154389e2ed75dc2e732aea4e 0.00 MB 1 0
78,349 78,349 00000000005b8b0f953df0ea2e60ccbdf8dd0adea155d84b83929ad734a31928 0.00 MB 1 0
78,348 78,348 000000000013935f0e1867777fea7f4f1e33553d7933d65d4b2e2f314a92a49c 0.00 MB 1 0
78,347 78,347 000000000004de0f32a95f1b0b6709d85aa4cc24090bd505fb4ebbf98136c2a9 0.00 MB 1 0
78,346 78,346 000000000048804ed03637e61c9a57b3527e9198e60290b2fdd0a5e81cc5a104 0.00 MB 1 0
78,345 78,345 00000000005b1b8e1253dcbe65e9ad436f3e778ba34d38f989f699487462756d 0.00 MB 2 0
78,344 78,344 0000000000472653e17804f5dfc97aafc1ac916a8770bda9fcab83e5b6bb1f66 0.00 MB 1 0
78,343 78,343 0000000000573a11fb977d65d7416c5baa72f6fbc76472cfea785afec0d49dc7 0.00 MB 4 0
78,342 78,342 00000000005121207f64f1a861e450f5998e59bc20975fe2e0840076c84b2709 0.00 MB 1 0
78,341 78,341 000000000012c63e09e1eb848567ec6d2ec096f5e2c8a7d260c5020c6ead43a0 0.00 MB 5 0
78,340 78,340 00000000003a55cbf509675c241c0ddb6942036012e4796a03ed42ae6d40730e 0.00 MB 1 0
78,339 78,339 000000000010bf4eec057ef46d674d4a9584e14d9a5fecc6753322ed2e7c3590 0.00 MB 2 0
78,338 78,338 00000000000cb698fc554957a361a793d8b781db30209018f653a82f59fbbaf1 0.00 MB 6 0
78,337 78,337 00000000001e6c24b8360c93da1e7d55af18839f35edb6e6fb82ba47c842160d 0.00 MB 1 0
78,336 78,336 00000000001774c453277fd99abe4379a78fc9fdbec9d3706a050f064d7c3a0f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.69 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,655.16 GB sent, 96.30 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.