Memory Pool Memory Pool Refreshing

4,859 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,673 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (582,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,971 324,971 00000000000000000046e5204ef35e42b8d32c932316207a85ac75e3585cc28e 0.34 MB 668 28
324,970 324,970 000000000000000000e872f7cb1126ccd5cb8540cbd2b63daa8e7e234aa6a32c 0.15 MB 310 29
324,969 324,969 00000000000000001b5cac95440b4786d805d6b1a57ad4840ab184f0ef5e1d71 0.51 MB 707 24
324,968 324,968 00000000000000001e6d96073271bc48c0cce0173fe88e2656fb8213d063e769 0.02 MB 32 46
324,967 324,967 000000000000000004e3ecd7fffbccd538b33390014507ceff90dc7099b51592 0.18 MB 17 10
324,966 324,966 0000000000000000074ca51bf708ba86f53c6ae337c76412ef40e535dec224a7 0.35 MB 319 15
324,965 324,965 0000000000000000019bc8208dcf9ec706364780122248e15a9d21f828ba7ef5 0.75 MB 1,134 24
324,964 324,964 00000000000000001042bd080f8e877aa4b6e5d5648b60b82b0e25e8729a4477 0.28 MB 514 27
324,963 324,963 00000000000000000cd34ba5497973998bb6fed5105f533fcc0e5226a0990701 0.20 MB 407 32
324,962 324,962 0000000000000000063f1f91e939d2adf0022887b89a58cfbd22d7dd6738c531 0.09 MB 186 30
324,961 324,961 00000000000000000717a26794b84714ca6d5277d0e00e99e2229f6277c29754 0.02 MB 9 4
324,960 324,960 000000000000000004334feab28d3fab4f4fa549cbd817d53a115b1e9cdd2a6b 0.32 MB 421 23
324,959 324,959 00000000000000001cc512c17d545589c5ea791c2a83ffdd438d4fc43baaa4d2 0.01 MB 16 90
324,958 324,958 000000000000000002fe91a1077c3dfbb104b1fc21ea6560b8f29f321b4fec8b 0.15 MB 216 22
324,957 324,957 00000000000000000e471b2959312905109ccd322ee24f4d6e9d9a8dad0bad75 0.03 MB 42 13
324,956 324,956 0000000000000000039b2f36fd24105ea1b1e03dc95c7e66cbe47117fc53a63f 0.26 MB 486 30
324,955 324,955 0000000000000000009adc4c920838543d9f09e139afb36ce5de44d2717a7c5c 0.61 MB 1,126 27
324,954 324,954 000000000000000008bf9cd0fa2a4e42313863fa5192344ba9231926eed37ad1 0.17 MB 252 25
324,953 324,953 00000000000000000b9635e6eb6451ddaf489c94fafacade111d96385607cd11 0.14 MB 304 33
324,952 324,952 00000000000000001363076555248d7de5f76e3290e798bd533f5c7ba94655b1 0.08 MB 156 26
324,951 324,951 00000000000000001b9c04d4b78f144a0806167299d3fa88885d4b0f8d5b0c29 0.31 MB 557 25
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.90 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.