Memory Pool Memory Pool Refreshing

3,232 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,866 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (64,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,440 843,440 00000000000000000001aaf173a54ee1b7f5607222047c30f5e1b386272c1e28 1.43 MB 2,801 17
843,439 843,439 00000000000000000002a67e095e1153bda038fb56fc11324d573ff05a1951c5 1.69 MB 2,021 12
843,438 843,438 00000000000000000000483d5400da70b371d49ab162eb6a50e91ebfea602c96 1.47 MB 3,877 20
843,437 843,437 0000000000000000000013226221900852eccfdf22af0d5d3db3573c22257e8d 1.62 MB 3,310 15
843,436 843,436 00000000000000000002eaddc68e01a7f90736169b9f243ec1f6ad9d846e9648 1.65 MB 1,952 13
843,435 843,435 00000000000000000001861f55a852c5592796d0694d2e77152b0d6613852f78 1.58 MB 3,533 18
843,434 843,434 00000000000000000002b09bf850addd52292bcafc5ff59e1460bbd948a05808 1.65 MB 2,755 17
843,433 843,433 00000000000000000000d8474472ca4c534ab7d98654c6278a969c15f49a04e8 1.59 MB 3,409 13
843,432 843,432 000000000000000000005eb24c305efb3a757badedfcbf56dd725eedfb205ee4 1.70 MB 3,201 15
843,431 843,431 000000000000000000012813af6505ea4763041226b9bd910f26e5eb87a893d9 1.60 MB 3,918 22
843,430 843,430 00000000000000000001d389ce802e91c4cc3d0ad9d197b6b87123a3ed7d07c8 1.79 MB 2,315 11
843,429 843,429 00000000000000000000018bbef85fdfd76cea5b7341ac7a584c4c4062a2fe07 1.69 MB 2,386 11
843,428 843,428 00000000000000000001c3f5603f583c82c6d738afce27fa949c9befed471730 1.65 MB 2,835 18
843,427 843,427 00000000000000000001a01ef42b0ca9a787e936b8e23594d044879616db269f 1.51 MB 3,130 13
843,426 843,426 00000000000000000000d0df172b2b0cc5cf8b4a9d9513babc9890fc669fde15 1.37 MB 2,486 18
843,425 843,425 000000000000000000010a4dedb2bb78c7f1d4f65b290a42cbb030ec128ffcd0 1.85 MB 643 10
843,424 843,424 000000000000000000018aee85a8d0fe5e2616e47401e8d821c3142f52328771 2.01 MB 4,907 12
843,423 843,423 0000000000000000000297e1ffa86a577e28ac0f7577f10cb607d11fbeae5b78 1.59 MB 3,207 18
843,422 843,422 00000000000000000001bc4bf6a8f32c6e2640b44d8f955b35f1c9128b00cb9f 1.80 MB 1,323 12
843,421 843,421 000000000000000000000dd43b68064a867c95e12330f18a30409ec2b94f3127 1.81 MB 1,233 10
843,420 843,420 000000000000000000000e1b04a4033661535b943b57d25605508647aafc8262 1.41 MB 7,692 10
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.