Memory Pool Memory Pool Refreshing

8,778 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,318 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (89,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
818,231 818,231 00000000000000000001c231f5e422b1958eab69381970cf2aa06ad7bc26a37d 1.69 MB 4,115 54
818,230 818,230 00000000000000000000e537e229dc7b78589a5fb3d647108b5e4fb0894f8d6f 1.63 MB 3,790 56
818,229 818,229 0000000000000000000158c7ff4af9fa7b30969bffa80e0c22c761b0584d6567 1.80 MB 3,572 41
818,228 818,228 00000000000000000000de3a3636733472899070209c2168851d8c09565aca9b 1.79 MB 3,211 39
818,227 818,227 00000000000000000003b22e5c6fbdc838e494afe474aefac649e934b5bf93e4 1.89 MB 4,618 46
818,226 818,226 00000000000000000002331c9bc7b8943445a39783dcc26e51c931f28befad2f 1.81 MB 3,897 50
818,225 818,225 000000000000000000023d552bc80661b58c7b2eae627e4931e3d434229f965c 1.68 MB 2,378 40
818,224 818,224 000000000000000000006a8e4f3584038daa9c91a6355627c1e7f18042f07103 1.83 MB 4,706 47
818,223 818,223 00000000000000000003c407cd943f6a91a770cebc98ef59b7f0703c4b4484f0 1.60 MB 3,670 62
818,222 818,222 00000000000000000000e9ed7e71054e99f981ef34484ab6a283569b82232af8 1.77 MB 1,666 56
818,221 818,221 00000000000000000002aa4f287bd6bb15e84d2f5a549d01e522bcba9b84e2b4 1.85 MB 3,884 41
818,220 818,220 00000000000000000001182959ef8fb215045ac5c9ef8c14ff1c650d5d40bdf4 1.84 MB 3,946 43
818,219 818,219 0000000000000000000057ebf49c324c42d6248fed333272268d6703d20fea62 1.82 MB 4,055 44
818,218 818,218 00000000000000000001c352f87b59771606177112c40c3e2a861afcea647f93 1.86 MB 3,249 41
818,217 818,217 00000000000000000000698f4978646fbed896b5b3d537325504253c9ab46380 1.83 MB 4,159 64
818,216 818,216 00000000000000000003f61dabf23cacdb894c7699d6a450ef794732bcd525c9 1.61 MB 3,690 61
818,215 818,215 0000000000000000000222b483d94c74835e46420fd64753a0b349fa357a81c8 1.79 MB 3,011 59
818,214 818,214 000000000000000000040c026cc5ed672b3bbfc1cfb5b3f2c3e69b81f4bdb7cf 1.95 MB 3,317 48
818,213 818,213 0000000000000000000205a899b9adffc80818117c58c00a45c269c84cbf7b06 1.99 MB 4,523 48
818,212 818,212 000000000000000000003f2affd2d64e31c9bd59771d43bcbe7d415291ffe95f 1.73 MB 3,707 52
818,211 818,211 0000000000000000000242cf57f442c1c7843e4cbfb55ebf1ece8c502f7851b3 1.87 MB 4,628 50
Previous 10 blocks ↓
Total Size: 769.01 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,621.03 GB sent, 92.89 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.